Create a Google Axion C4A Arm-based virtual machine (VM) on Google Cloud Platform. You’ll use the c4a-standard-4 machine type with 4 vCPUs and 16 GB of memory. This VM will host PyTorch and DeepSpeed training and benchmarking workloads.
For help with Google Cloud Platform setup, see the Learning Path Getting started with Google Cloud Platform .
To create a C4A virtual machine in the Google Cloud console:
C4A, then select c4a-standard-4 for Machine type.
Configuring machine type to C4A in Google Cloud Console
After the instance starts, select SSH next to the VM in the instance list to open a browser-based terminal session.
Connecting to a running C4A VM using SSH
A new browser window opens with a terminal connected to your VM.
Terminal session connected to the VM
You’ve now provisioned a Google Axion C4A Arm VM and connected to it using SSH.
Next, you’ll install PyTorch and DeepSpeed and configure the Python environment for AI training.