Replies: 1 comment 1 reply
-
Hi and thanks for looking into taskiq for such a task. I'm not sure about the details, but as long as you have a function to call, you can just call Although heavy computations require CPU and therefore it might be useful to increase number of worker processes (that handle incoming tasks) by specifying If you provide more details I can help you a bit more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋
I want to create a distributed AI model inference solver. For performance reasons, is better to use GPU 1 time for 20 requests rather than 20 times each request.
How can I accomplish that with Taskiq?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions