Commit 50485f22 authored by Zaida Zhou's avatar Zaida Zhou Committed by zhouzaida
Browse files

Update circleci config (#2131)

parent e5c2cab5
...@@ -54,6 +54,9 @@ jobs: ...@@ -54,6 +54,9 @@ jobs:
- run: - run:
name: Install PyTorch name: Install PyTorch
command: python -m pip install torch==<< parameters.torch >>+cpu torchvision==<< parameters.torchvision >>+cpu -f https://download.pytorch.org/whl/torch_stable.html command: python -m pip install torch==<< parameters.torch >>+cpu torchvision==<< parameters.torchvision >>+cpu -f https://download.pytorch.org/whl/torch_stable.html
- run:
name: Install MMEngine
command: pip install git+ssh://git@github.com/open-mmlab/mmengine.git
- run: - run:
name: Install psutil name: Install psutil
command: python -m pip install psutil command: python -m pip install psutil
...@@ -122,6 +125,9 @@ jobs: ...@@ -122,6 +125,9 @@ jobs:
- run: - run:
name: Install PyTorch name: Install PyTorch
command: python -m pip install torch==1.8.1+cu102 torchvision==0.9.1+cu102 -f https://download.pytorch.org/whl/torch_stable.html command: python -m pip install torch==1.8.1+cu102 torchvision==0.9.1+cu102 -f https://download.pytorch.org/whl/torch_stable.html
- run:
name: Install MMEngine
command: pip install git+ssh://git@github.com/open-mmlab/mmengine.git
- run: - run:
name: Install psutil name: Install psutil
command: python -m pip install psutil command: python -m pip install psutil
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment