Skip to content

Commit

Permalink
Update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-reiss committed Oct 30, 2024
1 parent 4c22f78 commit 1d34286
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
pip install wheel
- run:
name: Install PyTorch
command: pip install torch==<< parameters.torch >>+cpu torchvision==<< parameters.torchvision >>+cpu -f https://download.pytorch.org/whl/torch_stable.html
command: pip install torch==<< parameters.torch >>+cpu torchvision==<< parameters.torchvision >>+cpu -f https://download.pytorch.org/whl/torch -f https://download.pytorch.org/whl/torchvision
- run:
name: Build MMEngine from source
command: pip install -e . -v
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
type: string
cuda:
type: enum
enum: ["10.1", "10.2", "11.1", "11.7", "11.8"]
enum: ["10.1", "10.2", "11.1", "11.7", "11.8", "12.1", "12.4"]
cudnn:
type: integer
default: 7
Expand Down Expand Up @@ -267,9 +267,9 @@ workflows:
- lint
- build_cpu:
name: maximum_version_cpu
torch: 2.1.0
torchvision: 0.16.0
python: 3.9.0
torch: 2.5.0
torchvision: 0.20.0
python: 3.12.6
requires:
- minimum_version_cpu
- hold_integration_test:
Expand All @@ -296,9 +296,9 @@ workflows:
- hold
- build_cuda:
name: maximum_version_gpu
torch: 2.1.0
cuda: "11.8"
cudnn: 8
torch: 2.5.0
cuda: "12.4"
cudnn: 9
requires:
- hold
merge_stage_test:
Expand Down

0 comments on commit 1d34286

Please sign in to comment.