-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Why server is not provided with binaries ? #1578
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
there are: https://github.com/ggerganov/llama.cpp/releases/tag/master-7d87381 but you need to build the arm versions yourself though. |
Perhaps I'm missing something, but I downloaded llama-master-7d87381-bin-win-openblas-x64.zip and the server executable is not among them. Am I doing it wrong? |
Still there is no server.exe in none of the provided binaries, in none of the latest releases. |
Is not present . That's why I'm asking l. |
The |
..yes.. but why? |
I don't mean to be annoying, but the server doesn't get built by default when using make, nor appears on the Makefile either ( i'm not really good with build systems and stuff). It does seem to be included when building with cmake, but passing the NVCC flags I need to cmake isn't working for me. Is there a reason why it's not getting built by default? Or at least included in the Makefile? |
Looks like you can only build the server via cmake. From poking around a bit, it's actually quite large compared to all the other examples and includes a copy of a HTTP and JSON parsing library. I'd guess it's disabled by default because it's relatively slow to compile. Just for comparison, the This answer doesn't necessarily help someone that just wants that feature but hopefully at least makes it seem like less of an arbitrary decision. |
Well it's not that bad. I managed to compile the server with make just by adding "server" to the default target, clean target, and an entry in the examples section of the Makefile which looks the same as most of the stuff in there. |
It needs to be added to the workflow, nothing special. |
Question ... why server is not provided with binaries ?
The text was updated successfully, but these errors were encountered: