mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Use the patched gemm for the time being.
This commit is contained in:
@ -14,7 +14,9 @@ readme = "README.md"
|
|||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
candle-kernels = { path = "../candle-kernels", optional = true }
|
candle-kernels = { path = "../candle-kernels", optional = true }
|
||||||
cudarc = { version = "0.9.9", optional = true, features = ["f16"] }
|
cudarc = { version = "0.9.9", optional = true, features = ["f16"] }
|
||||||
gemm = "0.15.4"
|
# TODO: Switch back to the official gemm implementation once something similar to
|
||||||
|
# https://github.com/sarah-ek/gemm/pull/8 is available.
|
||||||
|
gemm = { git = "https://github.com/LaurentMazare/gemm.git", branch = "f16-vectorize-pack" }
|
||||||
half = { version = "2.3.1", features = ["num-traits"] }
|
half = { version = "2.3.1", features = ["num-traits"] }
|
||||||
memmap2 = "0.7.1"
|
memmap2 = "0.7.1"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.15"
|
||||||
|
Reference in New Issue
Block a user