@@ -9,15 +9,14 @@ homepage.workspace = true
99anyhow = { workspace = true }
1010accelerate-src = { version = " 0.3.2" , optional = true }
1111intel-mkl-src = { version = " 0.8.1" , optional = true }
12- candle = { version = " *" , package = " candle-core" , default-features = false }
13- candle-nn = { version = " *" }
14- candle-transformers = { version = " *" }
15- candle-flash-attn = { version = " *" , optional = true }
16- candle-flash-attn-v1 = { git = " https://github.com/huggingface/candle-flash-attn-v1" , rev = " 3f1870b0d708579904c76e41745c659c3f9fa038" , optional = true }
17- # candle-cublaslt = { git = "https://github.com/huggingface/candle-cublaslt", rev = "cf789b7dd6d4abb19b03b9556442f94f0588b4a0", optional = true }
12+ candle = { workspace = true }
13+ candle-nn = { workspace = true }
14+ candle-transformers = { workspace = true }
15+ candle-flash-attn = { workspace = true , optional = true }
16+ candle-flash-attn-v1 = { path = " ../../candle-extensions/candle-flash-attn-v1" , optional = true }
1817candle-cublaslt = { path = " ../../candle-extensions/candle-cublaslt" , optional = true }
19- candle-layer-norm = { git = " https://github.com/huggingface /candle-layer-norm" , rev = " 94c2add7d94c2d63aebde77f7534614e04dbaea1 " , optional = true }
20- candle-rotary = { git = " https://github.com/huggingface /candle-rotary" , rev = " 0a718a0856569a92f3112e64f10d07e4447822e8 " , optional = true }
18+ candle-layer-norm = { path = " ../../candle-extensions /candle-layer-norm" , optional = true }
19+ candle-rotary = { path = " ../../candle-extensions /candle-rotary" , optional = true }
2120nohash-hasher = { workspace = true }
2221text-embeddings-backend-core = { path = " ../core" }
2322tracing = { workspace = true }
0 commit comments