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

Method SamplingGreedy

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

ref: https://github.com/openai/whisper/blob/f82bc59f5ea234d4b97fb2860842ed38519f7e65/whisper/transcribe.py#L264

Source from the content-addressed store, hash-verified

41 int best_of; // ref:
42 // https://github.com/openai/whisper/blob/f82bc59f5ea234d4b97fb2860842ed38519f7e65/whisper/transcribe.py#L264
43 SamplingGreedy() : best_of(1) {}
44 SamplingGreedy(int best_of) : best_of(best_of) {}
45
46 SamplingGreedy *with_best_of(int best_of) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected