mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 04:32:15 +00:00
add nvidia distribution
This commit is contained in:
parent
b5c6a80b2e
commit
103a3b1a4f
7 changed files with 67 additions and 12 deletions
|
|
@ -8,6 +8,7 @@ apis:
|
|||
- safety
|
||||
- scoring
|
||||
- telemetry
|
||||
- post_training
|
||||
- tool_runtime
|
||||
- vector_io
|
||||
providers:
|
||||
|
|
@ -66,6 +67,10 @@ providers:
|
|||
provider_type: inline::braintrust
|
||||
config:
|
||||
openai_api_key: ${env.OPENAI_API_KEY:}
|
||||
post_training:
|
||||
- provider_id: nvidia-customizer
|
||||
provider_type: remote::nvidia
|
||||
config: {}
|
||||
tool_runtime:
|
||||
- provider_id: brave-search
|
||||
provider_type: remote::brave-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue