Skip to content

Commit

Permalink
Update cudarc requirement from 0.11.0 to 0.11.1 (#2174)
Browse files Browse the repository at this point in the history
* Upgrading cudarc dependency from v0.11.0 to v0.11.1 due to that version having resolved a compile-time bug.

See: #2173
  • Loading branch information
sidharthrajaram committed May 8, 2024
1 parent 82b641f commit 84328e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.5.1" }
candle-transformers = { path = "./candle-transformers", version = "0.5.1" }
clap = { version = "4.2.4", features = ["derive"] }
criterion = { version = "0.5.1", default-features=false }
cudarc = { version = "0.11.0", features = ["f16", "cuda-version-from-build-system"] }
cudarc = { version = "0.11.1", features = ["f16", "cuda-version-from-build-system"] }
fancy-regex = "0.13.0"
gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] }
hf-hub = "0.3.0"
Expand Down

0 comments on commit 84328e2

Please sign in to comment.