We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbf1bf commit f9e49f5Copy full SHA for f9e49f5
1 file changed
Conceptual_Guide/Part_1-model_deployment/README.md
@@ -149,7 +149,7 @@ mkdir -p model_repository/text_detection/1
149
mv detection.onnx model_repository/text_detection/1/model.onnx
150
151
mkdir -p model_repository/text_recognition/1
152
-mv str.onnx model_repository/text_detection/1/model.onnx
+mv str.onnx model_repository/text_recognition/1/model.onnx
153
```
154
155
These commands should give you a repository that looks this:
0 commit comments