Skip to content

Commit 1b2995b

Browse files
committed
Updated documentation that was outdated
1 parent 2212d7a commit 1b2995b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ version = "0.1.0"
244244
description = "Llama Stack runner"
245245
authors = []
246246
dependencies = [
247-
"llama-stack==0.2.14",
247+
"llama-stack==0.2.18",
248248
"fastapi>=0.115.12",
249249
"opentelemetry-sdk>=1.34.0",
250250
"opentelemetry-exporter-otlp>=1.34.0",

docs/deployment_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ cp examples/run.yaml /tmp/llama-stack-server
390390
The output should be in this form:
391391
```json
392392
{
393-
"version": "0.2.14"
393+
"version": "0.2.18"
394394
}
395395
```
396396
@@ -676,7 +676,7 @@ a4982f43195537b9eb1cec510fe6655f245d6d4b7236a4759808115d5d719972
676676
description = "Default template for PDM package"
677677
authors = []
678678
dependencies = [
679-
"llama-stack==0.2.14",
679+
"llama-stack==0.2.18",
680680
"fastapi>=0.115.12",
681681
"opentelemetry-sdk>=1.34.0",
682682
"opentelemetry-exporter-otlp>=1.34.0",
@@ -1071,7 +1071,7 @@ models:
10711071
The output should be in this form:
10721072
```json
10731073
{
1074-
"version": "0.2.14"
1074+
"version": "0.2.18"
10751075
}
10761076
```
10771077

0 commit comments

Comments
 (0)