From 94ee50705421d6d2d50f2ae9797ba0e70d06b7e7 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Tue, 21 Oct 2025 17:56:08 +0000 Subject: [PATCH] quick fix base eval due to fewshot requirement --- dev/runcpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/runcpu.sh b/dev/runcpu.sh index 2d73dfc..e5c7ea8 100644 --- a/dev/runcpu.sh +++ b/dev/runcpu.sh @@ -53,7 +53,7 @@ python -m scripts.base_train \ --sample_every=50 \ --num_iterations=50 python -m scripts.base_loss --device_batch_size=1 --split_tokens=4096 -python -m scripts.base_eval --max-per-task=5 +python -m scripts.base_eval --max-per-task=16 # midtraining python -m scripts.mid_train \