Skip to content

Commit

Permalink
Add debug install detectron
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 30, 2024
1 parent e3a5901 commit f2d2f1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_treon_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ jobs:
python check_install.py
# TODO Remove after testing
- name: Debug install detectron
shell: bash
run: |
pip install -q --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision
pip install -q "git+https://github.com/facebookresearch/detectron2.git" --extra-index-url https://download.pytorch.org/whl/cpu
pip install -q "openvino>=2023.1.0"
# TODO Remove after testing
# - name: Print devices
# run: |
# python -m pip install openvino
Expand Down

0 comments on commit f2d2f1e

Please sign in to comment.