GenossGPT icon indicating copy to clipboard operation
GenossGPT copied to clipboard

Cross with LocalAI

Open mudler opened this issue 1 year ago • 9 comments

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

mudler avatar Aug 09 '23 07:08 mudler

Lets chat ;)

Come to Quivr's Discord to contact ;)

StanGirard avatar Aug 09 '23 15:08 StanGirard

How about including a requirements.txt file to let us know what is actually required to build the project?

NickDeBeenSAE avatar Aug 10 '23 00:08 NickDeBeenSAE

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

mudler avatar Aug 10 '23 07:08 mudler

I was referring to the Poetry parts.

NickDeBeenSAE avatar Aug 11 '23 06:08 NickDeBeenSAE

poetry export -f requirements.txt --output requirements.txt ;)

StanGirard avatar Aug 11 '23 09:08 StanGirard

I'll check this out.

Cheers.

NickDeBeenSAE avatar Aug 12 '23 07:08 NickDeBeenSAE

There's nothing in the .txt file.

NickDeBeenSAE avatar Aug 12 '23 07:08 NickDeBeenSAE

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.

NickDeBeenSAE avatar Aug 12 '23 07:08 NickDeBeenSAE

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.

NickDeBeenSAE avatar Aug 12 '23 07:08 NickDeBeenSAE