mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Start adding f16/bf16 support.
This commit is contained in:
@ -18,11 +18,13 @@ members = [
|
||||
[dependencies]
|
||||
safetensors = "0.3.1"
|
||||
thiserror = "1"
|
||||
cudarc = { version = "0.9.9", optional = true }
|
||||
cudarc = { version = "0.9.9", optional = true, features = ["f16"] }
|
||||
candle-kernels = { path = "kernels", optional = true }
|
||||
gemm = "0.15.4"
|
||||
zip = { version = "0.6.6", default-features=false }
|
||||
byteorder = "1.4.3"
|
||||
half = "2.3.1"
|
||||
num-traits = "0.2.15"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
|
Reference in New Issue
Block a user