whisper.cpp/bindings/go/pkg/whisper
ciricc 2305a6142a feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
..
concurrency_gate.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
consts.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
context_benchmark_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
context_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
doc.go go : run `go mod tidy` before building examples + fix permissions (#296) 2022-12-22 16:34:20 +02:00
interface.go refactor(go bindings): remove new methods from the Model interface 2025-09-14 02:59:42 +03:00
log.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
model.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
model_context_params.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
model_test.go refactor(go bindings): fix backward compatibility for error andling logic 2025-09-14 02:04:06 +03:00
params_wrap.go refactor(go bindings): make ModelContext and StatefulContext public 2025-09-14 04:39:26 +03:00
stateful_context.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
stateful_context_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
stateless_context.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
stateless_context_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
test_helpers_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
token_identifier.go refactor(go bindings): make ModelContext and StatefulContext public 2025-09-14 04:39:26 +03:00
util_test.go feat: split context into stateful/stateless; add concurrency gate, added model context params, benchmarks, silence mode for the ggml 2025-09-20 15:56:48 +03:00
whisper_ctx.go refactor(go bindings): make ModelContext and StatefulContext public 2025-09-14 04:39:26 +03:00
whisper_ctx_test.go refactor(go bindings): make ModelContext and StatefulContext public 2025-09-14 04:39:26 +03:00
whisper_state.go fix(go bindings): unit tests and exported interfaces 2025-09-14 02:41:28 +03:00
whisper_state_test.go fix(go bindings): unit tests and exported interfaces 2025-09-14 02:41:28 +03:00