Skip to content

PyTorch image_uris for graviton is outdated #5532

@maltelorbach

Description

@maltelorbach

The list of inference_graviton image URIs is out-of-date, making it difficult to deploy models on graviton with the latest PyTorch version.

The SDK says 2.4.0 is latest version:

"inference_graviton": {
"processors": [
"cpu"
],
"version_aliases": {
"1.12": "1.12.1",
"2.0": "2.0.1",
"2.1": "2.1.0",
"2.2": "2.2.1",
"2.3": "2.3.0",
"2.4": "2.4.0"
},

Although 2.6.0 has been available for a year:

Workaround

It's still possible to manually provide the image URI to the ModelBuilder which leads to a working deployment.

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