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 cb7f7e7 commit 440d3b0Copy full SHA for 440d3b0
.github/workflows/static-test-install_uv.yml
@@ -17,5 +17,6 @@ jobs:
17
18
- name: install detectron2 and project with uv
19
run: |
20
- bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
+ uv pip install -U pip wheel setuptools
21
+ bash scripts/install_uv.sh --no-weights --cpu -m "detectron2,yolox,segment_anything,jde"
22
0 commit comments