Skip to content

Commit d2aab39

Browse files
Fixes bug: You can't create a model without either a list of model_args or a model_config_path when model_config_path was submited (#298)
Co-authored-by: Clémentine Fourrier <[email protected]>
1 parent 7639f90 commit d2aab39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lighteval/main_accelerate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def main(args):
7171
use_chat_template=args.use_chat_template,
7272
override_batch_size=args.override_batch_size,
7373
model_args=args.model_args,
74+
model_config_path=args.model_config_path,
7475
accelerator=accelerator,
7576
)
7677

0 commit comments

Comments
 (0)