-
Notifications
You must be signed in to change notification settings - Fork 12k
Server stop working after recent refactor on Windows #5963
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
Comments
The issue is not only with ROCm but also with Vulkan and even AVX2. |
I'm also unable to load server on windows build with CUDA. |
Seems like a Windows-related problem, so unfortunately I won't be able to help with that. Could you try to pin-point the exact commit after which it stops working? |
#5882 |
This happens because |
Should be fixed now |
Thanks @ggerganov is it worth the effort to add a ci workflow for server tests on Windows ? if yes, I will give it a try next week |
Yes, would be useful to have a Windows run |
latest branch
server stop working after recently refactor.
I couldn't run server.exe on my Windows build Rocm
compile with
cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DLLAMA_HIPBLAS=ON -DCMAKE_C_COMPILER="C:/Program Files/AMD/ROCm/5.7/bin/clang.exe" -DCMAKE_CXX_COMPILER="C:/Program Files/AMD/ROCm/5.7/bin/clang++.exe" -DAMDGPU_TARGETS="gfx1100;gfx1030;gfx1031"
The text was updated successfully, but these errors were encountered: