ray-project / ray-llm

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

How to submit a LLM training job? #106

Open qingqiuhe opened 9 months ago

qingqiuhe commented 9 months ago

How to submit a LLM training job? Is this project just used for LLM deployment?

msinha251 commented 9 months ago

ray-llm is only for deploying or inferencing llm over Ray.

@qingqiuhe I don't think, it supports LLM training.

akshay-anyscale commented 9 months ago

Are you looking for fine-tuning LLMs? RayLLM currently is only meant for inference but we do have examples for how to do fine-tuning using Ray - https://docs.ray.io/en/latest/train/examples/lightning/vicuna_13b_lightning_deepspeed_finetune.html#fine-tune-vicuna-13b-with-lightning-and-deepspeed