Skip to content

Commit 68b5040

Browse files
committed
fix training base model config
1 parent e5cdff3 commit 68b5040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

medusa/train/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def train():
345345
model,
346346
medusa_num_heads=training_args.medusa_num_heads,
347347
medusa_num_layers=training_args.medusa_num_layers,
348+
base_model_name_or_path=model_args.model_name_or_path,
348349
)
349350

350351
# Format output dir

0 commit comments

Comments
 (0)