You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,15 +81,15 @@ The [export](https://huggingface.co/docs/optimum/exporters/overview) and optimiz
79
81
80
82
### ONNX + ONNX Runtime
81
83
82
-
🚨🚨🚨 ONNX integration moving to [`optimum-onnx`](https://github.com/huggingface/optimum-onnx) so make sure to follow the installation instructions 🚨🚨🚨
84
+
🚨🚨🚨 ONNX integration was moved to [`optimum-onnx`](https://github.com/huggingface/optimum-onnx) so make sure to follow the installation instructions 🚨🚨🚨
83
85
84
86
Before you begin, make sure you have all the necessary libraries installed :
It is possible to export Transformers, Diffusers, Sentence Transformers and timm models to the [ONNX](https://onnx.ai/) format and perform graph optimization as well as quantization easily.
92
+
It is possible to export Transformers, Diffusers, Sentence Transformers and Timm models to the [ONNX](https://onnx.ai/) format and perform graph optimization as well as quantization easily.
91
93
92
94
For more information on the ONNX export, please check the [documentation](https://huggingface.co/docs/optimum-onnx/en/onnx/usage_guides/export_a_model).
You can find examples in the [documentation](https://huggingface.co/docs/optimum-neuron/index) and in the [tutorials](https://huggingface.co/docs/optimum-neuron/tutorials/fine_tune_bert).
152
-
153
-
### ONNX Runtime
154
-
155
-
Before you begin, make sure you have all the necessary libraries installed :
156
-
157
-
```bash
158
-
pip install optimum[onnxruntime-training]
159
-
```
160
-
161
-
You can find examples in the [documentation](https://huggingface.co/docs/optimum/onnxruntime/usage_guides/trainer) and in the [examples](https://github.com/huggingface/optimum/tree/main/examples/onnxruntime/training).
0 commit comments