Skip to content

Commit a438497

Browse files
mtotomreso
andauthored
fixing copy in readme (#3119)
Co-authored-by: Matthias Reso <[email protected]>
1 parent 99a38b3 commit a438497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Following are the steps to create a torch-model-archive (.mar) to execute an eag
124124

125125
## Creating mar file for torchscript mode model
126126

127-
Following are the steps to create a torch-model-archive (.mar) to execute an eager mode torch model in TorchServe :
127+
Following are the steps to create a torch-model-archive (.mar) to execute a torchscript mode torch model in TorchServe :
128128

129129
* Pre-requisites to create a torch model archive (.mar) :
130130
* 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

Comments
 (0)