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

Await async Triton process #55

Merged
merged 1 commit into from
May 8, 2023

Conversation

amirhmk
Copy link
Contributor

@amirhmk amirhmk commented May 8, 2023

While experimenting with overriding the process() function for a Triton engine, noticed that the results are not getting resolved correctly, and getting the following warning:

RuntimeWarning: coroutine 'Preprocess.process' was never awaited

After which we noticed that there is a await missing...

@jkhenning jkhenning merged commit 1157705 into allegroai:main May 8, 2023
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

Successfully merging this pull request may close these issues.

2 participants