mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-12 16:16:09 +00:00
fix experimental-post-training template (#842)
## What does this PR do? For the completion of https://github.com/meta-llama/llama-stack/pull/835 ## Test Plan llama stack build --template experimental-post-training --image-type conda llama stack run llama_stack/templates/experimental-post-training/run.yaml
This commit is contained in:
parent
82d942b501
commit
8738c3e5a7
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ distribution_spec:
|
|||
- inline::meta-reference
|
||||
safety:
|
||||
- inline::llama-guard
|
||||
memory:
|
||||
vector_io:
|
||||
- inline::faiss
|
||||
tool_runtime:
|
||||
- remote::brave-search
|
||||
|
|
|
@ -7,7 +7,7 @@ apis:
|
|||
- datasetio
|
||||
- eval
|
||||
- inference
|
||||
- memory
|
||||
- vector_io
|
||||
- safety
|
||||
- scoring
|
||||
- telemetry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue