Skip to content

Commit 054c790

Browse files
fix uvicorn multi worker error (#3309)
Co-authored-by: Jiang-Jia-Jun <[email protected]>
1 parent ca4e4ab commit 054c790

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiozmq
88
openai>=1.93.0
99
tqdm
1010
pynvml
11-
uvicorn
11+
uvicorn==0.29.0
1212
fastapi
1313
paddleformers
1414
redis

requirements_dcu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiozmq
88
openai
99
tqdm
1010
pynvml
11-
uvicorn
11+
uvicorn==0.29.0
1212
fastapi
1313
paddleformers
1414
redis

requirements_iluvatar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiozmq
88
openai
99
tqdm
1010
pynvml
11-
uvicorn
11+
uvicorn==0.29.0
1212
fastapi
1313
paddleformers
1414
redis

0 commit comments

Comments
 (0)