For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python class
MinPSampler
MinPSampler
class max.nn.MinPSampler(dtype, shape, temperature=1)
Bases: Module
A min_p sampler.
dtype
dtype: DType
min_p
min_p: float
shape
shape: Shape
temperature
temperature: float