Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lovelucymuch opened this issue Jun 10, 2023 · 0 comments

Comments

@lovelucymuch
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant