-
Notifications
You must be signed in to change notification settings - Fork 498
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
集群模式下注册自定义模型启动时会提示not found的问题 #2645
Comments
遇到了完全一样的问题 |
same. |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 5 days since being marked as stale. |
遇到了一样的问题 supervisor/worker分开部署的情况下通过页面找不到一个完全OK的自定义模型注册、展示、运行的流程。 在分别起xinference-supervisor/worker的情况下,以注册自定义LLM模型model_name custom-llm为例 自定义模型的生命周期 注册逻辑 list逻辑 疑问 期待表现 如果修改方式确定,可以修改贡献PR |
This issue is stale because it has been open for 7 days with no activity. |
This issue was closed because it has been inactive for 5 days since being marked as stale. |
System Info / 系統信息
Cuda==12.0
torch==2.4.1
transformers==4.47.0
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
Version info / 版本信息
1.0.1 和 0.16.1版本都有
The command used to start Xinference / 用以启动 xinference 的命令
集群模式启动方式:xinference-supervisor/worker
单机模式启动方式:xinference-local
Reproduction / 复现过程
1)使用
xinference-supervisor/worker
方式部署1master-1worker的集群服务2)在集群模式下注册自定义的
embedding
模型后,点击启动会提示在可用的模型中没有自定义模型信息
3)删除已注册的模型信息
4)使用
xinference-local
重新启动单机版模式,重新注册上一步的模型(可以不启动)5)关闭单机模式,重新使用集群模式启动(1master-1worker模式),这时自定义模型列表会出现
两个相同的配置信息
6)这时再启动自定义的模型时,可以正常启动,不会提示
xxx模型 not found
错误Expected behavior / 期待表现
以上现象想确认一下:
集群模式如何操作是注册自定义模型的正确的方式,还是说这个现象就是集群模式下注册自定义模型的一个bug缺陷
The text was updated successfully, but these errors were encountered: