Skip to content

Commit 40b8f0c

Browse files
Merge pull request #2957 from CIeNET-International:fix/benchmark-v5p-llama2-70b-configs
PiperOrigin-RevId: 859607658
2 parents d01e65d + 8c9fede commit 40b8f0c

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)