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
fallback
  • Loading branch information
xiexinch committed Oct 12, 2023
commit 76890a54da03a878b9b74974b2df15b194d23bf1
56 changes: 28 additions & 28 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,40 +144,40 @@ workflows:
not:
<< pipeline.parameters.lint_only >>
jobs:
# - lint:
# name: lint
# filters:
# branches:
# 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
# # TODO: Fix torch 1.13 forward crush
# torch: 1.12.0
# torchvision: 0.13.0
# python: 3.9.0
# requires:
# - minimum_version_cpu
# - hold:
# type: approval
# requires:
# - maximum_version_cpu
- lint:
name: lint
filters:
branches:
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
# TODO: Fix torch 1.13 forward crush
torch: 1.12.0
torchvision: 0.13.0
python: 3.9.0
requires:
- minimum_version_cpu
- hold:
type: approval
requires:
- maximum_version_cpu
- build_cuda:
name: mainstream_version_gpu
torch: 1.8.1
# Use double quotation mark to explicitly specify its type
# as string instead of number
cuda: "10.2"
# requires:
# - hold
requires:
- hold
merge_stage_test:
when:
not:
Expand Down