mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-07 19:57:08 +08:00
remove always_microbatch_if_enabled
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
fc562e22e2
commit
a9d47e8652
@ -1819,10 +1819,6 @@ class ParallelConfig:
|
||||
enable_microbatching: bool = False
|
||||
"""Enable microbatching for the model executor."""
|
||||
|
||||
always_microbatch_if_enabled: bool = True
|
||||
"""Always microbatch if microbatching is enabled. Easier to sync between
|
||||
dp workers."""
|
||||
|
||||
microbatching_token_threshold: int = 4
|
||||
"""The threshold for microbatching. If the number of tokens in the
|
||||
request is greater than this threshold, microbatching will be used.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user