We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cdff3 commit 68b5040Copy full SHA for 68b5040
1 file changed
medusa/train/train.py
@@ -345,6 +345,7 @@ def train():
345
model,
346
medusa_num_heads=training_args.medusa_num_heads,
347
medusa_num_layers=training_args.medusa_num_layers,
348
+ base_model_name_or_path=model_args.model_name_or_path,
349
)
350
351
# Format output dir
0 commit comments