Skip to content

Commit

Permalink
Add printing torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 30, 2024
1 parent f2d2f1e commit 966e9ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_treon_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ jobs:
- 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 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
pip install -q "openvino>=2023.1.0"
# TODO Remove after testing
# - name: Print devices
Expand Down

0 comments on commit 966e9ae

Please sign in to comment.