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

Extra [local] is not specified #1696

Closed
ItsCRC opened this issue Mar 10, 2024 · 3 comments
Closed

Extra [local] is not specified #1696

ItsCRC opened this issue Mar 10, 2024 · 3 comments

Comments

@ItsCRC
Copy link

ItsCRC commented Mar 10, 2024

Followling the documentation for latest release provided here: https://privategpt-preview-6a152c47-279e-4440-9411-1fdfe2846943.docs.buildwithfern.com/installation/getting-started/installation, when I run this command:
poetry install --extras "ui local qdrant"

I get, Extra [local] is not specified

I tried all 3 separately and only ui works. Seems ui is working because it is specified in pyproject.toml [tool.poetry.extras] ui = ["gradio"]

Any suggestion?

@ItsCRC
Copy link
Author

ItsCRC commented Mar 10, 2024

torch installation is missing as well in pyproject.toml

@cfaherty
Copy link

From what I was reading in the 0.4.0 changelog #1663 the "local" extra is now ambiguous between ollama and llamacpp so I'm guessing why local is not an extra because you would load specifically one of those two.

@imartinez
Copy link
Collaborator

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

No branches or pull requests

3 participants