mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 11:04:18 +00:00
datastore documentation
This commit is contained in:
parent
a3c07ac10a
commit
60bf0eb532
4 changed files with 78 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ class NvidiaDatasetIOConfig(BaseModel):
|
|||
def sample_run_config(cls, **kwargs) -> Dict[str, Any]:
|
||||
return {
|
||||
"api_key": "${env.NVIDIA_API_KEY:}",
|
||||
"user_id": "${env.NVIDIA_USER_ID:llama-stack-user}",
|
||||
"dataset_namespace": "${env.NVIDIA_DATASET_NAMESPACE:default}",
|
||||
"project_id": "${env.NVIDIA_PROJECT_ID:test-project}",
|
||||
"datasets_url": "${env.NVIDIA_DATASETS_URL:http://nemo.test}",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue