-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
type:featureFor feature requestsFor feature requests
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:featureFor feature requestsFor feature requests