Skip to content

Commit

Permalink
Revert "update cudarc version (#362)"
Browse files Browse the repository at this point in the history
This reverts commit 54726b5.
  • Loading branch information
carlomazzaferro committed Sep 13, 2024
1 parent 8e94991 commit 4ca8db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iris-mpc-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
bincode = "1.3.3"
cudarc = { version = "0.12.1", features = ["cuda-12060", "nccl"] }
cudarc = { version = "0.12", features = ["cuda-12020", "nccl"] }
eyre.workspace = true
tracing.workspace = true
bytemuck.workspace = true
Expand Down

0 comments on commit 4ca8db7

Please sign in to comment.