litgpt
litgpt copied to clipboard
Python 3.12
Is there anything that speaks against listing Python 3.12 support on the Readme?
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
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 😅
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?