Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.13 support #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Python 3.13 support #6

wants to merge 1 commit into from

Conversation

stotko
Copy link
Member

@stotko stotko commented Nov 12, 2024

Python 3.13 has been released on 2024-10-07 and torch has also started to support it recently. Add this support on our side as well.

@stotko stotko added the added label Nov 12, 2024
@stotko
Copy link
Member Author

stotko commented Nov 12, 2024

Although there exist torch 2.5.1 wheels for Python 3.13, they have some issues that will likely only be resolved with torch 2.6 (pytorch/pytorch#130249):

  • Too old typing_extensions, version >= 4.12 required
  • No CPU-only wheel for Windows

Thus, postponing until upstream support has matured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant