This commit is contained in:
Georgi Gerganov
2022-10-10 22:06:03 +03:00
parent f7ab81fe51
commit 63b6786767
3 changed files with 8 additions and 6 deletions

View File

@@ -2387,7 +2387,7 @@ int whisper_full(
// print the prompt
//printf("\n\n");
//for (int i = 0; i < prompt.size(); i++) {
// printf("%s: prompt[%d] = %s\n", __func__, i, vocab.id_to_token[prompt[i]].c_str());
// printf("%s: prompt[%d] = %s\n", __func__, i, ctx->vocab.id_to_token[prompt[i]].c_str());
//}
//printf("\n\n");