<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting started on TauGrid</title><link>https://azure.github.io/taugrid/docs/getting-started/</link><description>Recent content in Getting started on TauGrid</description><generator>Hugo</generator><language>en</language><atom:link href="https://azure.github.io/taugrid/docs/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>What is TauGrid?</title><link>https://azure.github.io/taugrid/docs/getting-started/what-is-tau/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/getting-started/what-is-tau/</guid><description>&lt;p&gt;TauGrid is an open, self-hosted AI compute platform for running AI workloads
on Kubernetes. It brings the experience teams expect from a managed AI
platform (simple submission, elastic distributed compute, shared GPU capacity,
experiment visibility, and operational controls) to clusters they operate in
their own cloud or datacenter.&lt;/p&gt;
&lt;p&gt;Researchers work from a repository and the Tau CLI. Platform teams provide
governed workspaces, queues, compute profiles, storage, identity, and
observability. TauGrid connects those two experiences across training,
fine-tuning, batch inference, and serving.&lt;/p&gt;</description></item><item><title>Architecture</title><link>https://azure.github.io/taugrid/docs/getting-started/architecture/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/getting-started/architecture/</guid><description>&lt;p&gt;TauGrid is a CLI, renderer, and local observer. Kueue, KubeRay, and the
Kubernetes scheduler continue to own quota admission, Ray orchestration, and
pod scheduling.&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Layer&lt;/th&gt;
					&lt;th&gt;Responsibility&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;Research repository&lt;/td&gt;
					&lt;td&gt;Entrypoint, image, dependencies, resource intent, data, and outputs&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;TauGrid&lt;/td&gt;
					&lt;td&gt;Resolve, validate, render, submit, observe, and preserve workflow evidence&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Workspace/platform&lt;/td&gt;
					&lt;td&gt;Cluster access, namespace, queue, priority, output root, identity, and shared policy&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Kueue&lt;/td&gt;
					&lt;td&gt;Quota reservation, admission, priority, and preemption&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Kubernetes/KubeRay&lt;/td&gt;
					&lt;td&gt;Pod scheduling and Job/Ray lifecycle&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;Project process&lt;/td&gt;
					&lt;td&gt;Training, evaluation, inference, and model-specific behavior&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="code-boundaries"&gt;Code boundaries&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cli/cmd&lt;/code&gt;: thin Cobra command wiring for the &lt;code&gt;tau&lt;/code&gt; binary.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cli/internal&lt;/code&gt;: reusable capability packages behind &lt;code&gt;tau&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;core&lt;/code&gt;: the shared library module both binaries link.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;portal&lt;/code&gt;: a separate module and binary, &lt;code&gt;taugrid-portal&lt;/code&gt;, that hosts
experiment tracking (Stellar) and the observability portal.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sdk/python&lt;/code&gt;: optional Python authoring APIs that delegate execution
to the Go CLI.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;controllers/tau-core&lt;/code&gt;: the separately deployed controller. One manager runs
three reconcilers &amp;ndash; &lt;code&gt;TauCluster&lt;/code&gt;, &lt;code&gt;TauWorkspace&lt;/code&gt;, and &lt;code&gt;TauQuotaRequest&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="https://github.com/Azure/taugrid/wiki/Tau-Architecture-Contributing-and-Roadmap"&gt;visual architecture guide&lt;/a&gt;
maps the main packages and extension points.&lt;/p&gt;</description></item></channel></rss>