Skip to content

Commit b93f760

Browse files
committed
Bump candle rev to 7de0d9fd (includes moe_gemm_wmma rename to avoid collision)
Picks up spiceai/candle#13 which renames candle-kernels' moe_gemm_wmma -> candle_moe_gemm_wmma so it no longer collides with mistralrs-core's identically-named but semantically divergent kernel when both crates are linked together (e.g. in spiced --features cuda,models).
1 parent 9b47587 commit b93f760

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ license = "MIT"
2929
rust-version = "1.88"
3030

3131
[workspace.dependencies]
32-
candle-core = { git = "https://github.com/spiceai/candle.git", rev = "fab4da8172a997bc6dfb4100a51a72d1a7a37988" }
33-
candle-nn = { git = "https://github.com/spiceai/candle.git", rev = "fab4da8172a997bc6dfb4100a51a72d1a7a37988" }
34-
candle-flash-attn-v3 = { git = "https://github.com/spiceai/candle.git", rev = "fab4da8172a997bc6dfb4100a51a72d1a7a37988" }
35-
candle-flash-attn = { git = "https://github.com/spiceai/candle.git", rev = "fab4da8172a997bc6dfb4100a51a72d1a7a37988" }
36-
candle-metal-kernels = { git = "https://github.com/spiceai/candle.git", rev = "fab4da8172a997bc6dfb4100a51a72d1a7a37988" }
32+
candle-core = { git = "https://github.com/spiceai/candle.git", rev = "7de0d9fdff7dfb6289442abfba821e8d77f57c58" }
33+
candle-nn = { git = "https://github.com/spiceai/candle.git", rev = "7de0d9fdff7dfb6289442abfba821e8d77f57c58" }
34+
candle-flash-attn-v3 = { git = "https://github.com/spiceai/candle.git", rev = "7de0d9fdff7dfb6289442abfba821e8d77f57c58" }
35+
candle-flash-attn = { git = "https://github.com/spiceai/candle.git", rev = "7de0d9fdff7dfb6289442abfba821e8d77f57c58" }
36+
candle-metal-kernels = { git = "https://github.com/spiceai/candle.git", rev = "7de0d9fdff7dfb6289442abfba821e8d77f57c58" }
3737
# candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.2-alpha.3", rev = "88ed791" }
3838
# candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.9.2-alpha.3", rev = "88ed791" }
3939
# candle-flash-attn-v3 = { git = "https://github.com/huggingface/candle.git", version = "0.9.2-alpha.3", rev = "88ed791" }

0 commit comments

Comments
 (0)