Spaces:
Runtime error
Runtime error
ryanzhangfan
commited on
Commit
•
7e88e86
1
Parent(s):
1f3535b
increase concurrency count
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
# Email : zhangfan@baai.ac.cn
|
7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
8 |
# Create On : 2023-12-11 15:34
|
9 |
-
# Last Modified : 2023-12-
|
10 |
# File Name : app.py
|
11 |
# Description :
|
12 |
#
|
@@ -29,7 +29,7 @@ parser.add_argument("--host", type=str, default="0.0.0.0")
|
|
29 |
parser.add_argument("--port", type=int, default=9002)
|
30 |
parser.add_argument("--share", action="store_true")
|
31 |
parser.add_argument("--controller-url", type=str, default="http://218.91.113.230:9003")
|
32 |
-
parser.add_argument("--concurrency-count", type=int, default=
|
33 |
parser.add_argument("--disable-chat", action="store_true")
|
34 |
parser.add_argument("--disable-generate", action="store_true")
|
35 |
|
|
|
6 |
# Email : zhangfan@baai.ac.cn
|
7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
8 |
# Create On : 2023-12-11 15:34
|
9 |
+
# Last Modified : 2023-12-29 08:04
|
10 |
# File Name : app.py
|
11 |
# Description :
|
12 |
#
|
|
|
29 |
parser.add_argument("--port", type=int, default=9002)
|
30 |
parser.add_argument("--share", action="store_true")
|
31 |
parser.add_argument("--controller-url", type=str, default="http://218.91.113.230:9003")
|
32 |
+
parser.add_argument("--concurrency-count", type=int, default=8)
|
33 |
parser.add_argument("--disable-chat", action="store_true")
|
34 |
parser.add_argument("--disable-generate", action="store_true")
|
35 |
|