GCP system to run llama2 Chat model 7B 13B and 70B

8 points by Hammad_Ahmad ↗ HN
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 ] thread
Look into vllm and text-generation-inference

Why not use an API though?

Some to check out are:

Replicate, Together AI, Fireworks AI, Deepinfra, Anyscale Endpoints

I can personally recommend deepinfra. Been using it the past few days and it's served me very well.