Skip to content

Commit

Permalink
Update ROCm verison (#4486)
Browse files Browse the repository at this point in the history
* Update ROCm verison

* Update .github/workflows/amd-mi200.yml

---------

Co-authored-by: Michael Wyatt <[email protected]>
  • Loading branch information
loadams and mrwyattii authored Oct 10, 2023
1 parent 706a725 commit 427253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd-mi200.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install pytorch
run: |
pip install -U --cache-dir $TORCH_CACHE torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.4.2
pip install -U --cache-dir $TORCH_CACHE torch torchvision --index-url https://download.pytorch.org/whl/rocm5.6
python -c "import torch; print('torch:', torch.__version__, torch)"
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
Expand Down

0 comments on commit 427253b

Please sign in to comment.