Submitted by ggerganov t3_y0nvqu in MachineLearning
mrpogiface t1_irz4hc9 wrote
Reply to comment by ggerganov in [P] Pure C/C++ port of OpenAI's Whisper by ggerganov
As a complete WASM novice, I'd appreciate you doing it as a learning exercise for me :) But yeah, everything you outlined makes sense.
ggerganov OP t1_itcgtpx wrote
Hey, just in case you are still interested - today I finished the WASM port and the performance not really bad:
https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm
There is a link to a live demo page where you can play with it.
Cheers!
mrpogiface t1_itch4j5 wrote
I am extremely interested! I'm excited to learn from it, thank you :)
ggerganov OP t1_is1tgok wrote
Looks like WASM actually support SIMD:
https://emscripten.org/docs/porting/simd.html
Will definitely give this a try when I get some free time. I will post updates here, if you are interested in the progress:
Viewing a single comment thread. View all comments