microsoft/JARVIS

运行python run_gradio_demo.py --config configs/config.gradio.yaml,报错:

lovelucymuch opened this issue · 0 comments

2023-06-10 16:17:58,244 - awesome_chat - INFO - [{"task": "conversational", "id": 0, "dep": [-1], "args": {"text": "please show me a joke of cat" }}, {"task": "text-to-image", "id": 1, "dep": [-1], "args": {"text": "a photo of cat" }}]
2023-06-10 16:17:58,244 - awesome_chat - DEBUG - [{'task': 'conversational', 'id': 0, 'dep': [-1], 'args': {'text': 'please show me a joke of cat'}}, {'task': 'text-to-image', 'id': 1, 'dep': [-1], 'args': {'text': 'a photo of cat'}}]
2023-06-10 16:17:58,244 - awesome_chat - DEBUG - Run task: 0 - conversational
2023-06-10 16:17:58,245 - awesome_chat - DEBUG - Run task: 1 - text-to-image
2023-06-10 16:17:58,245 - awesome_chat - DEBUG - Deps: []
2023-06-10 16:17:58,245 - awesome_chat - DEBUG - Deps: []
2023-06-10 16:17:58,245 - awesome_chat - DEBUG - parsed task: {'task': 'conversational', 'id': 0, 'dep': [-1], 'args': {'text': 'please show me a joke of cat'}}
2023-06-10 16:17:58,245 - awesome_chat - DEBUG - parsed task: {'task': 'text-to-image', 'id': 1, 'dep': [-1], 'args': {'text': 'a photo of cat'}}
Exception in thread Thread-8 (get_model_status):
Traceback (most recent call last):
Exception in thread Thread-12 (get_model_status):
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 699, in urlopen
Traceback (most recent call last):
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 382, in _make_request
httplib_response = self._make_request(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 382, in _make_request
self._validate_conn(conn)
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
self.validate_conn(conn)
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1010, in validate_conn
conn.connect()
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connection.py", line 411, in connect
conn.connect()
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connection.py", line 411, in connect
self.sock = ssl_wrap_socket(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/util/ssl
.py", line 449, in ssl_wrap_socket
self.sock = ssl_wrap_socket(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/util/ssl
.py", line 449, in ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/util/ssl
.py", line 493, in _ssl_wrap_socket_impl
ssl_sock = ssl_wrap_socket_impl(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/util/ssl
.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 513, in wrap_socket
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 513, in wrap_socket
return self.sslsocket_class._create(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 1071, in _create
return self.sslsocket_class._create(
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 1071, in _create
self.do_handshake()
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 1342, in do_handshake
self.do_handshake()
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/ssl.py", line 1342, in do_handshake
Exception in thread Thread-10 (get_model_status):
Traceback (most recent call last):
self._sslobj.do_handshake()
File "/raid/anaconda3/envs/lifei_llm/lib/python3.10/site-packages/urllib3/connectionpool.py", line 699, in urlopen
self._sslobj.do_handshake()
ConnectionResetError: [Errno 104] Connection reset by peer