diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-10 20:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 20:49:23 +0200 |
commit | b6cf26e48e257cfff6f2a88da17b4e68c74aa603 (patch) | |
tree | b087ccb8a12c3a05d3d170745fa753f4087b3cb8 | |
parent | 80f0482f26cfa2e595e413576090690c9e23a762 (diff) | |
parent | 379eadc68ebed0e4b78f5b268a70f2cb8cf3cfa4 (diff) | |
download | candle-b6cf26e48e257cfff6f2a88da17b4e68c74aa603.tar.gz candle-b6cf26e48e257cfff6f2a88da17b4e68c74aa603.tar.bz2 candle-b6cf26e48e257cfff6f2a88da17b4e68c74aa603.zip |
Merge pull request #393 from huggingface/older_gpus
Working on older GPUs (still not compute 52 it seems but > 6 could be OK)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ accelerate-src = { version = "0.3.2" } anyhow = { version = "1", features = ["backtrace"] } byteorder = "1.4.3" clap = { version = "4.2.4", features = ["derive"] } -cudarc = { version = "0.9.13", features = ["f16"] } +cudarc = { version = "0.9.14", features = ["f16"] } # TODO: Switch back to the official gemm implementation once it has caught up. gemm = { version = "0.15.6", package = "candle-gemm" } ggblas = "0.1.2" |