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