ray-project / ray-llm

RayLLM - LLMs on Ray
https://aviary.anyscale.com
Apache License 2.0
1.22k stars 89 forks source link

What cluster configuration do I need to deploy Aviary? #2

Closed amogkam closed 1 year ago

amogkam commented 1 year ago

How do I know how many GPUs, memory, etc. I need in my Ray cluster to deploy Aviary? Or will it work regardless of what resources I have?

Yard1 commented 1 year ago

You can view the default configuration in https://github.com/ray-project/aviary/blob/master/deploy/ray/aviary-cluster.yaml

amogkam commented 1 year ago

Got it. How about for each model in particular? Like for model X I need this instance type?

Yard1 commented 1 year ago

The instance types per model are defined using Ray custom resources - see https://github.com/ray-project/aviary/blob/master/models/README.md for more details

amogkam commented 1 year ago

got it, thanks!