Operate
AI Workload Center
Reference implementation patterns for the workloads that run on GPU platforms — architecture, stack, sizing, and a sample manifest for each.
Training
Distributed foundation-model training
Synchronous data- and model-parallel training across many GPUs, bounded by the collective-communication fabric.
Open pattern TrainingParameter-efficient fine-tuning (LoRA/QLoRA)
Adapt a base model with low-rank adapters — a fraction of the compute and memory of full fine-tuning.
Open pattern