Skip to content

Commit

Permalink
gpus all
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Sep 14, 2024
1 parent 90aa85d commit 87c9f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_onnxruntime_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

container:
image: nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
options: --gpus all

steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_onnxruntime_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
group: aws-g6-4xlarge-plus

container:
image: nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
image: nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
options: --gpus all

steps:
- name: Checkout
Expand Down

0 comments on commit 87c9f3e

Please sign in to comment.