-
Notifications
You must be signed in to change notification settings - Fork 867
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
The service crashes if the model takes a long time to respond #3168
Comments
I am also facing the same issue |
@agunapal Is there any workaround for this issue as of now ? |
Hi @thakursc1 I have brought this up internally. Will get back to you |
I don't think downgrading would help. Did you try with http? |
No, our services are mostly grpc. |
Downgrading torchserve=0.9.0 helped solve this issue. |
I am able to repro the problem
|
@agunapal, please tell me from which version of TorchServe the problem is reproduced? |
Hi @yurkoff-mv if you try the nighties, I believe the issue is resolved. Please let me know |
@agunapal, thank you very much for the information. |
The next release of TorchServe will have the fix |
🐛 Describe the bug
TorchServe version is 0.10.0.
It's my code:
Timeouts on the client are set quite large.
My config:
Error logs
Installation instructions
I use Docker.
Model Packaging
The model is packaged using an model archiver.
config.properties
No response
Versions
torch==2.3.0+cu121; sys_platform == 'linux'
torchvision==0.18.0+cu121; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cu121; sys_platform == 'linux'
torchserve==0.10.0
torch-model-archiver
Repro instructions
torchserve --start
Possible Solution
No response
The text was updated successfully, but these errors were encountered: