MCPcopy Create free account
hub / github.com/aarnphm/whispercpp / SamplingBeamSearch

Method SamplingBeamSearch

src/whispercpp/context.h:62–62  ·  view source on GitHub ↗

NOTE: upstream not implemented, ref: https://arxiv.org/pdf/2204.05424.pdf

Source from the content-addressed store, hash-verified

60 float patience; // NOTE: upstream not implemented, ref:
61 // https://arxiv.org/pdf/2204.05424.pdf
62 SamplingBeamSearch() : beam_size(-1), patience(-1.0f) {}
63
64 SamplingBeamSearch(int beam_size, float patience)
65 : beam_size(beam_size), patience(patience) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected