Skip to content

Commit e2ec07f

Browse files
authored
Merge pull request #432 from eyevana/patch-1
Update getting_started.md
2 parents fa8a413 + ba21e90 commit e2ec07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded"
2424
1. Add and install all required dependencies
2525
```bash
2626
uv add \
27-
"llama-stack==0.2.16" \
27+
"llama-stack==0.2.17" \
2828
"fastapi>=0.115.12" \
2929
"opentelemetry-sdk>=1.34.0" \
3030
"opentelemetry-exporter-otlp>=1.34.0" \
@@ -338,4 +338,4 @@ curl localhost:8080/v1/models | jq .
338338
}
339339
]
340340
}
341-
```
341+
```

0 commit comments

Comments
 (0)