Skip to content

Commit

Permalink
Merge branch 'feat/INFRA-2749' into feat/INFRA-2759/use-base-docker-i…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
philsippl authored Jul 18, 2024
2 parents 12ba835 + cc224d2 commit 977fc45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Cache Rust build
uses: actions/cache@v3
id: cache-rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytemuck = "1.16"
config = "0.14.0"
clap = { version = "4.5.9", features = ["derive", "env"] }
cudarc = { git = "https://github.com/rw0x0/cudarc.git", rev = "origin/transmute", features = [
"cuda-12010",
"cuda-12020",
] }
eyre = "0.6.12"
float_eq = "1.0.1"
Expand Down

0 comments on commit 977fc45

Please sign in to comment.