Skip to content

Commit 85e8135

Browse files
committed
Add onnx exporting links
1 parent 0d75048 commit 85e8135

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
@@ -24,9 +24,16 @@ curl -fsSL https://raw.githubusercontent.com/mozilla-ai/encoderfile/main/install
2424
For exporting models to ONNX:
2525

2626
```bash
27-
pip install optimum[exporters]
27+
pip install optimum[onnxruntime] onnxruntime
2828
```
2929

30+
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:
31+
32+
* https://onnxruntime.ai/huggingface
33+
* https://huggingface.co/docs/optimum-onnx/onnx/usage_guides/export_a_model
34+
* https://huggingface.co/docs/transformers/serialization#onnx
35+
36+
3037
## Your First Encoderfile
3138

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

0 commit comments

Comments
 (0)