diff --git a/train-on-this-server.sh b/train-on-this-server.sh index bd0439c..6dd219e 100755 --- a/train-on-this-server.sh +++ b/train-on-this-server.sh @@ -3,6 +3,10 @@ set -e +# Unload AI model to free GPU memory +echo "Unloading AI model..." +ai none + echo "=== Cyron LoRA Training Setup ===" # Create venv