mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Fix typos in some files
This commit is contained in:
parent
a078f089d9
commit
edf3092590
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class NvidiaPostTrainingAdapter(ModelRegistryHelper):
|
|||
) -> NvidiaPostTrainingJob:
|
||||
"""
|
||||
Fine-tunes a model on a dataset.
|
||||
Currently only supports Lora finetuning for standlone docker container.
|
||||
Currently only supports Lora finetuning for standalone docker container.
|
||||
Assumptions:
|
||||
- nemo microservice is running and endpoint is set in config.customizer_url
|
||||
- dataset is registered separately in nemo datastore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue