Source code in vllm/v1/kv_offload/factory.py
  class-attribute instance-attribute  ¶
 _registry: dict[
    str, Callable[[], type[OffloadingSpec]]
] = {}
 classmethod  ¶
 create_spec(config: VllmConfig) -> OffloadingSpec
Source code in vllm/v1/kv_offload/factory.py
  classmethod  ¶
  Register a spec with a lazy-loading module and class name.