Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix CI for torch2.1.0 #1418

Merged
merged 13 commits into from
Nov 20, 2023
Prev Previous commit
Next Next commit
[Fix] Fix CI for torch2.1.0
  • Loading branch information
fanqiNO1 committed Nov 2, 2023
commit 605c7739868c5bc2fb892bd72cdff4f6aabf18b2
4 changes: 4 additions & 0 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ jobs:
platform: cu111
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cpu
torch: 2.1.0
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 2.1.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ jobs:
platform: cu111
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cpu
torch: 2.1.0
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 2.1.0
Expand Down