We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got this working with CUDA 12.1 on Windows.
Immediately after creating the conda environment, install CUDA PyTorch:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
Then, pip install -r requirements.txt as normal.
After that:
pip uninstall bitsandbytes
python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
(yes, I called pip three different ways, because I copied these lines from various places on the internet, but it worked)
The text was updated successfully, but these errors were encountered:
Done. Thank you
Sorry, something went wrong.
No branches or pull requests
I've got this working with CUDA 12.1 on Windows.
Immediately after creating the conda environment, install CUDA PyTorch:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
Then, pip install -r requirements.txt as normal.
After that:
pip uninstall bitsandbytes
python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
(yes, I called pip three different ways, because I copied these lines from various places on the internet, but it worked)
The text was updated successfully, but these errors were encountered: