-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of compilation flags for audio.whisper up to 0.2.2 with whisper.cpp 1.2.1 #15
Comments
Would it be possible to add a brief explanation of how and where to run this to determine which flags are available? |
The code (or parts of it) above is something you run at e.g. the Rstudio shell or terminal to see which hardware you bought. |
Ok, it seems like that may not work on Windows as I just get errors in the terminal. (The suggested windows flags work on my i9 computer but not my Xeon computer, so I am trying to see what is supported for the latter.) Any tips on where to look for help? |
Probably best is to look to the hardware specs of the invoice of your computer. Or ask on stackoverflow what all these compiler flags mean. E.g. as here: https://stackoverflow.com/questions/71229343/what-exactly-do-the-gcc-compiler-switches-mavx-mavx2-mavx512f-do |
Here you can find the relevant CFLAGS which you can set depending on the hardware you have on your machine
Look to the CFLAGS. Either run the code for your specific computer to see if your CPU hardware supportss
AVX | AVX2 | AVX512 | FMA | NEON | ARM_FMA | F16C | FP16_VA | WASM_SIMD | BLAS | SSE3 | VSX
Script taken from https://github.com/ggerganov/whisper.cpp/blob/ad1389003d3f8bd47b8ca7d4c21b4764cc3844fc/Makefile
The text was updated successfully, but these errors were encountered: