Skip to content

Commit 217344b

Browse files
committed
fix: revert merge op for qwen3
Signed-off-by: YdrMaster <[email protected]>
1 parent 2d560ec commit 217344b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

llama.cu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cuda = { git = "https://github.com/YdrMaster/cuda-driver", rev = "6a97931" }
88
cublas = { git = "https://github.com/YdrMaster/cuda-driver", rev = "6a97931" }
99
nccl = { git = "https://github.com/YdrMaster/cuda-driver", rev = "6a97931" }
1010
flash-attn = { git = "https://github.com/YdrMaster/learn-flash-attn", rev = "616bbac" }
11-
nn = { git = "https://github.com/YdrMaster/InfiniNN", rev = "171c5b0" }
11+
nn = { git = "https://github.com/YdrMaster/InfiniNN", rev = "fa8aaf6" }
1212
ggus = { git = "https://github.com/InfiniTensor/gguf", rev = "23c362f" }
1313
tokeneer = { git = "https://github.com/InfiniTensor/tokeneer", rev = "c48f39f" }
1414

0 commit comments

Comments
 (0)