litgpt icon indicating copy to clipboard operation
litgpt copied to clipboard

Python 3.12

Open rasbt opened this issue 10 months ago • 3 comments

Is there anything that speaks against listing Python 3.12 support on the Readme?

PyPI - Python Version

rasbt avatar Mar 28 '24 19:03 rasbt

I suspect that in the coming PyTorch 2.3, it will be officially supported. References: https://github.com/pytorch/pytorch/issues/110436#issuecomment-1957259894 https://github.com/pytorch/pytorch/issues/120233

awaelchli avatar Mar 28 '24 20:03 awaelchli

Nice, I think in that case we can stay tuned. I wish there was a "snooze" option to hide an issue for like a few months and then get reminded 😅

rasbt avatar Mar 29 '24 01:03 rasbt

my system python is 3.12, I use venv with python 3.11.9. Running 'litgpt pretrain ...", I get the error

RuntimeError: Dynamo is not supported on Python 3.12+

why does it not use the venv python version?

matthijsvk avatar May 17 '24 16:05 matthijsvk