No better performance for concurring requests #3137
Unanswered
katerinafrid
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to speed up the processing of requests to my pytorch model, but I do not see any improvements compared to the standard sequential processing. Am I doing something wrong?
First, I execute utils.py file, then I start a server by running server.py.
utils.py
server.py
Beta Was this translation helpful? Give feedback.
All reactions