@@ -13,9 +13,11 @@ members = [
1313exclude = [
1414 " candle-book" ,
1515 " candle-flash-attn" ,
16+ " candle-flash-attn-v3" ,
1617 " candle-kernels" ,
1718 " candle-metal-kernels" ,
1819 " candle-onnx" ,
20+ " candle-flash-mla" ,
1921]
2022resolver = " 2"
2123
@@ -36,18 +38,21 @@ byteorder = "1.4.3"
3638candle = { path = " ./candle-core" , package = " candle-core" , version = " 0.9.1" }
3739candle-datasets = { path = " ./candle-datasets" , version = " 0.9.1" }
3840candle-flash-attn = { path = " ./candle-flash-attn" , version = " 0.9.1" }
41+ candle-flash-attn-v3 = { path = " ./candle-flash-attn-v3" , version = " 0.9.1" }
42+ candle-flash-mla = { path = " ./candle-flash-mla" , version = " 0.9.1" }
3943candle-kernels = { path = " ./candle-kernels" , version = " 0.9.1" }
4044candle-metal-kernels = { path = " ./candle-metal-kernels" , version = " 0.9.1" }
4145candle-nn = { path = " ./candle-nn" , version = " 0.9.1" }
4246candle-onnx = { path = " ./candle-onnx" , version = " 0.9.1" }
4347candle-transformers = { path = " ./candle-transformers" , version = " 0.9.1" }
4448clap = { version = " 4.2.4" , features = [" derive" ] }
4549criterion = { version = " 0.5.1" , default-features =false }
46- cudarc = { version = " 0.16.1 " , features = [" std" , " cublas" , " cublaslt" , " curand" , " driver" , " nvrtc" , " f16" , " cuda-version-from-build-system" , " dynamic-linking" ], default-features =false }
50+ cudarc = { version = " 0.13.3 " , features = [" std" , " cublas" , " cublaslt" , " curand" , " driver" , " nvrtc" , " f16" , " cuda-version-from-build-system" , " dynamic-linking" ], default-features =false }
4751fancy-regex = " 0.13.0"
4852gemm = { version = " 0.17.0" , features = [" wasm-simd128-enable" ] }
49- hf-hub = " 0.4.1"
50- half = { version = " 2.5.0" , features = [" num-traits" , " use-intrinsics" , " rand_distr" ] }
53+ hf-hub = { version = " 0.3.3" , package = " candle-hf-hub" }
54+ half = { version = " 2.3.1" , features = [" num-traits" , " use-intrinsics" , " rand_distr" ] }
55+ float8 = { version = " 0.2.0" , features = [" num-traits" , " rand_distr" ] }
5156hound = " 3.5.1"
5257image = { version = " 0.25.2" , default-features = false , features = [" jpeg" , " png" ] }
5358imageproc = { version = " 0.24.0" , default-features = false }
@@ -59,7 +64,7 @@ num_cpus = "1.15.0"
5964num-traits = " 0.2.15"
6065parquet = { version = " 51.0.0" }
6166rand = " 0.9.0"
62- rand_distr = " 0.5.1 "
67+ rand_distr = " 0.5"
6368rayon = " 1.7.0"
6469safetensors = " 0.4.1"
6570serde = { version = " 1.0.171" , features = [" derive" ] }
@@ -70,9 +75,6 @@ tokenizers = { version = "0.21.0", default-features = false }
7075tracing = " 0.1.37"
7176tracing-chrome = " 0.7.1"
7277tracing-subscriber = " 0.3.7"
73- ug = " 0.4.0"
74- ug-cuda = " 0.4.0"
75- ug-metal = " 0.4.0"
7678yoke = { version = " 0.7.2" , features = [" derive" ] }
7779zip = { version = " 1.1.1" , default-features = false }
7880metal = { version = " 0.27.0" , features = [" mps" ]}
0 commit comments