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

Support for Python 3.12 #1473

Open
IgorSusmelj opened this issue Jan 11, 2024 · 1 comment
Open

Support for Python 3.12 #1473

IgorSusmelj opened this issue Jan 11, 2024 · 1 comment

Comments

@IgorSusmelj
Copy link
Contributor

This is just for people curious about why they can't use lightly with Python 3.12

The issue is that lightly uses PyTorch and there is not yet a stable release for Python 3.12. There is experimental support when you manually install the nightly build. You can read up more on that in the corresponding PyTorch issue.

We expect support to be there sometime in Q1 2024.

@guarin
Copy link
Contributor

guarin commented Apr 8, 2024

Python 3.12 is now supported with PyTorch 2.2: pytorch/pytorch#110436 although only as a preview. Most likely everything except torch compile already works.

Before supporting 3.12 officially we should also check if PyTorch Lightning has support: Lightning-AI/litgpt#1210

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

No branches or pull requests

2 participants