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 - 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

View file

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