From 0e3020eefe7b8fdc90e8d44a8d1f2260834bdfb5 Mon Sep 17 00:00:00 2001 From: Nico Suter <37929910+nicosuter@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:50:31 +0200 Subject: [PATCH] Update README with A100 GPU availability Added information about A100 GPU options and their capacity. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05bd3e4..0e61c6f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Cluster orchestration for the ETHRC organisation. OpenTofu IaC that provisions a | M | `gpum` | g6e.xlarge | 1× L40S | 48 GB | Core prototyping, LoRA fine-tuning (up to 14B params), heavy inference | | L | `gpul` | g6e.12xlarge | 4× L40S | 192 GB | Distributed training (DDP/FSDP), continuous pre-training, large batch sizes | +We also offer `a100-40, a100-80` for A100 40/80GB, though with limited capacity. + ## Quick start ```bash