feat: add run_with_accelerate.sh helper script

This commit is contained in:
Christian Medina
2026-06-30 18:26:08 -04:00
parent cd58ffd31e
commit a04bf4a9cf

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Run training with distributed setup
set -e
# Install accelerate if not present
pip install -q accelerate
# Launch with accelerate
accelerate launch train-on-this-server.sh --config training/configs/llama2-7b-lora.yaml