livestream.sh : simple tool to transcribe audio livestreams (#185)

This commit is contained in:
Georgi Gerganov
2022-11-26 10:05:37 +02:00
parent 3c390ffe38
commit cb70b07db5
3 changed files with 71 additions and 2 deletions

View File

@ -68,7 +68,7 @@ void talk_main(size_t index) {
g_gpt2 = gpt2_init("gpt-2.bin");
printf("talk: using %d threads\n", N_THREAD);
printf("talk: using %d threads\n", wparams.n_threads);
std::vector<float> pcmf32;