-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: add post training to providers list #2280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the Post Training section of the providers as well? Feel free to look at what was outlined for Vector IO Providers as an example!
https://llama-stack.readthedocs.io/en/latest/providers/index.html#post-training
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TorchTune is also supported
+1 |
I'll add in torchtune! @terrytangyuan @franciscojavierarceo sorry, forgot about that |
e86c44f
to
62920c6
Compare
added torchtune and Nvidia Nemo. |
the providers list is missing post_training. Add that column and `HuggingFace`, `TorchTune`, and `NVIDIA NEMO` as supported providers. also point to these providers in docs/source/providers/index.md, and describe basic functionality There are other missing provider types here as well, but starting with this Signed-off-by: Charlie Doern <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for these great docs!
What does this PR do?
the providers list is missing post_training. Add that column and
HuggingFace
,TorchTune
, andNVIDIA NEMO
as supported providers.also point to these providers in docs/source/providers/index.md, and describe basic functionality
There are other missing provider types here as well, but starting with this