mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
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:
parent
1225ddf00e
commit
b81d789992
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user