litgpt icon indicating copy to clipboard operation
litgpt copied to clipboard

Installing litgpt should not downgrade PyTorch

Open t-vi opened this issue 1 year ago • 0 comments

Bug description

https://github.com/Lightning-AI/litgpt/pull/1796 pins the version to <= 2.4.1, downgrading my PyTorch on pip install. I see that there are compatibility reasons, but to my mind, the cure is a lot worse than the disease. For starters, it will break anyone using anything but the default PyTorch from pip (as in all but one variant from the matrix on the PyTorch get started locally page).

t-vi avatar Nov 06 '24 09:11 t-vi