Skip to content

Commit 706a908

Browse files
author
Mark Saroufim
authored
Update amd-health.yml
1 parent cdcd171 commit 706a908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/amd-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install PyTorch
2323
run: |
24-
pip install torch
24+
pip install torch --index-url https://download.pytorch.org/whl/rocm6.3
2525
2626
- name: GPU Health Check
2727
run: python -c "import torch; torch.randn(5, device='cuda')"

0 commit comments

Comments
 (0)