llm icon indicating copy to clipboard operation
llm copied to clipboard

Remove warning about PyTorch

Open simonw opened this issue 1 year 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

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

simonw avatar Jul 18 '24 23:07 simonw

I'll remove the warning as soon as I have demonstrated llm install llm-sentence-transformers working on a fresh Homebrew installation.

simonw avatar Jul 18 '24 23:07 simonw