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

Filter for selecting Trainium Instances #350

Open
GyandeepKalita opened this issue Oct 1, 2024 · 0 comments
Open

Filter for selecting Trainium Instances #350

GyandeepKalita opened this issue Oct 1, 2024 · 0 comments

Comments

@GyandeepKalita
Copy link

GyandeepKalita commented Oct 1, 2024

Hi,

There seems to be no filter in the ec2-instance-selector to select the AWS Trainium Instances. It would be of great help if a filter for this can be included. Maybe some filter for NeuronInfo as in the describe instance types, similar to --inference-accelerator would be fine:

$ aws ec2 describe-instance-types --instance-type="trn1.32xlarge"
      ...
      "NeuronInfo": {
               "NeuronDevices": [
                   {
                       "Count": 16,
                       "Name": "Trainium",
                       "CoreInfo": {
                           "Count": 2,
                           "Version": 2
                       },
                       "MemoryInfo": {
                           "SizeInMiB": 32768
                       }
                   }
               ],
               "TotalNeuronDeviceMemoryInMiB": 524288
           },

Thanks in advance.

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

1 participant