Skip to content

[Bug] Missing torch 2.3.1 in Python Compatibility Matrix #987

@tejask011

Description

@tejask011

Description

torch==2.3.1 is present in the CUDA compatibility matrix but missing from the Python compatibility matrix. As a result, compatibility validation is bypassed for this version, allowing unsupported Python and CUDA combinations to pass without errors.

Impact

  • Invalid Python versions may be accepted.
  • Unsupported CUDA versions may be accepted.
  • Generated environment scripts can fail during installation.
  • Reduces reliability of compatibility resolution.

Expected Behavior

torch==2.3.1 should undergo the same Python and CUDA compatibility checks as other PyTorch versions.

Proposed Fix

Add the missing torch 2.3.1 entry to the Python compatibility matrix with the correct supported Python and CUDA versions.

Affected Area

  • Compatibility Engine
  • API Layer
  • Script Generation

labels

GSSOC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions