mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 18:00:00 +00:00
add base customizer code
This commit is contained in:
parent
30f79fafcb
commit
832d65fd75
6 changed files with 295 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ distribution_spec:
|
|||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
- inline::braintrust
|
||||
post_training:
|
||||
- remote::nvidia
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
- remote::tavily-search
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ apis:
|
|||
- inference
|
||||
- safety
|
||||
- scoring
|
||||
- post_training
|
||||
- telemetry
|
||||
- tool_runtime
|
||||
- vector_io
|
||||
|
|
@ -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