TauGrid v0.3.0
TauGrid v0.3.0
TauGrid v0.3.0 publishes the tau and tau-gen command-line tools alongside
the aligned TauGrid 0.3.0 images and Helm charts.
Highlights
- Publish reproducible
tauandtau-genbinaries for Linux and macOS on
amd64 and arm64, together with checksums and the release installer. - Support repository-first Kubernetes Job and RayJob execution through Kueue,
including project source staging, bounded workload retention, and lifecycle
cleanup. - Improve Ray Tune submission, multi-cluster run observation, and terminal
workload status handling. - Expand Azure GPU topology support and surface GPU runtime evidence during
cluster validation. - Align
tau cluster installwith the TauGrid 0.3.0 charts and public MCR
images.
Compatibility
- This GitHub Release publishes the Go CLI binaries. The Python SDK is tested
from the same source revision for compatibility but keeps its own package
version and is not published as a wheel by this workflow. - Public environment variables keep the
TAU_prefix. - Kubernetes metadata and workspace APIs keep the
tau.azure.comdomain. experimentandportalcommands continue to require the separate
taugrid-portalbinary.
Install
- Download the matching
tau-<os>-<arch>binary andSHA256SUMS. - Verify the checksum before installing the binary as
tau. - Put the verified binary on
PATHand runtau version --short. - Use the matching
tau-gen-<os>-<arch>asset when code generation is needed.