We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be95a10 commit 8938a09Copy full SHA for 8938a09
examples/speculative_decoding/main.py
@@ -182,6 +182,8 @@ def train():
182
"draft_vocab_size": custom_config["draft_vocab_size"]
183
if eagle_args.eagle_config and "draft_vocab_size" in custom_config
184
else model.config.vocab_size,
185
+ # pass in the seq length for flex attention mask compilation
186
+ "traing_seq_len": training_args.training_seq_len,
187
}
188
)
189
0 commit comments