Make install + start scripts do proper configuration automatically

This commit is contained in:
Ashwin Bharambe 2024-08-06 21:34:09 -07:00
parent 9e1ca4eeb1
commit e1a7aa4773
5 changed files with 84 additions and 39 deletions

View file

@ -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},