We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f50e0c2 + bee9b94 commit e4ae10bCopy full SHA for e4ae10b
1 file changed
src/main.cpp
@@ -477,6 +477,7 @@ PYBIND11_MODULE(_pywhispercpp, m) {
477
"Cols: n_vocab");
478
479
480
+ m.def("whisper_token_to_str", &whisper_token_to_str_wrapper, "whisper_token_to_str");
481
m.def("whisper_token_eot", &whisper_token_eot_wrapper, "whisper_token_eot");
482
m.def("whisper_token_sot", &whisper_token_sot_wrapper, "whisper_token_sot");
483
m.def("whisper_token_prev", &whisper_token_prev_wrapper);
0 commit comments