Turn @config into a dataclass_transform (#31541)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-02-03 17:40:59 +00:00
committed by GitHub
parent b1bb18de8d
commit 61e632aea1
32 changed files with 153 additions and 191 deletions

View File

@@ -36,6 +36,7 @@ from vllm.config.utils import (
config,
get_attr_docs,
is_init_field,
replace,
update_config,
)
from vllm.config.vllm import (
@@ -101,6 +102,7 @@ __all__ = [
"config",
"get_attr_docs",
"is_init_field",
"replace",
"update_config",
# From vllm.config.vllm
"VllmConfig",