mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Add "fire" as a dependency
This commit is contained in:
parent
afed1637b4
commit
25dd27bdc7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ from .datatypes import Api, ApiEndpoint, ProviderSpec, remote_provider_spec
|
|||
# `llama-stack` is automatically installed by the installation script.
|
||||
SERVER_DEPENDENCIES = [
|
||||
"fastapi",
|
||||
"fire",
|
||||
"uvicorn",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue