IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Python class

RejectionRunner

RejectionRunner

class max.pipelines.sampling.RejectionRunner(session, device_ref)

source

Bases: Protocol

Interface for rejection sampling runners.

Parameters:

run()

run(draft_tokens, draft_logits, target_logits, target_logit_offsets, all_draft_logits, context_batch)

source

Run the rejection sampler.

Parameters:

Return type:

tuple[Buffer, Buffer, Buffer | None]