We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f191 commit a9c4772Copy full SHA for a9c4772
docs/source/openvino/export.mdx
@@ -19,6 +19,8 @@ To export your model to the [OpenVINO IR](https://docs.openvino.ai/2024/document
19
optimum-cli export openvino --model meta-llama/Meta-Llama-3-8B ov_model/
20
```
21
22
+To export a private model or a model that requires access, you can either run `huggingface-cli login` to log in permanently, or set the environment variable `HF_TOKEN` to a [token](https://huggingface.co/settings/tokens) with access to the model. See the [authentication documentation](https://huggingface.co/docs/huggingface_hub/quick-start#authentication) for more information.
23
+
24
The model argument can either be the model ID of a model hosted on the [Hub](https://huggingface.co/models) or a path to a model hosted locally. For local models, you need to specify the task for which the model should be loaded before export, among the list of the [supported tasks](https://huggingface.co/docs/optimum/main/en/exporters/task_manager).
25
26
```bash
0 commit comments