TPU
Trillium (`v6e`)
`dstack` adds support for the latest Trillium TPU (`v6e`), which became [generally available](https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga) in GCP on December 12th. The new TPU generation doubles the TPU memory and bursts performance, supporting larger workloads.
Resources
`dstack` now includes CPU, RAM, and TPU memory in Google Cloud TPU offers:
shell
$ dstack apply --gpu tpu
BACKEND REGION INSTANCE RESOURCES SPOT PRICE
1 gcp europe-west4 v5litepod-1 24xCPU, 48GB, 1xv5litepod-1 (16GB), 100.0GB (disk) no $1.56
2 gcp europe-west4 v6e-1 44xCPU, 176GB, 1xv6e-1 (32GB), 100.0GB (disk) no $2.97
3 gcp europe-west4 v2-8 96xCPU, 334GB, 1xv2-8 (64GB), 100.0GB (disk) no $4.95
Volumes
By default, TPU VMs contain a 100GB boot disk, and its size cannot be changed. Now, you can add more storage using [Volumes](https://dstack.ai/docs/concepts/volumes/).
Gateways
In this update, we've greatly refactored [Gateways](https://dstack.ai/docs/concepts/gateways/), improving their reliability and fixing several bugs.
> [!NOTE]
If you are running [multiple replicas](https://dstack.ai/docs/guides/server-deployment/#can-i-run-multiple-replicas-of-the-dstack-server) of the `dstack` server, ensure all replicas are upgraded promptly. Leaving some replicas on an older version may prevent them from creating or deleting services and could result in minor errors in their logs.
> [!WARNING]
Ensure you update to [0.18.33](https://github.com/dstackai/dstack/releases/tag/0.18.33), which includes critical hot-fixes for important issues.
What's changed
* [`dstack-shim`] Rework resource management by un-def in https://github.com/dstackai/dstack/pull/2093
* [Gateways] Restore `dstack-proxy` state on gateway restarts by jvstme in https://github.com/dstackai/dstack/pull/2119
* [TPU] Support TPU v6e by r4victor in https://github.com/dstackai/dstack/pull/2124
* [UI] Updated `Backend config` Info section by peterschmidt85 in https://github.com/dstackai/dstack/pull/2125
* [UI] It's not possible to manage fleets by olgenn in https://github.com/dstackai/dstack/pull/2126
* [UI] Improvements by olgenn in https://github.com/dstackai/dstack/pull/2127
* [Gateways] Add migration from `state.json` on gateways by jvstme in https://github.com/dstackai/dstack/pull/2128
* [Volumes] Forbid deleting backends with active instances or volumes by r4victor in https://github.com/dstackai/dstack/pull/2131
* [TPU] Fix backward compatibility with new TPUs by r4victor in https://github.com/dstackai/dstack/pull/2138
* Update `gpuhunt` to `0.0.17` by r4victor in https://github.com/dstackai/dstack/pull/2139
* [Docs] Improve docs by r4victor in https://github.com/dstackai/dstack/pull/2135
* [Gateways] Fix certbot process getting stuck in `dstack-proxy` by jvstme in https://github.com/dstackai/dstack/pull/2143
* [Gateways] Run `dstack-proxy` on gateways by jvstme in https://github.com/dstackai/dstack/pull/2136
* [Volumes] Support volumes for TPUs by r4victor in https://github.com/dstackai/dstack/pull/2144
* [Gateways] Optimize `dstack-gateway` installation time by jvstme in https://github.com/dstackai/dstack/pull/2146
* [Gateways] Fix OpenAI endpoint on Kubernetes gateways by jvstme in https://github.com/dstackai/dstack/pull/2147
**Full changelog**: https://github.com/dstackai/dstack/compare/0.18.31...0.18.32