-
Notifications
You must be signed in to change notification settings - Fork 170
Fix Windows build #1097
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
base: main
Are you sure you want to change the base?
Fix Windows build #1097
Conversation
|
Not yet, @ikawrakow. I now get this in the file llama.cpp: |
|
That's not actual ik_llama.cpp but rather your modified fork, or? |
|
@Thireus I see you are trying to fix the Windows build of the main branch. Have you tried this PR? |
|
Ah! Thanks for pointing this out: yes I've been trying to switch to MSVC flags to use the experimental version of openmp but without success so far. I'll try this PR. |
|
Looking good so far, it's compiling. We'll see if it produces release builds in a few hours - https://github.com/Thireus/ik_llama.cpp/actions/runs/20555781303 |


@Nexesenex Does this fix your issue?