-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python库矛盾 #55
Comments
Same error, python version 3.12, windows 11. |
Same issue! |
Hey, Check out the doc:
|
Got the same issue: ImportError: cannot import name 'is_torch_greater_or_equal_than_1_13' from 'transformers.pytorch_utils' |
Updated to |
Which line did you fix it in? |
I fixed it. but as you mentioned, I also got the unknown quantization type, got fp8 issue |
pls change both lines 46 and 69 from _1_13 to _2_1 |
Yeah I also got the fp8 exception, I think that's the default model loading from deepseek config. |
@quanq666 you mean you fixed the fp8 issue by setting device_map="auto"? |
各相关版本信息
使用Huggingface
错误信息
问题主要出现于modeling_deepseek.py 第44~47行
The text was updated successfully, but these errors were encountered: