Turn @config into a dataclass_transform (#31541)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user