Skip to content

Commit

Permalink
try pip torch instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 11, 2024
1 parent 941895a commit f42493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ runs:
if: ${{ inputs.os == 'windows' }}
shell: powershell
run: |
conda install pytorch torchvision torchaudio pytorch-cuda=${{ inputs.cuda_version }} -c pytorch -c nvidia --yes
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
- name: '[Win] Install dependencies'
if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit f42493f

Please sign in to comment.