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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
The question arises how can the user now set the envelope type (json/kserve/kservev2) and where is the place in the code where it is defined?
Where is this shown in the documentation?
📚 The doc issue
The
service_envelopeparameter has disappeared from the documentation:https://pytorch.org/serve/configuration.html#other-properties
The KServe documentation states that this parameter is depricated:
https://kserve.github.io/website/0.11/modelserving/v1beta1/torchserve/#create-model-storage-with-a-model-archive-file-and-config
and that
enable_envvars_config=trueshould now be used instead.The question arises how can the user now set the envelope type (
json/kserve/kservev2) and where is the place in the code where it is defined?Where is this shown in the documentation?
Suggest a potential alternative/fix
No response