<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer guide on TauGrid</title><link>https://azure.github.io/taugrid/docs/developer-guide/</link><description>Recent content in Developer guide on TauGrid</description><generator>Hugo</generator><language>en</language><atom:link href="https://azure.github.io/taugrid/docs/developer-guide/index.xml" rel="self" type="application/rss+xml"/><item><title>Run your first target</title><link>https://azure.github.io/taugrid/docs/developer-guide/first-run/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/developer-guide/first-run/</guid><description>&lt;aside class="tau-maturity tau-maturity--ga" aria-label="Feature stage: GA"&gt;
 &lt;span class="tau-maturity__prefix"&gt;Feature state:&lt;/span&gt;
 &lt;strong class="tau-maturity__status"&gt;GA&lt;/strong&gt;
 &lt;span class="tau-maturity__reviewed"&gt;Reviewed 2026-07-16&lt;/span&gt;
&lt;/aside&gt;

&lt;p&gt;Prerequisites:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Tau CLI is installed.&lt;/li&gt;
&lt;li&gt;The repository contains a
&lt;a href="../../reference/glossary/#workspace-connection"&gt;workspace connection&lt;/a&gt; and a
checked-in &lt;a href="../../reference/glossary/#target"&gt;target&lt;/a&gt;, such as
&lt;code&gt;tau/train.yaml&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The platform workspace reports Ready.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;tau run&lt;/code&gt; is the config-first entry point. Its optional positional &lt;code&gt;TARGET&lt;/code&gt;
argument resolves to a checked-in &lt;code&gt;tau/&amp;lt;target&amp;gt;.yaml&lt;/code&gt; file. See the
&lt;a href="../../reference/run-config/"&gt;direct run config reference&lt;/a&gt; for the full
&lt;code&gt;tau.yaml&lt;/code&gt; field set. &lt;code&gt;tau run&lt;/code&gt; automatically discovers the checked-in
workspace connection.&lt;/p&gt;
&lt;p&gt;Validate before submitting a real workload:&lt;/p&gt;</description></item><item><title>Share research with a teammate</title><link>https://azure.github.io/taugrid/docs/developer-guide/share-research/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/developer-guide/share-research/</guid><description>&lt;aside class="tau-maturity tau-maturity--alpha" aria-label="Feature stage: Alpha"&gt;
 &lt;span class="tau-maturity__prefix"&gt;Feature state:&lt;/span&gt;
 &lt;strong class="tau-maturity__status"&gt;Alpha&lt;/strong&gt;
 &lt;span class="tau-maturity__reviewed"&gt;Reviewed 2026-08-24&lt;/span&gt;
&lt;/aside&gt;

&lt;p&gt;Researchers working from different machines can use the same cluster and
workspace to view and compare the same runs, logs, and charts.&lt;/p&gt;
&lt;h2 id="access-model-used-in-this-guide"&gt;Access model used in this guide&lt;/h2&gt;
&lt;p&gt;This guide describes the current interim admin-access workflow. The cluster
owner gives each researcher their own cluster-admin kubeconfig. Each researcher
keeps those credentials on their own machine and uses a separate port-forward
to the shared Portal Service.&lt;/p&gt;</description></item><item><title>Serve a trained model</title><link>https://azure.github.io/taugrid/docs/developer-guide/serve-model/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/developer-guide/serve-model/</guid><description>&lt;aside class="tau-maturity tau-maturity--ga" aria-label="Feature stage: GA"&gt;
 &lt;span class="tau-maturity__prefix"&gt;Feature state:&lt;/span&gt;
 &lt;strong class="tau-maturity__status"&gt;GA&lt;/strong&gt;
 &lt;span class="tau-maturity__reviewed"&gt;Reviewed 2026-07-16&lt;/span&gt;
&lt;/aside&gt;

&lt;p&gt;&lt;code&gt;tau serve&lt;/code&gt; turns a project-owned image and optional durable checkpoint into a
&lt;a href="../../reference/glossary/#service"&gt;service&lt;/a&gt;. Choose:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--kind=rayservice&lt;/code&gt; (default) for a Ray Serve application; KubeRay must be
installed and the image must expose the specified Python import path.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--kind=deployment&lt;/code&gt; for a plain Kubernetes Deployment such as a raw vLLM,
TGI, Triton, or custom HTTP server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You need a platform-provided serving profile, a pinned image, the target
namespace/context, and a checkpoint visible from the serving PVC when the
endpoint loads model state.&lt;/p&gt;</description></item></channel></rss>