From 972158abee9107900fd8e8bd1efb36067f5097b9 Mon Sep 17 00:00:00 2001 From: Dowon Date: Wed, 15 May 2024 21:53:32 +0900 Subject: [PATCH] chore: update tool --- Taskfile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 355de2f..03a4e8a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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"