From 8628709eaef259c30618dd5d3f3002ad29ad8df9 Mon Sep 17 00:00:00 2001 From: pks Date: Sun, 30 Nov 2025 21:05:23 +0100 Subject: args for finetuning.py --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 2c9e5bd..57a2200 100644 --- a/README +++ b/README @@ -1,5 +1,8 @@ # Setup sudo apt install jq pipx pipx install uv +export PATH=~/.local/bin:$PATH +uv sync +export PATH=$(pwd)/.venv/bin:$PATH huggingface-cli login -- cgit v1.2.3