Unverified Commit 51be3651 authored by Keming's avatar Keming Committed by GitHub
Browse files

fix: freeze pydantic to v1 (#429)

parent c8948361
...@@ -8,5 +8,5 @@ transformers >= 4.28.0 # Required for LLaMA. ...@@ -8,5 +8,5 @@ transformers >= 4.28.0 # Required for LLaMA.
xformers >= 0.0.19 xformers >= 0.0.19
fastapi fastapi
uvicorn uvicorn
pydantic # Required for OpenAI server. pydantic < 2 # Required for OpenAI server.
fschat # Required for OpenAI ChatCompletion Endpoint. fschat # Required for OpenAI ChatCompletion Endpoint.
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