lazyman

Results 2 issues of lazyman

Hello guys, I tried to compile it with the latest version with Vulkan but failed: [Failed to compile it with Vulkan](https://github.com/ggerganov/whisper.cpp/issues/2399) Thus I reverted the codes to 32f88af17b635001dab08933813196447cbe2f8b ``` git...

I tried to compile it with this commands in X64 Native Tools Command Prompt but failed: ``` cmake -G Ninja -DGGML_VULKAN=ON -DGGML_STATIC=ON -DBUILD_SHARED_LIBS=OFF -DGGML_OPENMP=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release .. cmake --build...