Skip to content

Commit 9c22154

Browse files
committed
fix: 更新 cuda driver
Signed-off-by: YdrMaster <[email protected]>
1 parent 7b4151b commit 9c22154

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ infini-op = { git = "https://github.com/InfiniTensor/infini-toolkit", rev = "e83
1212
infini-ccl = { git = "https://github.com/InfiniTensor/infini-toolkit", rev = "e8362c3" }
1313
search-infini-tools = { git = "https://github.com/InfiniTensor/infini-toolkit", rev = "e8362c3" }
1414

15-
cuda = { git = "https://github.com/YdrMaster/cuda-driver", rev = "db4692c" }
16-
cublas = { git = "https://github.com/YdrMaster/cuda-driver", rev = "db4692c" }
17-
nccl = { git = "https://github.com/YdrMaster/cuda-driver", rev = "db4692c" }
18-
search-cuda-tools = { git = "https://github.com/YdrMaster/cuda-driver", rev = "db4692c" }
19-
search-corex-tools = { git = "https://github.com/YdrMaster/cuda-driver", rev = "db4692c" }
15+
cuda = { git = "https://github.com/YdrMaster/cuda-driver", rev = "aaad2ba" }
16+
cublas = { git = "https://github.com/YdrMaster/cuda-driver", rev = "aaad2ba" }
17+
nccl = { git = "https://github.com/YdrMaster/cuda-driver", rev = "aaad2ba" }
18+
search-cuda-tools = { git = "https://github.com/YdrMaster/cuda-driver", rev = "aaad2ba" }
19+
search-corex-tools = { git = "https://github.com/YdrMaster/cuda-driver", rev = "aaad2ba" }

0 commit comments

Comments
 (0)