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
Loading checkpoint shards: 0%|| 0/33 [00:00<?, ?it/s]
Error named symbol not found at line 508 in file /mmfs1/gscratch/zlab/timdettmers/git/bitsandbytes/csrc/ops.cu
I'm using Python 3.10 + CUDA 11.7.
The text was updated successfully, but these errors were encountered:
Which architecture graphics card are you using? If your graphics card's architecture is not Turing or Ampere, you should use libbitsandbytes_cuda{your_cuda_version}_nocublaslt.so instead of libbitsandbytes_cuda{your_cuda_version}.so
When I run
python finetune.py
, it will first shows error like this:Then I tried as this: bitsandbytes-foundation/bitsandbytes#156 (comment)
The error then become:
I'm using
Python 3.10
+CUDA 11.7
.The text was updated successfully, but these errors were encountered: