Skip to content

Unable to select using --inference-accelerators #413

Closed
@dims

Description

@dims

the following does NOT work:

❯  ec2-instance-selector --vcpus 8 --gpus 0 --memory 16GiB -a x86_64 --inference-accelerators 1
NOTE: The criteria was too narrow and returned no valid instance types. Consider broadening your criteria so that more instance types are returned.

However the following work fine:

❯ ec2-instance-selector --vcpus 8 --gpus 0 --memory 16GiB -a x86_64 --inference-accelerator-manufacturer AWS
inf1.2xlarge
❯ ec2-instance-selector --vcpus 8 --gpus 0 --memory 16GiB -a x86_64 --inference-accelerator-model Inferentia
inf1.2xlarge

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions