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

when oobabot enabled, restarting text-gen hangs #1

Closed
chrisrude opened this issue May 24, 2023 · 0 comments
Closed

when oobabot enabled, restarting text-gen hangs #1

chrisrude opened this issue May 24, 2023 · 0 comments
Assignees

Comments

@chrisrude
Copy link
Owner

When the oobabot extension is loaded, go to the "Interface mode" tab and choose "Apply and restart the interface"

This will hang, rather than reload the interface.

What's happening is gradio is waiting for its update task for the html log to finish, but it is designed to run indefinitely.

It won't notice the request to exit because gradio's looper there is using sleep, rather than asyncio.sleep.

Either find a workaround here, or land a fix in gradio.

@chrisrude chrisrude self-assigned this May 24, 2023
chrisrude added a commit that referenced this issue May 24, 2023
When oobabot-plugin was loaded.  The fix is awful, but the
best I could think of.

#1
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

1 participant