Skip to content

Commit

Permalink
[Fix] Fix CI for torch2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqiNO1 committed Nov 2, 2023
1 parent 5b0e0ce commit dc4d48a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@ jobs:
torch: [1.8.1]
torchvision: [0.9.1]
include:
- python-version: 3.8
platform: cu117
torch: 2.0.0
torchvision: 0.15.1
- python-version: 3.8
platform: cu118
torch: 2.1.0
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,10 @@ jobs:
strategy:
matrix:
python-version: [3.7]
platform: [cpu]
platform: [cpu, cu111]
torch: [1.8.1]
torchvision: [0.9.1]
include:
- python-version: 3.8
platform: cu117
torch: 2.0.0
torchvision: 0.15.1
- python-version: 3.8
platform: cu118
torch: 2.1.0
Expand Down
1 change: 0 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dvclive
lion-pytorch
lmdb
mlflow
neptune
parameterized
pydantic==1.10.9
pytest
Expand Down

0 comments on commit dc4d48a

Please sign in to comment.