Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 28, 2023
1 parent dd11b30 commit d18a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Below are the examples of how to use OpenVINO and its [NNCF](https://docs.openvi
It is possible to export your model to the [OpenVINO](https://docs.openvino.ai/2023.1/openvino_ir.html) IR format easily:

```plain
optimum-cli export openvino --model distilbert-base-uncased-finetuned-sst-2-english distilbert_sst2_openvino
optimum-cli export openvino --model distilbert-base-uncased-finetuned-sst-2-english ov_distilbert
```

#### Inference:
Expand Down

0 comments on commit d18a081

Please sign in to comment.