-
Notifications
You must be signed in to change notification settings - Fork 453
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
http://{server_ip}:{server_port}/generate使得instance挂起 #408
Comments
#380 |
传stop确实有所反应,但当我再用同一个instance_id进行请求时,引擎直接core dumped了。这非常不解;
|
不是,是说,停止一个正在响应的请求的方法应该是传 stop 而不是直接 ctrl C |
我改变了顺序: 我使用stream=True进行调用 |
你可以调用 app.py 吗? app.py 可以调用 restful api,界面可以做到停止某个会话。你可以看看怎么实现的 |
不过,ctrl + C 这是个问题,我后面修一下吧,毕竟不能阻止用户随便停止某个响应 |
我启动的gradio.app的服务,当我点击cancel按钮时,服务端报一个IndexError的错误,并且后续对话都无法进行,这和我用curl时保持一致。 |
感谢,我正好也实验了这样做,它可以成功工作 |
当我发送一个stream=true的请求,并用ctrl+c中断它,出现了以下现象:
1、该instance_id永久性挂起无法使用,
2、ctrl+c并未立刻使得gpu资源得到释放;
我认为这是一个潜在的bug,请帮忙看看;
请求为docs中的示例
The text was updated successfully, but these errors were encountered: