additional fixes

This commit is contained in:
Christian Medina
2026-07-01 16:05:52 -04:00
parent 088521094e
commit 7e13680e27
4 changed files with 13 additions and 88 deletions

3
training/scripts/run_with_accelerate.sh Executable file → Normal file
View File

@@ -7,4 +7,5 @@ set -e
pip install -q accelerate
# Launch with accelerate
accelerate launch train-on-this-server.sh --config training/configs/llama2-7b-lora.yaml
# Note: Use the dedicated train-on-this-server.sh instead
echo "See train-on-this-server.sh for full setup"