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
Added support for gemma3-text following the code in:
- #50
also added a working example with `gemma3-270m-instruct`
will update and improve as needed.
Related
- #69
- #49
- #45
- huggingface/optimum#1724
- #56
---------
Co-authored-by: Ilyas Moutawwakil <[email protected]>
Co-authored-by: IlyasMoutawwakil <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,7 @@ Once the model is exported to the ONNX format, we provide Python classes enablin
56
56
```
57
57
58
58
More details on how to run ONNX models with `ORTModelForXXX` classes [here](https://huggingface.co/docs/optimum/main/en/onnxruntime/usage_guides/models).
59
+
60
+
### Examples
61
+
62
+
Check out the [examples folder](./examples) for more usage examples including optimization, quantization, and model-specific demonstrations.
0 commit comments