vllm_omni.diffusion.sched.base_scheduler ¶
get_request_batch_sampling_params_key ¶
get_request_batch_sampling_params_key(
request: OmniDiffusionRequest,
) -> RequestBatchSamplingParamsKey
Build a request-batch compatibility key from the request's sampling params.
get_sampling_params_key ¶
get_sampling_params_key(
request: OmniDiffusionRequest,
) -> SamplingParamsKey
Build a batch-compatibility key from the request's sampling params.