GPU types
Hot Aisle VMs run ROCm, not CUDA. The training stack (torch, transformers, TRL) is installed from the ROCm wheel index at boot. Unsloth, bitsandbytes, xformers, and vLLM are CUDA-only and are not available on this provider. Vanilla TRL training (GRPO, SFT, DPO) is fully supported.
Submitting a job
Performance tuning on MI300X
Three acceleration knobs are available as opt-in hyperparameters. All default off — each one helps some workloads and measurably hurts others, so adopt them based on your workload shape (or benchmark both ways):max_steps job both ways and compare veri jobs metrics throughput before committing to a long run.
Cold-start behavior
Hot Aisle VMs boot from a stock image and install the ROCm training stack at boot via cloud-init. The first boot includes:- ROCm driver verification (
rocm-smi) - PyTorch ROCm wheel installation (torch 2.9.1 from the ROCm 6.4 index)
- Training stack install (transformers, accelerate, peft, TRL)
- GPU sanity gate (
SA5_ROCM_OK— torch must see the AMD GPU)
Supported training methods
All managed training methods work on Hot Aisle:grpo, sft_text, dpo, and sft_video_gen. The grpo_agentic method is unavailable on all providers (the agentic engine is being rebuilt). Custom scripts (L3) are NVIDIA-only for now — an AMD submit returns a 400.
Where to go next
All providers
Compare GPUs, billing, and status across providers.
SFT hyperparameters
The full hyperparameter reference, including the tuning knobs above.

