Skip to content

Commit

Permalink
temp pip install amd torch
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 22, 2025
1 parent c625f7d commit af733a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m venv ${{ matrix.venv-dir }}
source ${{ matrix.venv-dir }}/bin/activate
pip install --upgrade pip
pip install torch pytorch-triton-rocm --index-url https://download.pytorch.org/whl/nightly/rocm6.2
if [[ -n "${{ github.event.inputs.requirements }}" ]]; then
cat > "requirements.txt" <<'EOL'
${{ github.event.inputs.requirements }}
Expand Down

0 comments on commit af733a7

Please sign in to comment.