File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ transformers >= 4.51.1
1010huggingface-hub[hf_xet] >= 0.30.0 # Required for Xet downloads.
1111tokenizers >= 0.19.1 # Required for Llama 3.
1212protobuf # Required by LlamaTokenizer.
13- fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
13+ fastapi[standard] >= 0.120.1 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1414aiohttp
1515openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1616pydantic >= 2.9
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ aiohttp==3.10.11
1515 # lm-eval
1616aiosignal==1.3.1
1717 # via aiohttp
18+ annotated-doc==0.0.4
19+ # via fastapi
1820annotated-types==0.7.0
1921 # via pydantic
2022anyio==4.6.2.post1
@@ -117,6 +119,10 @@ encodec==0.1.1
117119 # via vocos
118120evaluate==0.4.3
119121 # via lm-eval
122+ fastapi==0.120.1
123+ # via
124+ # gpt-oss
125+ # mlflow-skinny
120126fastparquet==2024.11.0
121127 # via genai-perf
122128fastrlock==0.8.2
You can’t perform that action at this time.
0 commit comments