llm
llm copied to clipboard
Remove warning about PyTorch
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
Before I update the docs I'll check llm-sentence-transformers installs cleanly on the Homebrew version.
But... that's blocked on Homebrew releasing a new build that includes this fix:
- https://github.com/simonw/llm/issues/531
I'll remove the warning as soon as I have demonstrated llm install llm-sentence-transformers working on a fresh Homebrew installation.