We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a38b3 commit a438497Copy full SHA for a438497
examples/README.md
@@ -124,7 +124,7 @@ Following are the steps to create a torch-model-archive (.mar) to execute an eag
124
125
## Creating mar file for torchscript mode model
126
127
-Following are the steps to create a torch-model-archive (.mar) to execute an eager mode torch model in TorchServe :
+Following are the steps to create a torch-model-archive (.mar) to execute a torchscript mode torch model in TorchServe :
128
129
* Pre-requisites to create a torch model archive (.mar) :
130
* serialized-file (.pt) : This file represents the state_dict in case of eager mode model or an executable `ScriptModule` in case of TorchScript.
0 commit comments