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:
Botao Chen 2025-01-22 15:04:05 -08:00 committed by GitHub
parent 82d942b501
commit 8738c3e5a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ distribution_spec:
- inline::meta-reference
safety:
- inline::llama-guard
memory:
vector_io:
- inline::faiss
tool_runtime:
- remote::brave-search

View file

@ -7,7 +7,7 @@ apis:
- datasetio
- eval
- inference
- memory
- vector_io
- safety
- scoring
- telemetry