mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Moving to gemm
and adding matmul backprop.
- Tentative `T` operator.
This commit is contained in:
@ -16,11 +16,11 @@ members = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
ggblas = "0.1.0"
|
||||
safetensors = "0.3.1"
|
||||
thiserror = "1"
|
||||
cudarc = { version = "0.9.9", optional = true }
|
||||
candle-kernels = { path = "kernels", optional = true }
|
||||
gemm = "0.15.4"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
|
Reference in New Issue
Block a user