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 log:
warning: G:\environment\rust\.cargo\config is deprecated in favor of config.toml
note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml
Compiling candle-kernels v0.6.0
Compiling cudarc v0.11.8
error: failed to run custom build command for cudarc v0.11.8
--- stderr
thread 'main' panicked at G:\environment\rust.cargo\registry\src\rsproxy.cn-0dccff568467c15b\cudarc-0.11.8\build.rs:82:14:
Unsupported cuda toolkit version: 12.6. Please raise a github issue.
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
error log:
warning:
G:\environment\rust\.cargo\config
is deprecated in favor ofconfig.toml
note: if you need to support cargo 1.38 or earlier, you can symlink
config
toconfig.toml
Compiling candle-kernels v0.6.0
Compiling cudarc v0.11.8
error: failed to run custom build command for
cudarc v0.11.8
Caused by:
process didn't exit successfully: (exit code: 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 G:\environment\rust.cargo\registry\src\rsproxy.cn-0dccff568467c15b\cudarc-0.11.8\build.rs:82:14:
Unsupported cuda toolkit version:
12.6
. Please raise a github issue.note: run with
RUST_BACKTRACE=1
environment variable to display a backtracewarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: