GenossGPT
GenossGPT copied to clipboard
Cross with LocalAI
Hi :wave:
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
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?
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 requirements.txt
is here: https://github.com/go-skynet/LocalAI/blob/master/extra/requirements.txt
I was referring to the Poetry parts.
poetry export -f requirements.txt --output requirements.txt
;)
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.