From 28805b12b962b97b6cb6c9d9a496686686f4d602 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Tue, 22 Jul 2025 10:10:34 +0200 Subject: [PATCH 1/2] Doc info about run.yaml --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1ef0253..bcca3219 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ license = {text = "MIT"} distribution = false ``` +An example of simple `run.yaml` file can be found [there](examples/run.yaml) + To run Llama Stack perform these two commands: ``` From b469c17649cbadab162604b1959feb846ef78bd5 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Tue, 22 Jul 2025 10:21:13 +0200 Subject: [PATCH 2/2] Incorporated CodeRabbitAI comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcca3219..7259c1ef 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ license = {text = "MIT"} distribution = false ``` -An example of simple `run.yaml` file can be found [there](examples/run.yaml) +A simple example of a `run.yaml` file can be found [here](examples/run.yaml) To run Llama Stack perform these two commands: