MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / sample

Method sample

src/fused_mm_sampling/core.py:659–660  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

657
658class Sampler(Protocol):
659 def prepare(self) -> "Sampler":
660 raise NotImplementedError()
661
662 def sample(self, **kwargs) -> torch.Tensor:
663 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected