We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69177df commit 5b8f7acCopy full SHA for 5b8f7ac
.github/workflows/build_treon_reusable.yml
@@ -122,14 +122,13 @@ jobs:
122
- name: Debug install detectron
123
shell: bash
124
run: |
125
- pip uninstall -y detectron2
126
- pip install ninja
127
- pip install torch torchvision -v
+ pip install wheel
+ pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
128
pip freeze | grep torch
129
python -c 'import torch'
130
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
131
pip freeze | grep detectron2
132
- pip install -q "openvino>=2023.1.0"
+ # pip install -q "openvino>=2023.1.0"
133
134
# - name: Cache Pip Packages
135
# id: cachepip
0 commit comments