Skip to content

Commit 071fc77

Browse files
authored
fix llama stack image & links (#6481)
* fix llama stack image * fix another link
1 parent e1bbb55 commit 071fc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/articles/ai_functions_llama_stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Llama Stack is an open-source framework for building generative AI applications.
1515

1616
* Standalone applications as examples for how to build production-grade AI applications with Llama Stack
1717

18-
<img alt="Llama Stack" src="https://llama-stack.readthedocs.io/en/latest/_images/llama-stack.png" style="width: 400px;" />
18+
<img alt="Llama Stack" src="https://llamastack.github.io/img/llama-stack.png" style="width: 400px;" />
1919

2020
### Llama Stack setup for Kubernetes
2121

22-
For Llama Stack an easy way to get started is using [Ollama](https://github.com/ollama/ollama){:target="_blank"} as the inference provider for a Llama Model. The [Llama Stack Quickstart](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html){:target="_blank"} shows how to do this for a local environment. But we are using Kubernetes! For k8s, you need:
22+
For Llama Stack an easy way to get started is using [Ollama](https://github.com/ollama/ollama){:target="_blank"} as the inference provider for a Llama Model. The [Llama Stack Quickstart](https://llamastack.github.io/docs/getting_started/quickstart){:target="_blank"} shows how to do this for a local environment. But we are using Kubernetes! For k8s, you need:
2323

2424
* [Kind](https://kind.sigs.k8s.io/){:target="_blank"}
2525
* [Ollama](https://github.com/ollama/ollama){:target="_blank"}

0 commit comments

Comments
 (0)