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
2023-11-19T23:09:00+0800 [ERROR] [cli] Exception in callback <bound method Arbiter.manage_watchers of <circus.arbiter.Arbiter object at 0x7faf281ac310>>
Traceback (most recent call last):
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/tornado/ioloop.py", line 919, in _run
val = self.callback()
^^^^^^^^^^^^^^^
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/circus/util.py", line 1038, in wrapper
raise ConflictError("arbiter is already running %s command"
circus.exc.ConflictError: arbiter is already running arbiter_start_watchers command
The text was updated successfully, but these errors were encountered:
I simply just ran openllm start llama --model-id NousResearch/llama-2-13b-chat-hf -p <any> on the depertment workstation server after created the necessary environment, and that seems to happen to every model every time I wanna run a server.
and the query doesn't work:
(ol) t12902101@ws2 [~] openllm query --endpoint http://localhost:23456 "hi?"
^[[A^[[B^C^C^C^C^C^C^C
^C^C^CTraceback (most recent call last):
File "/tmp2/t12902101/miniconda3/envs/ol/bin/openllm", line 5, in
from openllm_cli.entrypoint import cli
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/openllm_cli/entrypoint.py", line 92, in
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/openllm_cli/_factory.py", line 28, in
class _OpenLLM_GenericInternalConfig(LLMConfig):
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/openllm_core/_configuration.py", line 978, in init_subclass
^C^C^Z
[1]+ 已停止(SIGTSTP) openllm query --endpoint http://localhost:23456 "hi?"
2023-11-19T23:09:00+0800 [ERROR] [cli] Exception in callback <bound method Arbiter.manage_watchers of <circus.arbiter.Arbiter object at 0x7faf281ac310>>
Traceback (most recent call last):
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/tornado/ioloop.py", line 919, in _run
val = self.callback()
^^^^^^^^^^^^^^^
File "/tmp2/t12902101/miniconda3/envs/ol/lib/python3.11/site-packages/circus/util.py", line 1038, in wrapper
raise ConflictError("arbiter is already running %s command"
circus.exc.ConflictError: arbiter is already running arbiter_start_watchers command
The text was updated successfully, but these errors were encountered: