Comment on Show HN: liteLLM Proxy Server: 50+ LLM Models, Error Handling, CachingparentComments−detente183yHow do you plan on deploying llama 2? Is that via ollama/fastchat/etc.? We're actively building out integrations to different providers, so if you have any preferred tooling - let me know!−marcopicentini3yNo idea yet. Which you recommend to start? It will be hosted on a Ubuntu server (Digital Ocean, Linode etc..)−detente183yAny reason you're doing that vs. using Lambda Labs / Replicate / together.ai / Banana.dev, etc.There's a lot of good model deployment platforms that would make it easy to call your model behind a hosted endpoint-- If you do want to self-host - there's some great libraries like https://github.com/lm-sys/FastChat and https://github.com/ggerganov/llama.cpp that might be helpfulIf none of these really solve your issue - feel free to email me and I'm happy to help you figure something out - krrish@berri.ai−reustle3yYou can definitely start by checking out ollama, it was super helpful for me−marcopicentini3yIt’s only for MacOSX. I expect to load the model on a Ubuntu server, not on my local dev machine.−Menatombo3yYou have to build it if you want it for Ubuntu, Windows, or anything else. Just build Go on your machine and have at it.
Comments
How do you plan on deploying llama 2? Is that via ollama/fastchat/etc.? We're actively building out integrations to different providers, so if you have any preferred tooling - let me know!
No idea yet. Which you recommend to start? It will be hosted on a Ubuntu server (Digital Ocean, Linode etc..)
Any reason you're doing that vs. using Lambda Labs / Replicate / together.ai / Banana.dev, etc.
There's a lot of good model deployment platforms that would make it easy to call your model behind a hosted endpoint
-- If you do want to self-host - there's some great libraries like https://github.com/lm-sys/FastChat and https://github.com/ggerganov/llama.cpp that might be helpful
If none of these really solve your issue - feel free to email me and I'm happy to help you figure something out - krrish@berri.ai
You can definitely start by checking out ollama, it was super helpful for me
It’s only for MacOSX. I expect to load the model on a Ubuntu server, not on my local dev machine.
You have to build it if you want it for Ubuntu, Windows, or anything else. Just build Go on your machine and have at it.