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
I am manually compiling the bitsandbytes library according to Huggingface's official documentation, but it seems that the requirements dev. txt file is missing. The specific commands are as follows:
git clone https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
pip install -r requirements-dev.txt
cmake -DCOMPUTE_BACKEND=cuda -S .
make
pip install -e . # -e for "editable" install, when developing BNB (otherwise leave that out)
The text was updated successfully, but these errors were encountered:
I am manually compiling the bitsandbytes library according to Huggingface's official documentation, but it seems that the requirements dev. txt file is missing. The specific commands are as follows:
git clone https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
pip install -r requirements-dev.txt
cmake -DCOMPUTE_BACKEND=cuda -S .
make
pip install -e . #
-e
for "editable" install, when developing BNB (otherwise leave that out)The text was updated successfully, but these errors were encountered: