Skip to content

Commit 5c10b99

Browse files
authored
Fixing packing_buffer_size default value
1 parent 1061749 commit 5c10b99

File tree

1 file changed

+1
-1
lines changed
  • dfm/src/megatron/recipes/wan

1 file changed

+1
-1
lines changed

dfm/src/megatron/recipes/wan/wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def pretrain_config(
181181
global_batch_size=global_batch_size,
182182
num_workers=10,
183183
task_encoder_seq_length=None,
184-
packing_buffer_size=131072, # 131,072 = 2^17 tokens, each 5 secs of 832*480 is about 45k tokens
184+
packing_buffer_size=150,
185185
)
186186

187187
# Config Container

0 commit comments

Comments
 (0)