Skip to content

Commit

Permalink
[python] Update lmi-list generation params after upgrading to vllm 0.…
Browse files Browse the repository at this point in the history
…5.5 (#2399)
  • Loading branch information
xyang16 committed Sep 18, 2024
1 parent 11e5deb commit ac2f78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

_WARMUP_PREFILL_TOKENS = 4096
LMI_DIST_GENERATION_PARAMS = set(RequestParams().__dict__.keys()).union(
set(SamplingParams().__dict__.keys()))
set(SamplingParams().__struct_fields__))


class LmiDistRollingBatch(RollingBatch):
Expand Down

0 comments on commit ac2f78e

Please sign in to comment.