Skip to content

Commit

Permalink
Install nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 17, 2024
1 parent 6f42b08 commit f28fa86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
working-directory: benchmark
run: |
set -eux
${CONDA_RUN} pip install torch torchvision torchaudio torchao
${CONDA_RUN} pip3 install --pre torch torchvision torchaudio torchao \
--index-url https://download.pytorch.org/whl/nightly/cu124
- name: Install benchmark
shell: bash
Expand Down

0 comments on commit f28fa86

Please sign in to comment.