Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Jan 11, 2024
1 parent 2bee022 commit 756b09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlc_llm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def mod_transform_before_build(
# This is equivalent to prefill but without KV cache. It is used for
# determining the number of paged cache blocks that can be allocated.
model_names.append("evaluate")
model_names.append("evaluate_multi_query")

if args.sep_embed:
model_names = ["embed", "prefill_with_embed"] + model_names[1:]
Expand Down

0 comments on commit 756b09f

Please sign in to comment.