-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cross with LocalAI #26
Comments
Lets chat ;) Come to Quivr's Discord to contact ;) |
How about including a requirements.txt file to let us know what is actually required to build the project? |
It is written in go - however for the python bits the |
I was referring to the Poetry parts. |
|
I'll check this out. Cheers. |
There's nothing in the .txt file. |
poetry add package sentence_transformers grpcio google protobuf The following packages are already present in the pyproject.toml and will be skipped: • sentence_transformers • grpcio • google • protobuf If you want to update it to the latest compatible version, you can use `poetry update package`. If you prefer to upgrade it to the latest available version, you can use `poetry add package@latest`. Using version ^0.1.1 for package Updating dependencies Resolving dependencies... (0.2s) Because genossgpt depends on sentence_transformers (^1.9.1) which doesn't match any versions, version solving failed. |
poetry add package@latest sentence_transformers The following packages are already present in the pyproject.toml and will be skipped: • sentence_transformers If you want to update it to the latest compatible version, you can use `poetry update package`. If you prefer to upgrade it to the latest available version, you can use `poetry add package@latest`. Using version ^0.1.1 for package Updating dependencies Resolving dependencies... (0.0s) Because genossgpt depends on sentence_transformers (^1.10.0) which doesn't match any versions, version solving failed. |
Hi 👋
Just a friendly poke, I've just came across GenossGPT, and looks like it strives to have the same goal of LocalAI (https://github.com/go-skynet/LocalAI) - maybe we can combine efforts and avoid duplication and fragmentation? LocalAI is an entirely community-driven OSS project. I'd be happy to set this up.
Cheers,
Ettore
The text was updated successfully, but these errors were encountered: