Skip to content

Commit

Permalink
Hardcode fastapi version due to pydantic error (#255)
Browse files Browse the repository at this point in the history
Fixes serving mode issue; due to error in fastapi
  • Loading branch information
hlahkar authored Sep 9, 2024
1 parent b50aa14 commit 00f1333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tqdm
py-cpuinfo
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
tokenizers >= 0.19.1 # Required for Llama 3.
fastapi
fastapi == 0.112.2 # Hardcoding this to workaround issue with new fastapi.
aiohttp
openai
uvicorn[standard]
Expand Down

0 comments on commit 00f1333

Please sign in to comment.