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
Launch model name: bge-m3 with kwargs: {'model_path': '/data/bge-m3/'}
Traceback (most recent call last):
File "/data/anaconda3/envs/xinference/bin/xinference", line 8, in <module>
sys.exit(cli())
^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/core.py", line 1161, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/core.py", line 1082, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/xinference/deploy/cmdline.py", line 908, in model_launch
model_uid = client.launch_model(
^^^^^^^^^^^^^^^^^^^^
File "/data/anaconda3/envs/xinference/lib/python3.11/site-packages/xinference/client/restful/restful_client.py", line 999, in launch_model
raise RuntimeError(
RuntimeError: Failed to launch model, detail: [address=0.0.0.0:41303, pid=1830864] Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/data/bge-m3/'. Use `repo_type` argument if needed.
Expected behavior / 期待表现
embedding模型正常工作
The text was updated successfully, but these errors were encountered:
System Info / 系統信息
pip list
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
Version info / 版本信息
1.2.2
The command used to start Xinference / 用以启动 xinference 的命令
xinference launch --model_path /data/bge-m3 -n bge-m3 -t embedding
Reproduction / 复现过程
在运行了xinference-local的前提下,运行
xinference launch --model_path /data/bge-m3/ -n bge-m3 -t embedding
命令报错:Expected behavior / 期待表现
embedding模型正常工作
The text was updated successfully, but these errors were encountered: