• 2 Posts
  • 7 Comments
Joined 11 months ago
cake
Cake day: October 30th, 2023

help-circle


  • huge fan of server.cpp too! I actually embed a universal binary (created with lipo) in my macOS app (FreeChat) and use it as an LLM backend running on localhost. Seeing how quickly it improves makes me very happy about this architecture choice.

    I just saw the improvements issue today. Pretty excited about the possibility of getting chat template functionality since currently all of that complexity has to live in my client.

    Also, TIL about the batching stuff. I’m going to try getting multiple responses using that.