Skip to content

Commit 73ce563

Browse files
committed
fix
1 parent bbc7d38 commit 73ce563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/map_reproducibility/a3ultra/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 = 5
42+
BATCH_SIZE_PER_DEVICE = 2
4343

4444

4545
with models.DAG(

0 commit comments

Comments
 (0)