mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-07 19:57:08 +08:00
cleanup config.py
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
9b7edc0343
commit
0c03d154b5
@ -4584,11 +4584,6 @@ class VllmConfig:
|
||||
"Piecewise compilation is not supported with "
|
||||
"microbatching. Disabling piecewiseching compilation.")
|
||||
self.compilation_config.level = CompilationLevel.NO_COMPILATION
|
||||
if not self.model_config.enforce_eager:
|
||||
self.compilation_config.full_cuda_graph = True
|
||||
logger.warning_once(
|
||||
"Enabling fullcudagraphs for microbatching"
|
||||
)
|
||||
disable_chunked_prefill_reasons: list[str] = []
|
||||
|
||||
if self.model_config and self.model_config.pooler_config:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user