We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74c531 commit f088e48Copy full SHA for f088e48
vllm/config.py
@@ -513,7 +513,7 @@ def _init_is_hybrid(self) -> bool:
513
514
def _init_has_noops(self) -> bool:
515
architectures = getattr(self.hf_config, "architectures", [])
516
- return ModelRegistry.is_noops_model(architectures)
+ return self.registry.is_noops_model(architectures)
517
518
def _init_has_inner_state(self) -> bool:
519
return self.registry.model_has_inner_state(self.architectures)
0 commit comments