<?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 jdcsen</title><link>https://jdcsen.com/tags/onnx/</link><description>Recent content in ONNX on jdcsen</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 01 Jan 1970 00:33:45 +0000</lastBuildDate><atom:link href="https://jdcsen.com/tags/onnx/index.xml" rel="self" type="application/rss+xml"/><item><title>Paralinguistic Signals from a Speech LLM</title><link>https://jdcsen.com/projects/paralinguistic-features/</link><pubDate>Thu, 01 Jan 1970 00:33:45 +0000</pubDate><guid>https://jdcsen.com/projects/paralinguistic-features/</guid><description>&lt;ul&gt;&#10;&lt;li&gt;NVIDIA Triton Python backend fronting a vLLM-served speech LLM, taken from prototype to production.&lt;/li&gt;&#10;&lt;li&gt;Derives confidence, sentiment and spoken-language ID from the model&amp;rsquo;s own token-level outputs. No additional models to train or serve.&lt;/li&gt;&#10;&lt;li&gt;Orchestrates per-signal LLM queries over gRPC alongside ONNX Runtime inference for confidence calibration and forced alignment.&lt;/li&gt;&#10;&lt;li&gt;p50 latency of approximately 5 to 10 ms per signal.&lt;/li&gt;&#10;&lt;li&gt;Technical lead for a three-engineer team. A later &lt;a href="https://jdcsen.com/projects/triton-throughput-refactor/"&gt;concurrency refactor&lt;/a&gt; took sustained throughput from roughly 8 to 80 requests per second.&lt;/li&gt;&#10;&lt;/ul&gt;</description></item><item><title>Triton Backend Throughput Refactor</title><link>https://jdcsen.com/projects/triton-throughput-refactor/</link><pubDate>Thu, 01 Jan 1970 00:33:45 +0000</pubDate><guid>https://jdcsen.com/projects/triton-throughput-refactor/</guid><description>&lt;ul&gt;&#10;&lt;li&gt;Load testing showed latency growing linearly with concurrency: the server was serializing, capping throughput at about 8 requests per second.&lt;/li&gt;&#10;&lt;li&gt;Three structural fixes: parallelize independent ONNX inference calls, replace a reference-counted five-thread dispatcher with single-threaded cooperative multitasking, and run several independent backend instances.&lt;/li&gt;&#10;&lt;li&gt;Latency curve went from linear to roughly square-root in concurrency; sustained throughput reached 64 to 80 requests per second on the same hardware, an 8 to 10x improvement.&lt;/li&gt;&#10;&lt;li&gt;Single-request latency barely moved (about 90 to 70 ms). This was a contention fix, not a per-request speedup.&lt;/li&gt;&#10;&lt;/ul&gt;</description></item></channel></rss>