vllm.utils.humming ¶
Lazy facade for the optional humming package.
vLLM code should import humming symbols from here so that import humming (which has import-time side effects) is deferred until first use. Add new symbols by appending one entry to _EXPORTS as "module.path:attr", or "module.path" for a whole-module re-export.