From a5d5850c37d38efa26ececfa4638286b0fb4462c Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Sun, 15 Dec 2024 22:07:20 +1100 Subject: [PATCH] Ollama command references non-existent file --- docs/source/distributions/self_hosted_distro/ollama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distributions/self_hosted_distro/ollama.md b/docs/source/distributions/self_hosted_distro/ollama.md index c915a7ac3..3fe552a56 100644 --- a/docs/source/distributions/self_hosted_distro/ollama.md +++ b/docs/source/distributions/self_hosted_distro/ollama.md @@ -102,7 +102,7 @@ Make sure you have done `pip install llama-stack` and have the Llama Stack CLI a export LLAMA_STACK_PORT=5001 llama stack build --template ollama --image-type conda -llama stack run ./run.yaml \ +llama stack run ./distributions/ollama/run.yaml \ --port $LLAMA_STACK_PORT \ --env INFERENCE_MODEL=$INFERENCE_MODEL \ --env OLLAMA_URL=http://localhost:11434