Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Nov 7, 2023
1 parent 6844257 commit e7d1d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlc_llm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def build_model_from_args(args: argparse.Namespace):

mod = mod_transform_before_build(mod, param_manager, args, model_config)
if args.num_shards > 1:
# We requires a "create_sharding_info" function for all
# We require a "create_sharding_info" function for all
# multi-GPU models, even if they are using pre-sharded
# weights. When using pre-sharded weights, the list of
# initialization-time transforms to apply is empty.
Expand Down

0 comments on commit e7d1d15

Please sign in to comment.