<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ONNX on NoRaincheck</title><link>https://noraincheck.github.io/tags/onnx/</link><description>Recent content in ONNX on NoRaincheck</description><generator>Hugo</generator><language>en-US</language><copyright>NoRaincheck</copyright><lastBuildDate>Sun, 01 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://noraincheck.github.io/tags/onnx/index.xml" rel="self" type="application/rss+xml"/><item><title>Maya1 vs Kokoro vs Kitten TTS Review</title><link>https://noraincheck.github.io/posts/maya1-vs-kokoro-vs-kitten-tts-review/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/maya1-vs-kokoro-vs-kitten-tts-review/</guid><description>&lt;h2 id="maya1-vs-kokoro-vs-kitten-tts-review"&gt;Maya1 vs Kokoro vs Kitten TTS Review&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;March 2026&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;I finally got to test TTS models, and got them running locally with a variety of&#10;notes.&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Kitten: advertised as the smallest model, its also the easiest to setup&lt;/li&gt;&#10;&lt;li&gt;Kokoro: an extremely good model for its size. I found getting it setup with&#10;the onnx wrapping to be the most straightforward (supports quants!)&lt;/li&gt;&#10;&lt;li&gt;Maya1: supports gguf. I ended up hosting it in LM Studio with a wrapper to&#10;have it working. This is the best quality but also the slowest&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;TLDR: Use Kokoro if you want a good balance of speed and quality, otherwise&#10;Maya1 is a suitable model if you&amp;rsquo;re willing to wait a bit&lt;/p&gt;</description></item><item><title>A quick look at `onnxscript`</title><link>https://noraincheck.github.io/posts/a-quick-look-at-onnxscript/</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/a-quick-look-at-onnxscript/</guid><description>&lt;h2 id="a-quick-look-at-onnxscript"&gt;A quick look at &lt;code&gt;onnxscript&lt;/code&gt;&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;August 2025&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="https://github.com/microsoft/onnxscript"&gt;&lt;code&gt;onnxscript&lt;/code&gt;&lt;/a&gt; is a weird project that&#10;I&amp;rsquo;ve been keeping tabs on. It&amp;rsquo;s weird because its like an ORM. It&amp;rsquo;s functionally&#10;useless if you aren&amp;rsquo;t familiar with lower level &lt;code&gt;onnx&lt;/code&gt; concepts or don&amp;rsquo;t know&#10;how to construct an &lt;code&gt;onnx&lt;/code&gt; graph from low level primitives, in that debugging&#10;will be a nightmare, and yet there are a lot of abstractions that safe you a lot&#10;of time and effort.&lt;/p&gt;</description></item><item><title>LLMs - in Review (2024)</title><link>https://noraincheck.github.io/posts/llms-in-review-2024/</link><pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/llms-in-review-2024/</guid><description>&lt;h2 id="llms---in-review-2024"&gt;LLMs - in Review (2024)&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;December 2024&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;2024 was the first year where I took LLMs seriously. I successfully hosted a&#10;Llama 70b parameter model in production which was used as with&#10;&lt;a href="https://www.continue.dev/"&gt;continue.dev&lt;/a&gt; for a self-hosted co-pilot&#10;replacement, along with a code autocomplete like&#10;&lt;a href="https://qwenlm.github.io/blog/qwen2.5-coder-family/"&gt;Qwen Coder&lt;/a&gt; or&#10;&lt;a href="https://deepseekcoder.github.io/"&gt;Deepseek&lt;/a&gt;, these were fine replacements and&#10;surprisingly robust.&#10;&lt;a href="https://huggingface.co/docs/text-generation-inference/index"&gt;Huggingface&amp;rsquo;s TGI&lt;/a&gt;&#10;along with &lt;a href="https://github.com/triton-inference-server/server"&gt;Triton Server&lt;/a&gt;&#10;were the main heroes for this project, (Triton was used to serve &lt;code&gt;onnx&lt;/code&gt; models&#10;for embeddings) though I&amp;rsquo;ve yet to find a &amp;ldquo;good&amp;rdquo; embedding model. At this stage&#10;in time, most of the vector database solutions &amp;ldquo;feel&amp;rdquo; the same and can all&#10;seemingly be trivially hosted via Kubernetes.&lt;/p&gt;</description></item></channel></rss>