Open jaimeromoreno opened 1 year ago
I had the same issue, executing cp libbitsandbytes_cuda117.so libbitsandbytes_cpu.so
in the bitsandbytes package folder worked for me- should be in the installation dir for your conda env.
ubuntu@192-9-155-93:~/alpaca-lora$ cp /home/ubuntu/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda117.so /home/ubuntu/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cpu.so
I meet the exact same problem and this works for me
I had the same issue, executing
cp libbitsandbytes_cuda117.so libbitsandbytes_cpu.so
in the bitsandbytes package folder worked for me- should be in the installation dir for your conda env.
Thank you so much
I ran into a similar problem, but after executing cp libbitsandbytes_cuda117.so libbitsandbytes_cpu.so, and then compiling the model, there was a new problem: CUDA Setup failed despite GPU being available. Inspect the CUDA SETUP outputs above to fix your environment!
Hello I'm trying to run the generate.py example but I get the following error ("decapoda-research/llama-7b-hf" was previously downloaded) :
I'm running into a conda environment based on python 3.9 and I installed the requirements with pip. Also I compiled the bitsandbytes package from source by running
Here are the nvidia-smi and nvcc --version prints:
Any idea what the problem might be? Thank you in advance.