-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
WIP v1.7.5 #319
WIP v1.7.5 #319
Conversation
Temporary blocked after ggml-org/llama.cpp#10890 disabled the support for MSVC build for ARM targets. Tried to use LLVM (Clang) with both Ninja Generator:
Inspired from https://github.com/ggerganov/llama.cpp/blob/master/cmake/arm64-windows-llvm.cmake and https://github.com/ggerganov/llama.cpp/blob/c05e8c9934f94fde49bc1bc9dc51eed282605150/.github/workflows/build.yml#L668C13-L668C144 But also tried with Visual Studio generator (without success). It seems that Whisper.cpp doesn't have an ARM build of Windows in their CI: https://github.com/ggerganov/whisper.cpp/blob/2ab2eb5110018a1efd2744b7d4465209cf243e4c/.github/workflows/build.yml#L426C8-L434C26 |
…retrieve token from secrets in github actions
…ith windows-latest)
Build finished but cannot merge yet. I don't have yet an arm64 host so I cannot test arm64 build to see if it will deadlock as well or not and the new ggml version requires clang. |
No description provided.