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 530e668 commit a3b47f2Copy full SHA for a3b47f2
.github/workflows/static-test-install.yml
@@ -17,5 +17,5 @@ jobs:
17
18
- name: install detectron2 and project with pip for test
19
run: |
20
- bash scripts/install.sh -m detectron2 --no-weights
+ bash scripts/install.sh -m detectron2 --no-weights --cpu
21
.github/workflows/static-test-install_uv.yml
- name: install detectron2 and project with uv
- uv run bash scripts/install_uv.sh -m detectron2 --no-weights
+ uv run bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
0 commit comments