Skip to content

Commit

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

# TODO(@team): There is a type mismatch in the definition. 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 63109ae

Please sign in to comment.