-
-
Couldn't load subscription status.
- Fork 10.9k
Closed
Labels
performancePerformance-related issuesPerformance-related issues
Description
call stack: InputPreprocessor::_process_multimodal -> MultiModalRegistry::create_processor -> MultiModalRegistry::_get_model_cls -> get_model_architecture -> model_config.compute_hash
vllm/vllm/model_executor/model_loader/utils.py
Lines 216 to 224 in c60e613
| def get_model_architecture( | |
| model_config: ModelConfig) -> tuple[type[nn.Module], str]: | |
| key = model_config.compute_hash() | |
| if key in _MODEL_ARCH_BY_HASH: | |
| return _MODEL_ARCH_BY_HASH[key] | |
| model_arch = _get_model_architecture(model_config) | |
| _MODEL_ARCH_BY_HASH[key] = model_arch | |
| return model_arch |
ywang96
Metadata
Metadata
Assignees
Labels
performancePerformance-related issuesPerformance-related issues