From 215886d6a7d13eefefd5836969c6f38b59be0771 Mon Sep 17 00:00:00 2001 From: Christian Medina <37550954+cmedinasoriano@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:51:28 -0400 Subject: [PATCH] fix: use $HOME/loras by default --- deploy-agenx-lora.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-agenx-lora.sh b/deploy-agenx-lora.sh index 4d7d910..c43ec96 100755 --- a/deploy-agenx-lora.sh +++ b/deploy-agenx-lora.sh @@ -1,10 +1,10 @@ #!/bin/bash -# Deploy agenx-lora-training to /opt/loras/agenx-lora-training +# Deploy agenx-lora-training # Run this on the GPU server after scp'ing it there set -e -REPO_DIR="/opt/loras/agenx-lora-training" +REPO_DIR="${LORA_REPO_DIR:-$HOME/loras/agenx-lora-training}" REPO_URL="https://gitea.cyaren.com/cmedina/agenx-lora-training.git" echo "=== Deploying agenx-lora-training ==="