You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The releases from llama.cpp follow a different format on windows.
On unixy OSes, the server binary is
at
`build/bin/llama-server`
On Windows it is just at `llama-server.exe`. You would need to
update the download-release.sh script to make this work.
0 commit comments