Skip to content

Commit a90e0f1

Browse files
committed
Attempting to detect the miscompilation.
1 parent 943be86 commit a90e0f1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ serde_json = "1.0"
4646
thiserror = "1.0"
4747
rand = "0.9"
4848
serial_test = "2.0.0"
49-
cudarc = { version = "0.13" , features =["cuda-12020"]}
49+
# cudarc = { version = "0.13" , features =["cuda-12020"]}
50+
cudarc = { git = "https://github.com/Narsil/cudarc" , rev = "61a028a3d3cac8acd8f71921293a43c2fe4f1b47", features = ["cuda-12020"]}
5051
intel-mkl-src = { version = "0.8" }
5152
candle = { version = "0.8", package = "candle-core" }
5253
candle-nn = { version = "0.8", package = "candle-nn" }
@@ -55,7 +56,7 @@ candle-flash-attn = { version = "0.8", package = "candle-flash-attn" }
5556
half = { version = "2.3.1", features = ["num-traits"] }
5657

5758
[patch.crates-io]
58-
cudarc = { git = "https://github.com/Narsil/cudarc" , rev = "18ae111a4e8779c11377636b9cc3379f686e99c6"}
59+
cudarc = { git = "https://github.com/Narsil/cudarc" , rev = "61a028a3d3cac8acd8f71921293a43c2fe4f1b47"}
5960
candle = { git = "https://github.com/huggingface/candle", rev = "ec6d7ca7738f4052b6613edc8f4d2bb6866a7539", package = "candle-core" }
6061
candle-nn = { git = "https://github.com/huggingface/candle", rev = "ec6d7ca7738f4052b6613edc8f4d2bb6866a7539", package = "candle-nn" }
6162
candle-transformers = { git = "https://github.com/huggingface/candle", rev = "ec6d7ca7738f4052b6613edc8f4d2bb6866a7539", package = "candle-transformers" }
@@ -69,7 +70,7 @@ debug = 0
6970
# lto = "fat"
7071
opt-level = 3
7172
# codegen-units = 1
72-
strip = "symbols"
73+
# strip = "symbols"
7374
panic = "abort"
7475

7576
[profile.release-debug]

0 commit comments

Comments
 (0)