Skip to content
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

Update readme with instructions for getting this to work on Windows 10 (here's what I did) #6

Closed
lendrick opened this issue Apr 2, 2024 · 1 comment

Comments

@lendrick
Copy link

lendrick commented Apr 2, 2024

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)

@yardenfren1996
Copy link
Owner

yardenfren1996 commented Apr 20, 2024

Done. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants