Skip to content

PyTorch 2.10 support / dependency range update? #963

@Boulaouaney

Description

@Boulaouaney

Description of the bug:

Hi,

I noticed that the current PyTorch dependency is defined as torch>=2.4.0,<2.10.0. However, I tested litert-torch locally with torch==2.10.0 and did not encounter any issues.

In my project, I’m trying to use the latest versions of both litert-torch and executorch. The problem is that executorch v1.1.0 depends on torch==2.10.0
This creates a dependency conflict due to the upper bound constraint in litert-torch.

Are there plans to officially support PyTorch 2.10 soon?
If 2.10 is already expected to work, would you consider relaxing the upper version bound?

Thanks for your work on this project.

Actual vs expected behavior:

No response

Any other information you'd like to share?

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions