Skip to content

Commit 649aa73

Browse files
Use standard extras for uvicorn (#1166)
1 parent a19bc5c commit 649aa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ torch >= 2.0.0
99
transformers >= 4.33.1 # Required for Code Llama.
1010
xformers >= 0.0.21
1111
fastapi
12-
uvicorn
12+
uvicorn[standard]
1313
pydantic < 2 # Required for OpenAI server.

0 commit comments

Comments
 (0)