摘要: pip install modelscope from modelscope import AutoModelForCausalLM, AutoTokenizer model_name = "Qwen/Qwen3-4B" # load the tokenizer and the model mode 阅读全文
posted @ 2025-06-14 20:34 China Soft 阅读(32) 评论(0) 推荐(0)