[0.11.0][Bugfix] fix fastapi version (#5048)
### What this PR does / why we need it? fix fastapi version <0.124.0 Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# Prerequisites:
|
||||
# - Python 3.8+
|
||||
# - Install dependencies:
|
||||
# pip install fastapi httpx uvicorn vllm
|
||||
# pip install fastapi<0.124.0 httpx uvicorn vllm
|
||||
#
|
||||
# Step 1: Start Your Backend Servers
|
||||
# ----------------------------------
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# Prerequisites:
|
||||
# - Python 3.8+
|
||||
# - Install dependencies:
|
||||
# pip install fastapi httpx uvicorn vllm
|
||||
# pip install fastapi<0.124.0 httpx uvicorn vllm
|
||||
#
|
||||
# Step 1: Start Your Backend Servers
|
||||
# ----------------------------------
|
||||
|
||||
@@ -17,4 +17,4 @@ ray>=2.47.1
|
||||
protobuf>3.20.0
|
||||
librosa
|
||||
soundfile
|
||||
pytest_mock
|
||||
fastapi<0.124.0
|
||||
Reference in New Issue
Block a user