mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
Add missing dependencies in quickstart command
The command fails without these required dependencies Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
This commit is contained in:
parent
3c9a10d2fe
commit
9e757c433a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ for log in AgentEventLogger().log(response):
|
|||
```
|
||||
We will use `uv` to run the script
|
||||
```
|
||||
uv run --with llama-stack-client demo_script.py
|
||||
uv run --with llama-stack-client,fire,requests demo_script.py
|
||||
```
|
||||
And you should see output like below.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue