Skip to content

Commit bbc7d38

Browse files
committed
correct batch size
1 parent efeb276 commit bbc7d38

File tree

1 file changed

+1
-1
lines changed
  • dags/map_reproducibility/a4/llama_3_1_405b

1 file changed

+1
-1
lines changed

dags/map_reproducibility/a4/llama_3_1_405b/maxtext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
OPTIMIZER = "adam"
4040
SEQUENCE_LENGTH = 2048
4141
NUM_STEPS = 30
42-
BATCH_SIZE_PER_DEVICE = 8
42+
BATCH_SIZE_PER_DEVICE = 2
4343

4444

4545
with models.DAG(

0 commit comments

Comments
 (0)