Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formula to select # of workers an instance can use for a given track #7

Open
tylerwooten opened this issue Jul 8, 2021 · 1 comment

Comments

@tylerwooten
Copy link
Collaborator

Using VCPUs and other system specs, we should be able to calculate how many workers a given instance can use on a given track

@MaikelGit
Copy link
Collaborator

With a query similar to this one we can get the properties of the instance types to make the decision together with the docker image chosen by the user on the system.env file
aws ec2 describe-instance-types --query 'InstanceTypes[?GpuInfo.Gpus!=null].[InstanceType, VCpuInfo.DefaultVCpus, MemoryInfo.SizeInMiB, GpuInfo.Gpus[0].Count, GpuInfo.Gpus[0].Manufacturer, GpuInfo.Gpus[0].MemoryInfo.SizeInMiB, GpuInfo.Gpus[0].Name]' --output text --region us-east-1 | grep NVIDIA | sort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants