whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Build with OpenBLAS and SDL2 on windows

Open tamo opened this issue 1 year ago • 0 comments

Maybe useful as a build instruction.

Currently it builds 2 archs with both enabled. You can configure the matrix, e.g. to build 24 types

build: [Debug, RelWithDebInfo, Release]
arch: [Win32, x64]
blas: [ON, OFF]
sdl2: [ON, OFF]

tamo avatar Nov 23 '22 12:11 tamo