Machines
The ways of specifying the machine types are:
- Use cloud specific instance type name. For AWS,
g4dn.xlarge
is an example of 1 GPU with T4 Nvidia GPU with the machine having 8GB of RAM. - Use cloud neutral
#GPU_GPUTYPE_RAM
name.1_T4_8GB
would automatically be translated tog4dn.xlarge
on AWS.
See our machines page for more information regarding available machines and the accepted syntax.