Skip to content

Commit 61307ab

Browse files
docs: Add onnx exporting links (#271)
Some useful links are added to the exporting guide.
1 parent dbaecb6 commit 61307ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/getting-started.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@ For exporting models to ONNX:
2525
> Requires Python 3.13+
2626
2727
```bash
28-
pip install optimum[exporters]
28+
pip install optimum[onnxruntime] onnxruntime
2929
```
3030

31+
There are some resources that you can check about the ONNX runtime, what HF models it supports, and how to export a model in HF to this format:
32+
33+
* https://onnxruntime.ai/huggingface
34+
* https://huggingface.co/docs/optimum-onnx/onnx/usage_guides/export_a_model
35+
* https://huggingface.co/docs/transformers/serialization#onnx
36+
37+
3138
## Your First Encoderfile
3239

3340
Let's build a sentiment analysis model as an example.

0 commit comments

Comments
 (0)