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

加载模型时卡住了 #77

Closed
kimi360 opened this issue Apr 19, 2024 · 3 comments
Closed

加载模型时卡住了 #77

kimi360 opened this issue Apr 19, 2024 · 3 comments

Comments

@kimi360
Copy link

kimi360 commented Apr 19, 2024

日志如下:
model_worker_391073.log

现象是worker不再输出日志,gradio web模型的地方也没加载出来。Ctrl+c或者kill都无法结束进程

@wcy1122
Copy link
Contributor

wcy1122 commented Apr 19, 2024

Hello, thanks for your interest.
It's weird, according to the log, looks like you have not loaded the whole Mini-Gemini model.
I guess it's some memory or cpu issue? Maybe you can use kill -9 to delete the process.

@kimi360
Copy link
Author

kimi360 commented Apr 19, 2024

Hello, thanks for your interest. It's weird, according to the log, looks like you have not loaded the whole Mini-Gemini model. I guess it's some memory or cpu issue? Maybe you can use kill -9 to delete the process.

kill -9 也无法结束,只能重启主机

(base) [root@gpt ~]# ps aux | grep 12727 | grep -v grep
root       12727 98.5 19.1 33528484 6215744 pts/1 R+  14:37  70:12 python -m minigemini.serve.cli --model-path work_dirs/Mini-Gemini/Mini-Gemini-2B --image-file test.jpg
(base) [root@gpt ~]# kill -9 12727
(base) [root@gpt ~]# ps aux | grep 12727 | grep -v grep
root       12727 98.5 19.1 33528484 6215744 pts/1 R+  14:37  70:22 python -m minigemini.serve.cli --model-path work_dirs/Mini-Gemini/Mini-Gemini-2B --image-file test.jpg
(base) [root@gpt ~]# 

@kimi360
Copy link
Author

kimi360 commented Apr 22, 2024

已解决,国内网络问题,卡在huggingface下载上了

@kimi360 kimi360 closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants