Skip to content

Commit

Permalink
Revert "Try using torch v2.2 for detectron"
Browse files Browse the repository at this point in the history
This reverts commit d97ec1b.
  • Loading branch information
yatarkan committed May 31, 2024
1 parent d97ec1b commit 8870974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_treon_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Debug install detectron
shell: bash
run: |
pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --index-url https://download.pytorch.org/whl/cpu -v
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
pip freeze | grep torch
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
pip freeze | grep detectron2
Expand Down

0 comments on commit 8870974

Please sign in to comment.