ray-project / ray-llm

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

templating serve-config and model config instead of copy and paste #147

Open nhaocalgary opened 3 months ago

nhaocalgary commented 3 months ago

Hi, All: Trying out databricks DBRX with ray-llm, first order of business seems to copy and paste two yaml files (serve-config and model-config), and change names and configuration etc. manually.

Looking at all files in the serve-config and model folder per model, reflecting on some yaml templating work we have done similarly, hope to achieve "Generating all yaml files per model, based on a baseline template and model specific parameters.".

Any thoughts? can branch a new feature and show the basic ideas. let me know.

Thanks,