We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, it seems there is no way to send a signal to interrupt the text generation in the model.run().
model.run()
ratchet/crates/ratchet-web/src/model.rs
Lines 170 to 175 in 4ff7092
My current workaround is to call location.reload() to interrupt it.
location.reload()
The text was updated successfully, but these errors were encountered:
Agreed - we should offer a cancellation callback.
Sorry, something went wrong.
No branches or pull requests
Currently, it seems there is no way to send a signal to interrupt the text generation in the
model.run()
.ratchet/crates/ratchet-web/src/model.rs
Lines 170 to 175 in 4ff7092
My current workaround is to call
location.reload()
to interrupt it.The text was updated successfully, but these errors were encountered: