-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
llm: migrate to python@3.12
#151467
llm: migrate to python@3.12
#151467
Conversation
|
Signed-off-by: Rui Chen <rui@chenrui.dev> llm: need `python-setuptools` Signed-off-by: Rui Chen <rui@chenrui.dev>
f7e02c4
to
5b121bf
Compare
🤖 An automated task has requested bottles to be published to this PR. |
Unfortunately, upgrading to Python 3.12 means that LLM plugins that depend on PyTorch no longer work: |
Would it make sense to downgrade to Python 3.11 again until PyTorch release their 3.12 update? Plugins are an important piece of LLM. The most recent plugin adds support for the new Jina AI embedding models, but no longer works because it depends on PyTorch: https://simonwillison.net/2023/Oct/26/llm-embed-jina/ |
llm: migrate to
python@3.12