GCP system to run llama2 Chat model 7B 13B and 70B
which system is best to run llama2 Chat 7B 13B and 70B model on GCP for production? So it can handle multiple requests and mention multiple user chat sessions at the same time. And do load balancing effectively
4 comments
[ 3.1 ms ] story [ 18.7 ms ] threadWhy not use an API though?
Some to check out are:
Replicate, Together AI, Fireworks AI, Deepinfra, Anyscale Endpoints
You can get a load balanced endpoint serving hundreds of tok/s per GPU using vLLM or Text Generation Inference in a few lines of code:
https://modal.com/docs/guide/ex/text_generation_inference