File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Install the project
2222 run :
23- bash scripts/install .sh -m detectron2 --no-weights
23+ uv run bash scripts/install_uv .sh -m detectron2 --no-weights --cpu
2424 uv sync --group=doc
2525
2626
Original file line number Diff line number Diff line change 1717
1818 - name : install detectron2 and project with pip for test
1919 run : |
20- bash scripts/install.sh -m detectron2 --no-weights
20+ bash scripts/install.sh -m detectron2 --no-weights --cpu
2121
Original file line number Diff line number Diff line change 1717
1818 - name : install detectron2 and project with uv
1919 run : |
20- uv run bash scripts/install_uv.sh -m detectron2 --no-weights
20+ uv run bash scripts/install_uv.sh -m detectron2 --no-weights --cpu
2121
You can’t perform that action at this time.
0 commit comments