Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggg committed Jan 9, 2024
1 parent 63109ae commit 69aa8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/mlc_serve/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create_mlc_engine(args: argparse.Namespace):
}
)

# TODO(@team): There is a type mismatch in the definition. Fix this when have time.
# TODO(@team): There is a type mismatch in the definition. Let's fix this when have time.
if args.use_staging_engine:
engine = StagingInferenceEngine( # type: ignore
tokenizer_module=HfTokenizerModule(args.model_artifact_path),
Expand Down

0 comments on commit 69aa8fa

Please sign in to comment.