Compute Node and GPU

I’ve recently begun developing models which rely more heavily on the GPU and I’d like to have them integrated into the compute node so that they’ll run automatically each week.

Is there any way to get an instance on the aws/terraform network which includes GPU support?

1 Like

Check out AWS EC2 instances such as the P3, G3, P4 and G4 series. You should also take a look at the machines and services provided by Google Cloud Platform, they are really strong in the Machine Learning space and provide a lot of free credits.

thank you @rtachinardi, however are these instances able to be used with the numerai compute node setup? I thought, when using the numerai-cli tool we only had a small list of options, of which mem-lg being the most robust, but no GPU support. Is there a way to configure with one of the other options you mention when configuring a node?

numerai node -m [MODEL NAME] -s config -s mem-lg