Skip to content

Commit ce5fb83

Browse files
authored
Update README.md (#1837)
1 parent 6cb92d3 commit ce5fb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/text_generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upg
1515
Install [../../export-requirements.txt](../../export-requirements.txt) if model conversion is required.
1616
```sh
1717
pip install --upgrade-strategy eager -r ../../export-requirements.txt
18-
optimim-cli export openvino --model <model> <output_folder>
18+
optimum-cli export openvino --model <model> <output_folder>
1919
```
2020
If a converted model in OpenVINO IR format is already available in the collection of [OpenVINO optimized LLMs](https://huggingface.co/collections/OpenVINO/llm-6687aaa2abca3bbcec71a9bd) on Hugging Face, it can be downloaded directly via huggingface-cli.
2121
```sh

0 commit comments

Comments
 (0)