Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Feb 3, 2024
1 parent 780e244 commit 56d7a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serve/mlc_serve/model/tvm_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def generate(
all_token_ids = []
sequence_ids = []
prompt_lens = []
num_sequences = []
# TODO(masahi, yelite): Update this when a new request type for speculative decoding
# is implemented.
num_decode_query_tokens = 1
Expand Down

0 comments on commit 56d7a23

Please sign in to comment.