-
Notifications
You must be signed in to change notification settings - Fork 281
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
请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found #76
Comments
正常,这个是访问日志,还要起gradio Web |
请问您的程序,要先跑哪一个文件呢?目前我不做训练,想要部署的跑一下。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年4月19日(周五) 下午2:27
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [dvlab-research/MiniGemini] 请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found (Issue #76)
正常,这个是访问日志,还要起gradio Web
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello, you need to launch controller, gradio web server and model worker. The order doesn't matter. |
我也没跑通,看起来是要跑三个,先起个control,python -m minigemini.serve.controller --host 0.0.0.0 --port 10000,然后跑python -m minigemini.serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload |
我也是,我会提示raise Requests JSONDecodeError
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年4月19日(周五) 下午2:57
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [dvlab-research/MiniGemini] 请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found (Issue #76)
我也没跑通,看起来是要跑三个,先起个control,python -m minigemini.serve.controller --host 0.0.0.0 --port 10000,然后跑python -m minigemini.serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload
起web服务,最后跑python -m minigemini.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path work_dirs/Mini-Gemini/Mini-Gemini-**B加载模型,木前卡在加载模型哪里
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
有人成功部署了吗,在python -m minigemini.serve.controller --host 0.0.0.0 --port 10000这里显示没找到模型,但我已经把MGM-13B下载下来了,我要怎么才能部署到本地环境? |
worker起了吗 |
我也没成功
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年5月6日(周一) 上午9:36
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [dvlab-research/MGM] 请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found (Issue #76)
有人成功部署了吗,在python -m minigemini.serve.controller --host 0.0.0.0 --port 10000这里显示没找到模型,但我已经把MGM-13B下载下来了,我要怎么才能部署到本地环境?
worker起了吗
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
跑哪个的时候有问题,我已经起来了,参考:https://juejin.cn/post/7358670107901427749,https://github.com/dvlab-research/MGM/issues/13,还要挂个huggingface的镜像 |
感谢感谢
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年5月6日(周一) 中午11:04
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [dvlab-research/MGM] 请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found (Issue #76)
aise Requests JSONDecodeError
跑哪个的时候有问题,我已经起来了,参考:https://juejin.cn/post/7358670107901427749,https://github.com/dvlab-research/MGM/issues/13,还要挂个huggingface的镜像
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
好像没有,我大概记得当时弄完就可以跑了
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年7月8日(周一) 下午3:35
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [dvlab-research/MGM] 请问为什么在执行”python -m minigemini.serve.controller --host 0.0.0.0 --port 10000“时会出现 404 Not Found (Issue #76)
aise Requests JSONDecodeError
跑哪个的时候有问题,我已经起来了,参考:https://juejin.cn/post/7358670107901427749,https://github.com/dvlab-research/MGM/issues/13,还要挂个huggingface的镜像
您好,请问有遇到模型加载好了,但是在使用examples时,点击send按钮后没有任何输出的问题嘛?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Uvicorn running on http://0.0.0.0:10000 (Press CTRL+C to quit)
2024-04-19 13:41:18 | INFO | stdout | INFO: 127.0.0.1:37668 - "GET / HTTP/1.1" 404 Not Found
The text was updated successfully, but these errors were encountered: