llm icon indicating copy to clipboard operation
llm copied to clipboard

Remove warning about PyTorch

Open simonw opened this issue 7 months ago • 2 comments

https://github.com/simonw/llm/blob/d075336c6900768b664277a7ca7c76a79de9a0cf/docs/setup.md#L38-L40

This is no longer true. PyTorch can be installed in Python 3.12 now, even though it isn't fully supported yet according to:

  • https://github.com/pytorch/pytorch/releases/tag/v2.3.0
  • https://github.com/pytorch/pytorch/issues/120233

It sounds like full support is for 3.12 is coming in PyTorch 2.4.

There's another tracking ticket for Python 3.13 support here:

  • https://github.com/pytorch/pytorch/issues/130249

simonw avatar Jul 18 '24 22:07 simonw