Skip to content

Commit 8c9fede

Browse files
Adjusted the batch size to enable llama2-70b to run on v5p-128
1 parent d4fe93a commit 8c9fede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/maxtext_v5p_model_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
model_type="llama2-70b",
203203
tuning_params={
204204
"ici_fsdp_parallelism": -1,
205-
"per_device_batch_size": 4,
205+
"per_device_batch_size": 2,
206206
"remat_policy": "save_dot_except_mlpwi",
207207
"max_target_length": 4096,
208208
"use_iota_embed": True,

0 commit comments

Comments
 (0)