diff --git a/src/routes/components/header.svelte b/src/routes/components/header.svelte index 2f3428090a..ded38e4160 100644 --- a/src/routes/components/header.svelte +++ b/src/routes/components/header.svelte @@ -46,6 +46,7 @@
Community
+ ONNX is the Open Neural Network Exchange, and we take that name to heart! Many members of the + community upload their ONNX models to various repositories, and we want to make it easy for you + to find them. Below are some of the most popular repositories where you can find ONNX models: +
+ ++ Convert to ONNX, optimize, and quantize your own models quickly and easily with Olive. Here's a quick snippet showing you how easy it can be done: +
+pip install olive-ai onnxruntime optimum
+ olive auto-opt -m microsoft/Phi-3-mini-4k-instruct -o models/phi3-mini-4k
+