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

Method build

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

Source from the content-addressed store, hash-verified

34 virtual whisper_sampling_strategy to_enum() = 0;
35
36 SamplingType *build() { return this; };
37};
38
39struct SamplingGreedy : public SamplingType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected