Skip to content

Commit

Permalink
Merge branch 'main' into thiagofc/export-onnx-KRCNNConvDeconvUpsample…
Browse files Browse the repository at this point in the history
…Head
  • Loading branch information
wat3rBro authored Feb 1, 2023
2 parents b774488 + 4a5e6d7 commit eee10cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ install_linux_dep: &install_linux_dep
pip install --progress-bar off -U 'git+https://github.com/facebookresearch/iopath'
pip install --progress-bar off -U 'git+https://github.com/facebookresearch/fvcore'
# Don't use pytest-xdist: cuda tests are unstable under multi-process workers.
pip install --progress-bar off ninja opencv-python-headless pytest tensorboard pycocotools onnx
# Don't use opencv 4.7.0.68: https://github.com/opencv/opencv-python/issues/765
pip install --progress-bar off ninja opencv-python-headless!=4.7.0.68 pytest tensorboard pycocotools onnx
pip install --progress-bar off torch==$PYTORCH_VERSION -f $PYTORCH_INDEX
if [[ "$TORCHVISION_VERSION" == "master" ]]; then
pip install git+https://github.com/pytorch/vision.git
Expand Down

0 comments on commit eee10cb

Please sign in to comment.