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

ggml : add mechanism to abort ggml_graph_compute() #308

Closed
ggerganov opened this issue Jun 26, 2023 · 0 comments · Fixed by #328
Closed

ggml : add mechanism to abort ggml_graph_compute() #308

ggerganov opened this issue Jun 26, 2023 · 0 comments · Fixed by #328
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ggerganov
Copy link
Owner

In some cases, this call can take significant amount of time.

We should add an option to be able to provide a callback that will be used to check if the user requested the computation to be aborted after every graph node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant