keldenl / gpt-llama.cpp

A llama.cpp drop-in replacement for OpenAI's GPT endpoints, allowing GPT-powered apps to run off local llama.cpp models instead of OpenAI.
MIT License
594 stars 67 forks source link

How to create a single binary #65

Open arita37 opened 12 months ago

arita37 commented 12 months ago

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 ?