ray-llm icon indicating copy to clipboard operation
ray-llm copied to clipboard

How to submit a LLM training job?

Open qingqiuhe opened this issue 1 year ago • 2 comments

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

qingqiuhe avatar Dec 15 '23 06:12 qingqiuhe

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

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

msinha251 avatar Dec 22 '23 15:12 msinha251

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

akshay-anyscale avatar Jan 01 '24 15:01 akshay-anyscale