We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a789399 commit 4b040ebCopy full SHA for 4b040eb
requirements-common.txt
@@ -7,7 +7,8 @@ py-cpuinfo
7
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
8
tokenizers >= 0.19.1 # Required for Llama 3.
9
protobuf # Required by LlamaTokenizer.
10
-fastapi >= 0.114.1
+fastapi < 0.113.0; python_version < '3.9'
11
+fastapi >= 0.114.1; python_version >= '3.9'
12
aiohttp
13
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
14
uvicorn[standard]
0 commit comments