mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 07:39:59 +00:00
add documentation
This commit is contained in:
parent
409383ae5f
commit
f5ebad130c
3 changed files with 147 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class NvidiaPostTrainingConfig(BaseModel):
|
|||
|
||||
# ToDO: validate this, add default value
|
||||
customizer_url: str = Field(
|
||||
default_factory=lambda: os.getenv("NVIDIA_CUSTOMIZER_URL"),
|
||||
default_factory=lambda: os.getenv("NVIDIA_CUSTOMIZER_URL", "http://nemo.test"),
|
||||
description="Base URL for the NeMo Customizer API",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue