Skip to content

Commit

Permalink
rest
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 committed Sep 25, 2023
1 parent 33e7f56 commit 7a3ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-amd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: [self-hosted, docker-gpu, amd-gpu, multi-amd-gpu, mi210]
container:
image: huggingface/transformers-pytorch-amd-gpu-push-ci
options: --device /dev/kfd --device /dev/dri --shm-size "16gb" -e HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -e ROCR_VISIBLE_DEVICES=$ROCR_VISIBLE_DEVICES --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options: --device /dev/kfd --device /dev/dri --shm-size "16gb" -e HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -e --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps:
- name: ROCM-SMI
run: |
Expand Down

0 comments on commit 7a3ab93

Please sign in to comment.