Skip to content

Sampler support for discrete diffusion #267

Description

@NSagan271

Currently, the Sampler resource only supports autoregressive-type generation: one token per request, and only returns the sampled tokens. For discrete diffusion, we need to be able to sample multiple (an arbitrary number) of tokens per request, and also return the log probabilities. This would probably make sense as a new Resource, but is also could be incorporated into the existing Sampler.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions