You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using TorchServe to serve my deep learning model.
The initial purpose that I use this framework was just to inference from local server which is in bound.
Now, I would like to open my TorchServe server to public.
For this, I need to grant something for authentication such as token to others who use my server.
But from https://pytorch.org/serve/configuration.html, they say that TorchServe doesn't support authentication.
Alternatives
No response
Additional context
Does TorchServe have a plan to support authentication features? if so, when it will be at?
The text was updated successfully, but these errors were encountered:
🚀 The feature
Should support authentication features.
Motivation, pitch
I'm using TorchServe to serve my deep learning model.
The initial purpose that I use this framework was just to inference from local server which is in bound.
Now, I would like to open my TorchServe server to public.
For this, I need to grant something for authentication such as token to others who use my server.
But from https://pytorch.org/serve/configuration.html, they say that TorchServe doesn't support authentication.
Alternatives
No response
Additional context
Does TorchServe have a plan to support authentication features? if so, when it will be at?
The text was updated successfully, but these errors were encountered: