摘要:
DistributedMonitor: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Dist 阅读全文
posted @ 2025-06-16 10:39
China Soft
阅读(22)评论(0)推荐(0)
摘要:
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
阅读(88)评论(0)推荐(0)