"src/libtorio/ffmpeg/ffmpeg.cpp" did not exist on "7a3e262dafb7cec8b132a0e1fa6ed173b8193d5d"
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:
- run:
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
- run:
name: Install MMEngine
command: pip install git+ssh://git@github.com/open-mmlab/mmengine.git
- run:
name: Install psutil
command: python -m pip install psutil
......@@ -122,6 +125,9 @@ jobs:
- run:
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
- run:
name: Install MMEngine
command: pip install git+ssh://git@github.com/open-mmlab/mmengine.git
- run:
name: 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