Skip to content

Commit

Permalink
Change to torch==2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Feb 9, 2024
1 parent cb8c843 commit c59f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Activate Conda environment and Install Dependencies
run: |
call C:\programs\miniconda3\Scripts\activate C:\programs\miniconda3\envs\py310
pip install --no-cache-dir torch==2.2.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu117
pip install --no-cache-dir torch==2.2.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
pip install --extra-index-url https://pypi.artrajz.cn/simple -r requirements.txt
shell: cmd

Expand Down

0 comments on commit c59f08a

Please sign in to comment.