Pass device batch size to base_loss script

Added the --device_batch_size argument to the base_loss evaluation command in runmac_overnight.sh to ensure batch size is configurable during evaluation.
This commit is contained in:
Jason Kneen 2025-10-22 09:29:46 +01:00
parent 1225ddf00e
commit b81d789992

View File

@ -122,7 +122,7 @@ python -m scripts.base_train \
# Evaluate base model
echo ""
echo "Evaluating base model..."
python -m scripts.base_loss --split_tokens=$SPLIT_TOKENS
python -m scripts.base_loss --device_batch_size=$DEVICE_BATCH_SIZE --split_tokens=$SPLIT_TOKENS
python -m scripts.base_eval
# Midtraining