mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
chore: update tool
This commit is contained in:
@@ -10,6 +10,7 @@ tasks:
|
||||
cmds:
|
||||
- echo "$PYTHON"
|
||||
- echo "$WEBUI"
|
||||
- echo "$UV_PYTHON"
|
||||
silent: true
|
||||
|
||||
launch:
|
||||
@@ -24,8 +25,8 @@ tasks:
|
||||
|
||||
update:
|
||||
cmds:
|
||||
- "{{.PYTHON}} -m pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest"
|
||||
- "{{.PYTHON}} -m uv pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest"
|
||||
|
||||
update-torch:
|
||||
cmds:
|
||||
- "{{.PYTHON}} -m pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
- "{{.PYTHON}} -m uv pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
|
||||
Reference in New Issue
Block a user