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

bumpv1.2.0 #3376

Merged
merged 20 commits into from
Oct 12, 2023
Prev Previous commit
Next Next commit
test gpu
  • Loading branch information
xiexinch committed Oct 12, 2023
commit b077e7f374920aeecb2a198a9293ca148d95bff0
36 changes: 18 additions & 18 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,24 +151,24 @@ workflows:
ignore:
- dev-1.x
- main
- build_cpu:
name: minimum_version_cpu
torch: 1.8.1
torchvision: 0.9.1
python: "3.7"
requires:
- lint
- build_cpu:
name: maximum_version_cpu
torch: 2.0.0
torchvision: 0.15.0
python: 3.9.0
requires:
- minimum_version_cpu
- hold:
type: approval
requires:
- maximum_version_cpu
# - build_cpu:
# name: minimum_version_cpu
# torch: 1.8.1
# torchvision: 0.9.1
# python: "3.7"
# requires:
# - lint
# - build_cpu:
# name: maximum_version_cpu
# torch: 2.0.0
# torchvision: 0.15.0
# python: 3.9.0
# requires:
# - minimum_version_cpu
# - hold:
# type: approval
# requires:
# - maximum_version_cpu
- build_cuda:
name: mainstream_version_gpu
torch: 2.0.0
Expand Down