-
Notifications
You must be signed in to change notification settings - Fork 254
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
Error after loading deepseekv3_cpu #707
Comments
Looks like your traceback is incomplete. Could you share the full traceback, including the error? I think the issue is that you have cuda installed and awq is probably trying to use cuda backend. |
@Egor-Krivov locally machine has the cuda and GPUs but not big enough to hold the deepseek_v3 model. The above is full traceback. the script used to run the model is below :
|
@Egor-Krivov I tried inside docker (Linux) and still there is error. It looks for the GPU which should not be the case. |
I am trying to load the model DeepSeek_V3 for inference, but after loading the model, I am facing this error below.
The environments have environments below
and the error comes below is
The autoawq installed (i tried both kernel and CPU version) as well as normal without any preference. Also I tried autoawq 0.2.7 but error exists in all manner. I tried ot change the transformers, downgraded. But could not help either. Please if there is any hint how to get rid of this.
The text was updated successfully, but these errors were encountered: