From d5fba5558d868d4711c10b29ffc095d88c468471 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Fri, 10 Apr 2026 21:13:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20update=20cudarc=20comment=20=E2=80=94=20?= =?UTF-8?q?vendored=20via=20patch.crates-io=20for=20H100=20cublasLtMatmul?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/ml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ml/Cargo.toml b/crates/ml/Cargo.toml index cc46cabaf..850e0dcd5 100644 --- a/crates/ml/Cargo.toml +++ b/crates/ml/Cargo.toml @@ -128,7 +128,7 @@ rust_decimal.workspace = true # gymnasium, rerun - REMOVED (RL frameworks moved to ml_training_service) -# cudarc — direct dep after candle removal, gated behind cuda feature +# cudarc — vendored fork (vendor/cudarc): has_async_alloc=false fix for cublasLtMatmul on H100 cudarc = { version = "0.19", optional = true, default-features = false, features = ["driver", "cublas", "cublaslt", "dynamic-linking", "std", "cuda-version-from-build-system", "f16"] } rayon.workspace = true crossbeam = { version = "0.8", features = ["std"] }