You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread Thread-4 (run):
Traceback (most recent call last):
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/uvicorn/server.py", line 62, in run
return asyncio.run(self.serve(sockets=sockets))
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/nest_asyncio.py", line 26, in run
loop = asyncio.get_event_loop()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/nest_asyncio.py", line 40, in _get_event_loop
loop = events.get_event_loop_policy().get_event_loop()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/asyncio/events.py", line 656, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
context | 编译/运行环境 | バックグラウンド
按照requirement 安装,运行本地大模型
how to reproduce | 复现步骤 | 再現方法
1.python3 -m huixiangdou.gradio --standalone
The text was updated successfully, but these errors were encountered:
error log | 日志或报错信息 | ログ
Exception in thread Thread-4 (run):
Traceback (most recent call last):
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/uvicorn/server.py", line 62, in run
return asyncio.run(self.serve(sockets=sockets))
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/nest_asyncio.py", line 26, in run
loop = asyncio.get_event_loop()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/site-packages/nest_asyncio.py", line 40, in _get_event_loop
loop = events.get_event_loop_policy().get_event_loop()
File "/home/pgpu/anaconda3/envs/Huixiangdou/lib/python3.10/asyncio/events.py", line 656, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
context | 编译/运行环境 | バックグラウンド
按照requirement 安装,运行本地大模型
how to reproduce | 复现步骤 | 再現方法
1.python3 -m huixiangdou.gradio --standalone
The text was updated successfully, but these errors were encountered: