keldenl/gpt-llama.cpp

How to create a single binary

arita37 opened this issue · 0 comments

I need to create a single binary file with the configurations embeeded in the binary
so I can share internally

mybinary -o 127.0.0.1:4043

so the server starts on127.0.0.1:4043

Any way to do this ?