Skip to content

Commit 76cdf2b

Browse files
committed
[Bugfix] Fix OOM tests in initialization test vllm-project#21921
1 parent bc4e92f commit 76cdf2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/glm4_1v.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,7 @@ def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
12791279
vllm_config=vllm_config,
12801280
prefix=maybe_prefix(prefix, ""),
12811281
architectures=["Glm4ForCausalLM"],
1282+
hf_config=self.config.get_text_config(),
12821283
)
12831284

12841285
self.make_empty_intermediate_tensors = (

0 commit comments

Comments
 (0)