-
Notifications
You must be signed in to change notification settings - Fork 53
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
BUG | Can't run 0.5.1 on Windows, asks for additional dlls #61
Comments
Hmmm... I wonder if these's a way to pack these with the installation, or do we have to add them as additional asset... |
@ke1ne you can grab those DLL from https://developer.nvidia.com/cuda-12-1-0-download-archive, but we should figure out how to bundle them |
@louisgv After the CUDA Runtime installation, it didn't handle dlls until I added their directory (c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.2\bin) to the PATH environment variable. It seems to work now, thanks! |
@louisgv I will try to help for sure. Please instruct me what to do and what we need to achieve. |
@ke1ne awesome! Can you try cloning this repo, checking out the |
@louisgv yeap, I need some guide |
@louisgv You could probably use the |
Will move this to v0.6.0 |
Moving it to 0.7.0 until I got my Windows box setup :d... |
You should move it back until rustformers/llm#325 gets mergen, then i can take a look at including the dlls. |
FYI - might also not be allowed to distribute them, assuming they are shipped by the Nvidia driver normally. |
Hi, the latest version 0.5.1 on Windows asks for additional dlls: cublas64_12.dll and cudart64_12.dll.
Any requirements to install manually?
Thanks!
The text was updated successfully, but these errors were encountered: