-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify torchvision version in run_pytorch_tests (#108)
Specify torchvision version in run_pytorch_tests and pass the needed version in the workflows that use it.
- Loading branch information
1 parent
e74c297
commit 8df02cf
Showing
6 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ jobs: | |
uses: ./.github/workflows/run_pytorch_tests.yml | ||
with: | ||
torch-version: "2.0.*" | ||
torchvision-version: "0.15.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ jobs: | |
uses: ./.github/workflows/run_pytorch_tests.yml | ||
with: | ||
torch-version: "2.1.*" | ||
torchvision-version: "0.16.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ jobs: | |
uses: ./.github/workflows/run_pytorch_tests.yml | ||
with: | ||
torch-version: "2.2.*" | ||
torchvision-version: "0.17.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ jobs: | |
uses: ./.github/workflows/run_pytorch_tests.yml | ||
with: | ||
torch-version: "2.3.*" | ||
torchvision-version: "0.18.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ jobs: | |
uses: ./.github/workflows/run_pytorch_tests.yml | ||
with: | ||
torch-version: "2.4.*" | ||
torchvision-version: "0.19.*" |