Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jul 11, 2024
1 parent 672ec18 commit 25b788a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down
2 changes: 1 addition & 1 deletion docs/source/openvino/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25b788a

Please sign in to comment.