-
Notifications
You must be signed in to change notification settings - Fork 546
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
Rust build fails with latest version of CUDA. #101
Comments
The message comes from cudarc, they already created a version to support cuda 12.6. I'm minting a new version of candle to support this in huggingface/candle#2494 and if all goes well will update moshi to benefit from it. |
Just merged #113 which brings compatibility with cuda 12.6, let us know if you still have issues. |
the build was passed after the update to v0.7.1, but showed new errors :
my system setting:
I had tried to update the Driver version to 550 560, but after installing the
the errors occurred after the model was downloaded from huggingface It looks like the Any idea how to solve this error will be a great help !! |
My guess is that 535.171.04 is too old for cuda 12.6, so you can either try installing a more recent driver and get it to work, or try compiling moshi with an older toolchain (12.2 would be the appropriate one for your drivers I guess). |
I had check this CUDA Compatibility the v535 was CUDA Forward Compatible Upgrade of v12.6 I also tried to downgrade to 12.2 but some of the modules failed to build, I forgot to take some notes, and I am unsure if this happened in the Since the requirement 1.1. System Requirements I also lock the Ubuntu kernel to I am so confused about how to make the v550(v12.5) or v560(v12.6) work at my Ubuntu 24.0.4.1, may the 24.04 be too new to be updated, if anyone has solutions, let me know. |
Try to update |
We've bumped the dependency to a candle version that supports 12.6 and removed the |
This might not be exactly this specific problem but hope it can help someone, Because i had similar errors to these. What worked for me was to generate the ptx files from the cu's from the folder the files i had to compile were:
with the command :
my suspension is that it couldn't fine the link.exe or the other executables on its own, or it could be the compilation parameters, im not sure, im still new to this ,still figuring it out, but i just wanted to put it out there hopefully it could point to something. Im on Windows 11
Currently waiting for the model to finish downloading, will keep this updated if anything comes up. |
Backend impacted
The Rust implementation
Operating system
Linux
Hardware
GPU with CUDA
Description
Attempting to build with the latest cuda driver/toolkit (12.6) results in the following error:
Extra information
The error says to file a GitHub issue, but it doesn't specify where I should file an issue so I'm filing one on the repo I am trying to build. It is possible this issue is in some dependency, but from the error it was not obvious to me how whatever dependency ran into this error was getting included as I don't see
cudarc
in any cargo files.Environment
Fill in the following information on your system.
Note: I'm running in a docker container on Windows, but I'm quite confident that is unrelated as the error is during the build step which happens entirely within the nVidia Ubuntu docker container.
If the backend impacted is PyTorch:
The text was updated successfully, but these errors were encountered: