From e9af025d3f5047866a47dabd631087b17ad95c99 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Fri, 24 Jan 2025 16:08:30 -0500 Subject: [PATCH] memory -> vector_io: inline::faiss Signed-off-by: Yuan Tang --- _posts/2025-01-12-intro-to-llama-stack-with-vllm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-01-12-intro-to-llama-stack-with-vllm.md b/_posts/2025-01-12-intro-to-llama-stack-with-vllm.md index b34c67d..8772fbe 100644 --- a/_posts/2025-01-12-intro-to-llama-stack-with-vllm.md +++ b/_posts/2025-01-12-intro-to-llama-stack-with-vllm.md @@ -109,7 +109,7 @@ distribution_spec: inference: remote::vllm safety: inline::llama-guard agents: inline::meta-reference - memory: inline::meta-reference + vector_io: inline::faiss datasetio: inline::localfs scoring: inline::basic eval: inline::meta-reference