Łukasz Kwiecień
Łukasz Kwiecień
@v1rt @haani104 try replace default ... to something like this source.js meta.group.braces.round meta.group.braces.curly -(meta meta meta) in babel snippets folder .config/sublime-text-3/Packages/Babel Snippets of triggers which don't work. At least it...
I have the same problem when trying to complie on **Windows 10**. When I have changed `src/CMakeLists.txt` at 140 line for following ```txt # if (WHISPER_MKL) # target_link_libraries(whisper PRIVATE MKL::MKL)...
I was able to build this either by this way https://github.com/ggerganov/whisper.cpp/issues/2295#issuecomment-2242901116 or following yours but with slight change like: ```txt if (WHISPER_MKL) find_package(MKL REQUIRED) set(MKL_INCLUDE_DIRS "${MKLROOT}/include") set(MKL_LIBRARIES "${MKLROOT}/lib") endif() if...