diff --git a/README.md b/README.md index e6aa4451e1..2846797da8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Below are examples of how to use OpenVINO and its [NNCF](https://docs.openvino.a #### Export: To export a model hosted on the [Hub](https://huggingface.co/models) you can use our [space](https://huggingface.co/spaces/echarlaix/openvino-export). -After export, your model will be pushed in a repo under your namepspace, this repo can be either public or private. Before conversion, make sure you are properly logged in. +After export, your model will be pushed in a repo under your namespace, this repo can be either public or private. Before conversion, make sure you are properly logged in. It is also possible to export your model to the [OpenVINO IR](https://docs.openvino.ai/2024/documentation/openvino-ir-format.html) format with the CLI : diff --git a/docs/source/openvino/export.mdx b/docs/source/openvino/export.mdx index ace4d8a76c..2b0fb06cef 100644 --- a/docs/source/openvino/export.mdx +++ b/docs/source/openvino/export.mdx @@ -10,7 +10,7 @@ specific language governing permissions and limitations under the License. # Export your model To export a model hosted on the [Hub](https://huggingface.co/models) you can use our [space](https://huggingface.co/spaces/echarlaix/openvino-export). -After export, your model will be pushed in a repo under your namepspace, this repo can be either public or private. Before conversion, make sure you are properly logged in. +After export, your model will be pushed in a repo under your namespace, this repo can be either public or private. Before conversion, make sure you are properly logged in. ## Using the CLI