Unverified Commit 649aa730 authored by Danilo Peixoto's avatar Danilo Peixoto Committed by GitHub
Browse files

Use standard extras for uvicorn (#1166)

parent a19bc5c6
...@@ -9,5 +9,5 @@ torch >= 2.0.0 ...@@ -9,5 +9,5 @@ torch >= 2.0.0
transformers >= 4.33.1 # Required for Code Llama. transformers >= 4.33.1 # Required for Code Llama.
xformers >= 0.0.21 xformers >= 0.0.21
fastapi fastapi
uvicorn uvicorn[standard]
pydantic < 2 # Required for OpenAI server. pydantic < 2 # Required for OpenAI server.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment