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
Traceback (most recent call last):
File "/home/acer/.pyenv/versions/3.9.16/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/acer/.pyenv/versions/3.9.16/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/shared/Otter/pipeline/serve/model_worker.py", line 23, in <module>
from pipeline.constants import WORKER_HEART_BEAT_INTERVAL
ModuleNotFoundError: No module named 'pipeline.constants'
any idea?
The text was updated successfully, but these errors were encountered:
Hi sorry we've changed to the serving/hosting logic from original fastchat (since it involves so many codes and files, we wish to make it easier and quicker to host new demo).
Following the instructions in https://github.com/Luodian/Otter/blob/main/docs/server_host.md
any idea?
The text was updated successfully, but these errors were encountered: