Skip to content

Commit

Permalink
Update torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
havakv committed Sep 2, 2024
1 parent a444bc7 commit 842403b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
python-version: [3.8, 3.9, 3.10]
config:
- { os: ubuntu-latest, torch-version: "torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html"}
- { os: windows-latest, torch-version: "torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html"}
- { os: ubuntu-latest, torch-version: "torch --index-url https://download.pytorch.org/whl/cpu"}
- { os: windows-latest, torch-version: "torch"}
- { os: macOS-latest, torch-version: "torch"}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 842403b

Please sign in to comment.