Skip to content
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

launch失败 #2633

Open
1 of 3 tasks
Readyou123 opened this issue Dec 6, 2024 · 1 comment
Open
1 of 3 tasks

launch失败 #2633

Readyou123 opened this issue Dec 6, 2024 · 1 comment
Labels
Milestone

Comments

@Readyou123
Copy link

System Info / 系統信息

linux环境
conda安装python环境3.10

Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?

  • docker / docker
  • pip install / 通过 pip install 安装
  • installation from source / 从源码安装

Version info / 版本信息

1.0.1

The command used to start Xinference / 用以启动 xinference 的命令

xinference-local --host 127.0.0.1 --port 9997

Reproduction / 复现过程

xinference-local --host 127.0.0.1 --port 9997
xinference launch --model-name CosyVoice-300M-SFT --model-type audio --gpu-idx 1

Launch model name: CosyVoice-300M-SFT with kwargs: {}
Traceback (most recent call last):
File "/root/anaconda3/envs/xinference/bin/xinference", line 8, in
sys.exit(cli())
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/xinference/deploy/cmdline.py", line 906, in model_launch
model_uid = client.launch_model(
File "/root/anaconda3/envs/xinference/lib/python3.10/site-packages/xinference/client/restful/restful_client.py", line 999, in launch_model
raise RuntimeError(
RuntimeError: Failed to launch model, detail: [address=127.0.0.1:14812, pid=234656] unexpected EOF

Expected behavior / 期待表现

成功launch

@XprobeBot XprobeBot added the gpu label Dec 6, 2024
@XprobeBot XprobeBot added this to the v1.x milestone Dec 6, 2024
@qinxuye
Copy link
Contributor

qinxuye commented Dec 12, 2024

需要看服务端日志。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants