You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: failed to run custom build command for `cudarc v0.11.1`
Caused by:
process didn't exit successfully: `/home/hermes/Machine Learning/occam/target/debug/build/cudarc-c1ba24af9485b9bf/build-script-build` (exit status: 101)
--- stdout
cargo:rerun-if-changed=build.rs
cargo:rerun-if-env-changed=CUDA_ROOT
cargo:rerun-if-env-changed=CUDA_PATH
cargo:rerun-if-env-changed=CUDA_TOOLKIT_ROOT_DIR
--- stderr
thread 'main' panicked at /home/hermes/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cudarc-0.11.1/build.rs:54:14:
Unsupported cuda toolkit version: `12050`. Please raise a github issue.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I think it's caused by cudarc only supporting cuda up to version 12.4 and you're trying to use 12.5. There is already an issue open for this on the cudarc repo here: coreylowman/cudarc#236
When building I encounter the following error
The text was updated successfully, but these errors were encountered: