<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Model-Serving on Varchaleswari Ganugapati</title><link>https://varchaleswariganugapati.com/tags/model-serving/</link><description>Recent content in Model-Serving on Varchaleswari Ganugapati</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 05 Jul 2026 09:00:00 -0600</lastBuildDate><atom:link href="https://varchaleswariganugapati.com/tags/model-serving/index.xml" rel="self" type="application/rss+xml"/><item><title>Can Triton Fit It All?</title><link>https://varchaleswariganugapati.com/post/can-triton-fit-it-all/</link><pubDate>Sun, 05 Jul 2026 09:00:00 -0600</pubDate><guid>https://varchaleswariganugapati.com/post/can-triton-fit-it-all/</guid><description>&lt;p&gt;The serving flow I was working on had gotten tangled in a fairly ordinary way. A single request needed features pulled from a feature store, some features computed from the user context, and a few more built directly from the incoming request. All of that fed into a model, and the model produced the prediction that actually mattered. The problem was that all of it, the feature assembly and the model inference, lived inside the same service.&lt;/p&gt;</description></item><item><title>The Handshake: Validating Score Parity Across Training and Serving</title><link>https://varchaleswariganugapati.com/post/score-parity-handshake/</link><pubDate>Sat, 16 May 2026 09:00:00 -0600</pubDate><guid>https://varchaleswariganugapati.com/post/score-parity-handshake/</guid><description>&lt;p&gt;&lt;a href="https://gvarchala-pixel.github.io/post/cross-platform-model-bundling/"&gt;Part 1&lt;/a&gt; ended with a retailer moving a purchase-prediction model from Python training into a Java serving service. The bundle was clean. The service loaded it. Scores came back.&lt;/p&gt;
&lt;p&gt;But here is the question that decides whether the project ships or stalls: are those scores actually right?&lt;/p&gt;
&lt;p&gt;The Python notebook says feature vector &lt;code&gt;v&lt;/code&gt; scores &lt;code&gt;0.847&lt;/code&gt;. The Java service, given the same &lt;code&gt;v&lt;/code&gt;, returns &lt;code&gt;0.846989&lt;/code&gt;. Close, but not identical. Should the team ship it? What if it returned &lt;code&gt;0.83&lt;/code&gt;? Or &lt;code&gt;0.5&lt;/code&gt;?&lt;/p&gt;</description></item><item><title>Part 1: Cross-Platform Model Bundling: Formats That Travel</title><link>https://varchaleswariganugapati.com/post/cross-platform-model-bundling/</link><pubDate>Fri, 15 May 2026 09:00:00 -0600</pubDate><guid>https://varchaleswariganugapati.com/post/cross-platform-model-bundling/</guid><description>&lt;p&gt;Imagine a retailer. Their data science team trains a purchase-prediction model in Python every Sunday night on a week&amp;rsquo;s worth of clickstream data. By Monday morning, every visitor to the homepage gets a personalized product ranking. The scoring has to happen in under 50 milliseconds, from a Java microservice that handles millions of requests a day, with no Python anywhere in its stack.&lt;/p&gt;
&lt;p&gt;The model works. The question is: how do you move it from a Python training environment into a Java production service without rewriting it, without breaking the preprocessing, and without the serving team needing to understand the training code?&lt;/p&gt;</description></item></channel></rss>