From a8b51ffa76e196f9d4edb4e4605abaa25604aea2 Mon Sep 17 00:00:00 2001 From: Dowon Date: Sat, 2 Nov 2024 22:27:06 +0900 Subject: [PATCH] chore: update taskfile --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 834d82e..bd3c8f1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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"