Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
1049451037 committed Feb 2, 2024
1 parent 4fa5eef commit eb4fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat/training/model_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def extract_model_specific_args_to_dump(args, model):
('row_parallel_linear_final_bias', True),
('is_gated_mlp', False),
('is_rotary_emb', False),
('parallel_output', False)
('parallel_output', False),
('num_experts', 1),
]
if hasattr(module, 'transformer'):
Expand Down

0 comments on commit eb4fac9

Please sign in to comment.