We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b17f52 commit a299d14Copy full SHA for a299d14
1 file changed
candle-transformers/Cargo.toml
@@ -24,7 +24,7 @@ serde = { workspace = true }
24
serde_json = { workspace = true }
25
serde_plain = { workspace = true }
26
tracing = { workspace = true }
27
-candle-cublaslt = { path = "../../candle-extensions/candle-cublaslt" }
+candle-cublaslt = { git = "git@github.com:mixlayer/candle-extensions.git", branch = "cublaslt_fp8" }
28
cudarc = { workspace = true }
29
float8 = { workspace = true }
30
0 commit comments