mozilla-ai / lm-buddy

Your buddy in the (L)LM space.
Apache License 2.0
64 stars 3 forks source link

Using Fine Tuning using Ray submission CLI #71

Closed chainlink closed 2 weeks ago

chainlink commented 7 months ago

This adds some (very light) docs on using the ray job submission CLI to submit a finetuning job

sfriedowitz commented 7 months ago

This is essentially already stated in the package Readme. I think this is duplicate?

Perhaps just add a note to that section saying that lm buddy does not need to be installed locally when submitting to Ray?

chainlink commented 7 months ago

The difference here is that there is no python driver script required, it's all CLI based. I can add to the Readme though.