mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 05:53:53 +00:00
add test cases for customizer
This commit is contained in:
parent
c71e2a0d87
commit
6a0c38f123
3 changed files with 51 additions and 1 deletions
|
|
@ -77,7 +77,11 @@ providers:
|
|||
post_training:
|
||||
- provider_id: nvidia-customizer
|
||||
provider_type: remote::nvidia
|
||||
config: {}
|
||||
config:
|
||||
customizer_url: ${env.NVIDIA_CUSTOMIZER_URL:}
|
||||
user_id: ${env.NVIDIA_USER_ID:}
|
||||
project_id: ${env.NVIDIA_PROJECT_ID:}
|
||||
dataset_namespace: ${env.NVIDIA_DATASET_NAMESPACE:}
|
||||
tool_runtime:
|
||||
- provider_id: rag-runtime
|
||||
provider_type: inline::rag-runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue