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

Method sys_info

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

Source from the content-addressed store, hash-verified

553 void print_timings() { whisper_print_timings(wctx); }
554 void reset_timings() { whisper_reset_timings(wctx); }
555 std::string sys_info() { return std::string(whisper_print_system_info()); }
556
557 // Run the entire model: PCM -> log mel spectrogram -> encoder -> decoder ->
558 // text Not thread safe for same context Uses the specified decoding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected