-
Notifications
You must be signed in to change notification settings - Fork 1.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
Compute capability < 7.5 detected! #79
Comments
Hi @shon-otmazgin |
bitsandbytes 0.35.0 solves this but start another issue : |
@djaym7 can you try with |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. |
I trying to run:
but then I getting:
Compute capability < 7.5 detected! Only slow 8-bit matmul is supported for your GPU!"
NameError: name 'cuda_setup' is not defined
I understood that this error comes from
bitsandbytes
so I found this issue:bitsandbytes-foundation/bitsandbytes#124
My hardware is
tesla v100-sxm2-32gb
(Volta)It is possible to run PEFT on my hardware? I don't really need int8, fp16 also should be good.
this is related also to my attempts to FT a large LM on my hardware:
https://discuss.huggingface.co/t/finetune-llm-with-deepspeed/31589
Thanks,
Shon
The text was updated successfully, but these errors were encountered: