Llama.cpp version used by llamafile #731
-
I am trying to use llamafile interchangeably with llama.cpp, i come from the context of reverse proxying to llama.cpp servers, i thought at first llamafile woud work out of the box like some llama.cpp instance, but then there is a difference between current llama.cpp Is there any will on support newer versions of llama.cpp? I know its very hard to keep up the pace with llama.cpp. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The build is approx commit: a30b324 on llama.cpp llamafile/llama.cpp/build-info.cpp Line 2 in a9658c7 We are interested in pulling from upstream, but it may take some work |
Beta Was this translation helpful? Give feedback.
-
You might want to take a look at llama-server-one ("LS1"): https://github.com/BradHutchings/llama-server-one While I still build and will continue to build llamafiles for some of my clients, I recently took on the task of building something like llamafile, but with the latest llama.cpp. I sync the latest commits a few times per week. LS1 got SSL support this weekend. It's pretty nifty. I hope you'll take a look and contribute there and here. -Brad |
Beta Was this translation helpful? Give feedback.
You might want to take a look at llama-server-one ("LS1"):
https://github.com/BradHutchings/llama-server-one
While I still build and will continue to build llamafiles for some of my clients, I recently took on the task of building something like llamafile, but with the latest llama.cpp. I sync the latest commits a few times per week.
LS1 got SSL support this weekend. It's pretty nifty. I hope you'll take a look and contribute there and here.
-Brad