Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warning about PyTorch #538

Open
simonw opened this issue Jul 18, 2024 · 2 comments
Open

Remove warning about PyTorch #538

simonw opened this issue Jul 18, 2024 · 2 comments
Labels
blocked documentation Improvements or additions to documentation

Comments

@simonw
Copy link
Owner

simonw commented Jul 18, 2024

llm/docs/setup.md

Lines 38 to 40 in d075336

## A note about Homebrew and PyTorch
The version of LLM packaged for Homebrew currently uses Python 3.12. The PyTorch project do not yet have a stable release of PyTorch for that version of Python.

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

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:

@simonw simonw added the documentation Improvements or additions to documentation label Jul 18, 2024
@simonw
Copy link
Owner Author

simonw commented Jul 18, 2024

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:

@simonw simonw added the blocked label Jul 18, 2024
@simonw
Copy link
Owner Author

simonw commented Jul 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant