fix: use $HOME/loras by default
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Run this on the GPU server after scp'ing it there
|
||||||
|
|
||||||
set -e
|
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"
|
REPO_URL="https://gitea.cyaren.com/cmedina/agenx-lora-training.git"
|
||||||
|
|
||||||
echo "=== Deploying agenx-lora-training ==="
|
echo "=== Deploying agenx-lora-training ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user