Cudarc update. (#2915)

This commit is contained in:
Laurent Mazare
2025-04-23 07:03:26 +02:00
committed by GitHub
parent 99bd69f383
commit 82def7ae38

View File

@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.9.0-alpha.5" }
candle-transformers = { path = "./candle-transformers", version = "0.9.0-alpha.5" } candle-transformers = { path = "./candle-transformers", version = "0.9.0-alpha.5" }
clap = { version = "4.2.4", features = ["derive"] } clap = { version = "4.2.4", features = ["derive"] }
criterion = { version = "0.5.1", default-features=false } criterion = { version = "0.5.1", default-features=false }
cudarc = { version = "0.16.0", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false } cudarc = { version = "0.16.1", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
fancy-regex = "0.13.0" fancy-regex = "0.13.0"
gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] } gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] }
hf-hub = "0.4.1" hf-hub = "0.4.1"