Skip to content

Commit

Permalink
test gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Oct 12, 2023
1 parent b8ce77c commit b077e7f
Showing 1 changed file with 18 additions and 18 deletions.
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

0 comments on commit b077e7f

Please sign in to comment.