请问支持千问3吗?我装上以后有报错
You can update Transformers with the command pip install --upgrade transformers. If this does not work, and the checkpoint is very new, then there may not be a release version that supports this model yet. In this case, you can get the most up-to-date code by installing Transformers from source with the command pip install git+https://github.com/huggingface/transformers.git
[WeClone] E | 16:24:02 | 命令 '/root/WeClone/.venv/bin/python3 weclone/utils/length_cdf.py --model_name_or_path="/root/aimodel/Qwen3-8B" --dataset="wechat-sft" --dataset_dir="./dataset/res_csv/sft" --template="qwen" --interval=256' 执行失败,返回码 1
[WeClone] S | 16:24:02 | 聊天记录处理成功,共14470条,保存到 ./dataset/res_csv/sft/sft-my.json
(.venv) root@pop-os:~/WeClone# pip install --upgrade transformers
Requirement already satisfied: transformers in /usr/local/lib/python3.10/dist-packages (4.52.4)
transformers 已经升级到了 4.52.4
lf升级到最新版了吗