You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hiyouga
added
solved
This problem has been already solved
npu
This problem is related to NPU devices
and removed
pending
This problem is yet to be addressed
labels
Dec 19, 2024
Reminder
System Info
华为昇腾910B npu
Reproduction
使用lora微调之后,然后合并模型。
之后用AutoTokenizer加载模型失败。
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('/home/jovyan/lama-3-chinese-8b-lora-merge', local_files_only=True)
报错:
Exception: data did not match any variant of untagged enum ModelWrapper at line 1251003 column 3
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered: