mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Make install + start scripts do proper configuration automatically
This commit is contained in:
parent
9e1ca4eeb1
commit
e1a7aa4773
5 changed files with 84 additions and 39 deletions
|
@ -73,7 +73,6 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
additional_pip_packages=[
|
||||
"python-dotenv",
|
||||
"blobfile",
|
||||
"codeshield",
|
||||
"fairscale",
|
||||
"fastapi",
|
||||
"fire",
|
||||
|
@ -82,6 +81,7 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
"json-strong-typing",
|
||||
"pydantic==1.10.13",
|
||||
"pydantic_core==2.18.2",
|
||||
"tiktoken",
|
||||
"uvicorn",
|
||||
],
|
||||
provider_specs={x: remote_spec(x) for x in providers},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue