mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-06 20:37:05 +08:00
temporarily remove enable_microbatching
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
919eef995b
commit
2731e8cbcb
@ -1741,15 +1741,6 @@ class ParallelConfig:
|
||||
rank: int = 0
|
||||
"""Global rank in distributed setup."""
|
||||
|
||||
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.
|
||||
Otherwise, the request will be processed in a single batch."""
|
||||
|
||||
@property
|
||||
def world_size_across_dp(self) -> int:
|
||||
"""world_size_across_dp is TPxPPxDP, it is the size of the world
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user