-
Notifications
You must be signed in to change notification settings - Fork 779
Open
Description
System Info / 系統信息
Ubuntu20.04 CUDA12.2.0
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- docker / docker
- pip install / 通过 pip install 安装
- installation from source / 从源码安装
Version info / 版本信息
0.13.0
The command used to start Xinference / 用以启动 xinference 的命令
官方docker启动命令
Reproduction / 复现过程
log文件中的内容
-06-26 01:57:22,996 xoscar.backends.core 1 WARNING Actor caller has created too many clienta (1750 >= 100), the global router may not be set.2024-06-26 02:00:53,354 xoscar.backends.core 1 WARNING Actor caller has created too many clients (1760 >= 100), the global router may not be set.
用户调用数量多后 就会出现此问题,Clients到2500,运行模型自动注销了,且没有释放显存。
是否是docker安装无法支持多用户调用,pip安装是否有此问题
Expected behavior / 期待表现
多用户情况下,正常使用