-
Notifications
You must be signed in to change notification settings - Fork 645
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
Cant find libcudart.so #15
Comments
As a general concept, .so files (shared object) are the equivalent of .dll (dynamic linked library) on windows. |
note - you may want to just run using Windows subsystem for Linux (WSL) and then you should be able to run as expected. |
Hi @SirWaffle ! |
Currently, the library does not offer Windows support. It would be great if you can help us to make it work under Windows. For that, the first step is to compile from source on a Windows machine. Let's move this discussion to issue #30. |
Bitsandbytes was not supported windows before, but my method can support windows.(yuhuang) 3 J:\StableDiffusion\sdwebui\py310\python.exe -m pip uninstall bitsandbytes-windows 4 J:\StableDiffusion\sdwebui\py310\python.exe -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl Replace your SD venv directory file(python.exe Folder) here(J:\StableDiffusion\sdwebui\py310) |
…ment Update gemv skip comment
I am running on windows, using miniconda3 and python 3.9.
I have cudatoolkit, cudnn, pytorch, transformers, accelerate, bitsandbytes, and dependencies installed via conda.
when attempting to run a simple test script:
I see this error when running from a vscode session:
and this output:
I see that its searching for libcudart.so, which is non-existent on my machine.
Is this file supposed to exist in windows? Or do I need to do some trickery to get this working on windows?
The text was updated successfully, but these errors were encountered: