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 ==="