mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-13 00:26:10 +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
|
- inline::meta-reference
|
||||||
safety:
|
safety:
|
||||||
- inline::llama-guard
|
- inline::llama-guard
|
||||||
memory:
|
vector_io:
|
||||||
- inline::faiss
|
- inline::faiss
|
||||||
tool_runtime:
|
tool_runtime:
|
||||||
- remote::brave-search
|
- remote::brave-search
|
||||||
|
|
|
@ -7,7 +7,7 @@ apis:
|
||||||
- datasetio
|
- datasetio
|
||||||
- eval
|
- eval
|
||||||
- inference
|
- inference
|
||||||
- memory
|
- vector_io
|
||||||
- safety
|
- safety
|
||||||
- scoring
|
- scoring
|
||||||
- telemetry
|
- telemetry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue