mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Merge pull request #393 from huggingface/older_gpus
Working on older GPUs (still not compute 52 it seems but > 6 could be OK)
This commit is contained in:
@ -28,7 +28,7 @@ accelerate-src = { version = "0.3.2" }
|
|||||||
anyhow = { version = "1", features = ["backtrace"] }
|
anyhow = { version = "1", features = ["backtrace"] }
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
clap = { version = "4.2.4", features = ["derive"] }
|
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.
|
# TODO: Switch back to the official gemm implementation once it has caught up.
|
||||||
gemm = { version = "0.15.6", package = "candle-gemm" }
|
gemm = { version = "0.15.6", package = "candle-gemm" }
|
||||||
ggblas = "0.1.2"
|
ggblas = "0.1.2"
|
||||||
|
Reference in New Issue
Block a user