chore: update taskfile

pull/745/head
Dowon 2024-11-02 22:27:06 +09:00
parent 424093bbd8
commit a8b51ffa76
No known key found for this signature in database
GPG Key ID: 9CCE5CDC08E34AD0
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ tasks:
update:
cmds:
- "{{.PYTHON}} -m uv pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest hypothesis"
- "{{.PYTHON}} -m uv pip install -U ultralytics mediapipe ruff pre-commit-uv black devtools pytest hypothesis"
update-torch:
cmds:
- "{{.PYTHON}} -m uv pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"
- "{{.PYTHON}} -m uv pip install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu124"