File size: 23,915 Bytes
e72aedf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
2023-07-05 20:23:27 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 20:23:27 | ERROR | stderr | INFO:     Started server process [380845]
2023-07-05 20:23:27 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 20:23:27 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 20:23:27 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 20:24:21 | INFO | stdout | INFO:     127.0.0.1:33748 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 20:24:21 | INFO | stdout | INFO:     127.0.0.1:33762 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 20:27:33 | ERROR | stderr | INFO:     Shutting down
2023-07-05 20:27:34 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 20:27:34 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 20:27:34 | ERROR | stderr | INFO:     Finished server process [380845]
2023-07-05 20:27:38 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 20:27:38 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 20:27:38 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 20:27:38 | ERROR | stderr |     lock.acquire()
2023-07-05 20:27:38 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 20:27:41 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 20:27:41 | ERROR | stderr | INFO:     Started server process [382194]
2023-07-05 20:27:41 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 20:27:41 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 20:27:41 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 20:27:49 | INFO | stdout | INFO:     127.0.0.1:43004 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 20:27:49 | INFO | stdout | INFO:     127.0.0.1:43006 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 20:33:25 | ERROR | stderr | INFO:     Shutting down
2023-07-05 20:33:25 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 20:33:25 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 20:33:25 | ERROR | stderr | INFO:     Finished server process [382194]
2023-07-05 20:33:58 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 20:33:58 | ERROR | stderr | INFO:     Started server process [383813]
2023-07-05 20:33:58 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 20:33:58 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 20:33:58 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 20:34:33 | INFO | stdout | INFO:     127.0.0.1:43794 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 20:34:33 | INFO | stdout | INFO:     127.0.0.1:43810 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 20:35:52 | ERROR | stderr | INFO:     Shutting down
2023-07-05 20:35:52 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 20:35:52 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 20:35:52 | ERROR | stderr | INFO:     Finished server process [383813]
2023-07-05 20:35:58 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 20:35:58 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 20:35:58 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 20:35:58 | ERROR | stderr |     lock.acquire()
2023-07-05 20:35:58 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 20:36:01 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 20:36:01 | ERROR | stderr | INFO:     Started server process [384943]
2023-07-05 20:36:01 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 20:36:01 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 20:36:01 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 20:36:07 | INFO | stdout | INFO:     127.0.0.1:50858 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 20:36:07 | INFO | stdout | INFO:     127.0.0.1:50868 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:07:09 | ERROR | stderr | INFO:     Shutting down
2023-07-05 21:07:09 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 21:07:09 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 21:07:09 | ERROR | stderr | INFO:     Finished server process [384943]
2023-07-05 21:07:13 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 21:07:13 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 21:07:13 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 21:07:13 | ERROR | stderr |     lock.acquire()
2023-07-05 21:07:13 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 21:07:16 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 21:07:16 | ERROR | stderr | INFO:     Started server process [393277]
2023-07-05 21:07:16 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 21:07:16 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 21:07:16 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 21:07:24 | INFO | stdout | INFO:     127.0.0.1:38342 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:07:24 | INFO | stdout | INFO:     127.0.0.1:38356 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:07:39 | INFO | stdout | INFO:     127.0.0.1:58236 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:08:25 | ERROR | stderr | INFO:     Shutting down
2023-07-05 21:08:25 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 21:08:25 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 21:08:25 | ERROR | stderr | INFO:     Finished server process [393277]
2023-07-05 21:08:31 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 21:08:31 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 21:08:31 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 21:08:31 | ERROR | stderr |     lock.acquire()
2023-07-05 21:08:31 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 21:08:34 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 21:08:34 | ERROR | stderr | INFO:     Started server process [393958]
2023-07-05 21:08:34 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 21:08:34 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 21:08:34 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 21:08:43 | INFO | stdout | INFO:     127.0.0.1:42028 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:08:43 | INFO | stdout | INFO:     127.0.0.1:42036 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:08:50 | INFO | stdout | INFO:     127.0.0.1:40684 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:09:07 | INFO | stdout | INFO:     127.0.0.1:57642 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:12:16 | ERROR | stderr | INFO:     Shutting down
2023-07-05 21:12:16 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 21:12:16 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 21:12:16 | ERROR | stderr | INFO:     Finished server process [393958]
2023-07-05 21:12:17 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 21:12:17 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 21:12:17 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 21:12:17 | ERROR | stderr |     lock.acquire()
2023-07-05 21:12:17 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 21:13:24 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 21:13:24 | ERROR | stderr | INFO:     Started server process [395717]
2023-07-05 21:13:24 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 21:13:24 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 21:13:24 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 21:13:33 | INFO | stdout | INFO:     127.0.0.1:34954 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:13:33 | INFO | stdout | INFO:     127.0.0.1:34962 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:14:04 | INFO | stdout | INFO:     127.0.0.1:45190 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:17:19 | INFO | stdout | INFO:     127.0.0.1:43578 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:17:19 | INFO | stdout | INFO:     127.0.0.1:43592 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:17:36 | INFO | stdout | INFO:     127.0.0.1:57170 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:20:16 | INFO | stdout | INFO:     127.0.0.1:55178 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:20:17 | INFO | stdout | INFO:     127.0.0.1:55180 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:20:21 | ERROR | stderr | INFO:     Shutting down
2023-07-05 21:20:21 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 21:20:21 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 21:20:21 | ERROR | stderr | INFO:     Finished server process [395717]
2023-07-05 21:20:22 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 21:20:22 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 21:20:22 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 21:20:22 | ERROR | stderr |     lock.acquire()
2023-07-05 21:20:22 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 21:20:25 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 21:20:25 | ERROR | stderr | INFO:     Started server process [398096]
2023-07-05 21:20:25 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 21:20:25 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 21:20:25 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 21:20:33 | INFO | stdout | INFO:     127.0.0.1:41918 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:20:33 | INFO | stdout | INFO:     127.0.0.1:41934 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:20:46 | INFO | stdout | INFO:     127.0.0.1:45420 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:22:17 | INFO | stdout | INFO:     127.0.0.1:38930 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 21:23:04 | ERROR | stderr | INFO:     Shutting down
2023-07-05 21:23:04 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 21:23:04 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 21:23:04 | ERROR | stderr | INFO:     Finished server process [398096]
2023-07-05 21:23:04 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 21:23:04 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 21:23:04 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 21:23:04 | ERROR | stderr |     lock.acquire()
2023-07-05 21:23:04 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 21:23:07 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 21:23:07 | ERROR | stderr | INFO:     Started server process [399120]
2023-07-05 21:23:07 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 21:23:07 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 21:23:07 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 21:23:11 | INFO | stdout | INFO:     127.0.0.1:50332 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 21:23:11 | INFO | stdout | INFO:     127.0.0.1:50342 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 21:23:17 | INFO | stdout | INFO:     127.0.0.1:42516 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:00:45 | INFO | stdout | INFO:     127.0.0.1:49452 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:03:10 | INFO | stdout | INFO:     127.0.0.1:59704 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:13:25 | ERROR | stderr | INFO:     Shutting down
2023-07-05 22:13:25 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 22:13:25 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 22:13:25 | ERROR | stderr | INFO:     Finished server process [399120]
2023-07-05 22:13:32 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 22:13:32 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 22:13:32 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 22:13:32 | ERROR | stderr |     lock.acquire()
2023-07-05 22:13:32 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 22:13:35 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 22:13:35 | ERROR | stderr | INFO:     Started server process [411968]
2023-07-05 22:13:35 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 22:13:35 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 22:13:35 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 22:13:41 | INFO | stdout | INFO:     127.0.0.1:56746 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:13:41 | INFO | stdout | INFO:     127.0.0.1:56758 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:14:23 | INFO | stdout | INFO:     127.0.0.1:44066 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:16:03 | INFO | stdout | INFO:     127.0.0.1:38550 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:16:03 | INFO | stdout | INFO:     127.0.0.1:38564 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:16:15 | INFO | stdout | INFO:     127.0.0.1:56662 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:18:10 | ERROR | stderr | INFO:     Shutting down
2023-07-05 22:18:10 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 22:18:10 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 22:18:10 | ERROR | stderr | INFO:     Finished server process [411968]
2023-07-05 22:18:13 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 22:18:13 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 22:18:13 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 22:18:13 | ERROR | stderr |     lock.acquire()
2023-07-05 22:18:13 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 22:18:15 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 22:18:16 | ERROR | stderr | INFO:     Started server process [413792]
2023-07-05 22:18:16 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 22:18:16 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 22:18:16 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 22:18:20 | INFO | stdout | INFO:     127.0.0.1:58490 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:18:20 | INFO | stdout | INFO:     127.0.0.1:58506 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:18:29 | INFO | stdout | INFO:     127.0.0.1:56524 - "POST /get_worker_address HTTP/1.1" 200 OK
2023-07-05 22:18:44 | INFO | stdout | INFO:     127.0.0.1:36906 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:18:44 | INFO | stdout | INFO:     127.0.0.1:36910 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:21:32 | INFO | stdout | INFO:     127.0.0.1:38644 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:21:32 | INFO | stdout | INFO:     127.0.0.1:38650 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:24:37 | INFO | stdout | INFO:     127.0.0.1:60104 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:24:37 | INFO | stdout | INFO:     127.0.0.1:60118 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:48:28 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 22:48:28 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 22:48:28 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 22:48:28 | ERROR | stderr |     lock.acquire()
2023-07-05 22:48:28 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 22:55:54 | INFO | stdout | INFO:     127.0.0.1:58490 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 22:55:54 | INFO | stdout | INFO:     127.0.0.1:58502 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 22:55:55 | ERROR | stderr | INFO:     Shutting down
2023-07-05 22:55:55 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 22:55:55 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 22:55:55 | ERROR | stderr | INFO:     Finished server process [413792]
2023-07-05 22:56:00 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 22:56:00 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 22:56:00 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 22:56:00 | ERROR | stderr |     lock.acquire()
2023-07-05 22:56:00 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 22:56:14 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 22:56:14 | ERROR | stderr | INFO:     Started server process [424798]
2023-07-05 22:56:14 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 22:56:14 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 22:56:14 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 23:00:32 | ERROR | stderr | INFO:     Shutting down
2023-07-05 23:00:32 | ERROR | stderr | INFO:     Waiting for application shutdown.
2023-07-05 23:00:32 | ERROR | stderr | INFO:     Application shutdown complete.
2023-07-05 23:00:32 | ERROR | stderr | INFO:     Finished server process [424798]
2023-07-05 23:00:35 | ERROR | stderr | Exception ignored in: <module 'threading' from '/opt/conda/envs/fastchat/lib/python3.11/threading.py'>
2023-07-05 23:00:35 | ERROR | stderr | Traceback (most recent call last):
2023-07-05 23:00:35 | ERROR | stderr |   File "/opt/conda/envs/fastchat/lib/python3.11/threading.py", line 1583, in _shutdown
2023-07-05 23:00:35 | ERROR | stderr |     lock.acquire()
2023-07-05 23:00:35 | ERROR | stderr | KeyboardInterrupt:
2023-07-05 23:01:02 | ERROR | stderr | usage: controller.py [-h] [--host HOST] [--port PORT] [--dispatch-method {lottery,shortest_queue}]
2023-07-05 23:01:02 | ERROR | stderr | controller.py: error: unrecognized arguments: --add-chatgpt --share
2023-07-05 23:01:07 | INFO | controller | args: Namespace(host='localhost', port=21001, dispatch_method='shortest_queue')
2023-07-05 23:01:07 | ERROR | stderr | INFO:     Started server process [426596]
2023-07-05 23:01:07 | ERROR | stderr | INFO:     Waiting for application startup.
2023-07-05 23:01:07 | ERROR | stderr | INFO:     Application startup complete.
2023-07-05 23:01:07 | ERROR | stderr | INFO:     Uvicorn running on http://localhost:21001 (Press CTRL+C to quit)
2023-07-05 23:01:18 | INFO | stdout | INFO:     127.0.0.1:44990 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 23:01:18 | INFO | stdout | INFO:     127.0.0.1:45004 - "POST /list_models HTTP/1.1" 200 OK
2023-07-05 23:07:42 | INFO | stdout | INFO:     127.0.0.1:46560 - "POST /refresh_all_workers HTTP/1.1" 200 OK
2023-07-05 23:07:42 | INFO | stdout | INFO:     127.0.0.1:46570 - "POST /list_models HTTP/1.1" 200 OK