You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love that llama.cpp comes with a HTTP server. But, we are currently building an AI infrastructure, and went with AMQP(rabbit) as our main LLM_prompt distribution/queuing system, so it would be great to skip the HTTP step, and just have llama.cpp feed of an queue, and also just specify a response(and error) queue. We could run separate queues for different LLM models.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I love that llama.cpp comes with a HTTP server. But, we are currently building an AI infrastructure, and went with AMQP(rabbit) as our main LLM_prompt distribution/queuing system, so it would be great to skip the HTTP step, and just have llama.cpp feed of an queue, and also just specify a response(and error) queue. We could run separate queues for different LLM models.
Beta Was this translation helpful? Give feedback.
All reactions