feat: unload AI model before training

This commit is contained in:
Christian Medina
2026-06-30 16:00:17 -04:00
parent 2074d3d993
commit 1786830d84

View File

@@ -10,6 +10,11 @@ echo "=== LoRA Training Setup ==="
echo "Repo: ${REPO_DIR}"
echo ""
# Unload AI model to free VRAM
echo "=== Unloading AI model ==="
ai none
sleep 2
# Check Python
if ! command -v python3 &> /dev/null; then
echo "ERROR: python3 not found"