-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Summary: Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release. See the CI result for when the PR is landed (nightly channel): https://github.com/pytorch/data/runs/6867662390?check_suite_focus=true#step:8:3 See the CI result of the PR for release branch (test channel): https://github.com/pytorch/data/runs/6867788289?check_suite_focus=true#step:8:3 Pull Request resolved: #514 Reviewed By: NivekT Differential Revision: D37116635 Pulled By: ejguan fbshipit-source-id: 2dbe65da8121dfbd39690c83c2e1ca6cb70c0087
- Loading branch information
1 parent
2e76749
commit 41f55d4
Showing
2 changed files
with
13 additions
and
2 deletions.
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,7 +9,7 @@ on: | |
- main | ||
# For PR created by ghstack | ||
- gh/*/*/base | ||
- release/* | ||
# - release/* | ||
|
||
jobs: | ||
torchvision: | ||
|