mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Another gemm update. (#1088)
This commit is contained in:
@ -34,7 +34,7 @@ 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.14", features = ["f16"] }
|
cudarc = { version = "0.9.14", features = ["f16"] }
|
||||||
gemm = { version = "0.16.1", features = ["wasm-simd128-enable"] }
|
gemm = { version = "0.16.6", features = ["wasm-simd128-enable"] }
|
||||||
hf-hub = "0.3.0"
|
hf-hub = "0.3.0"
|
||||||
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
|
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
|
||||||
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png"] }
|
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png"] }
|
||||||
|
Reference in New Issue
Block a user