etalab-ia / albert

Backend ressources for Albert. Albert is a conversational agent that uses official French data sources to answer administrative agents questions.
MIT License
109 stars 7 forks source link

DockerFile GPT4ALL non présent #12

Closed scenaristeur closed 1 month ago

scenaristeur commented 1 month ago

La doc https://github.com/etalab-ia/albert/blob/main/docs/fr/installation.md#avec-docker fait référence dans la section sans GPU à un DockerFile qui n'existe pas https://github.com/etalab-ia/albert/blob/main/docs/contrib/gpt4all/Dockerfile

dtrckd commented 1 month ago

Le liens vers cette doc semble périmé en effet. Le fichier existe bien ici https://github.com/etalab-ia/albert/tree/main/contrib/gpt4all @bolinocroustibat @leoguillaume

scenaristeur commented 1 month ago

@dtrckd ok, du coup il faut lancer le build avec

docker build --tag albert/llm:latest --build-context pyalbert=./pyalbert --file ./contrib/gpt4all/Dockerfile ./contrib/gpt4all ou docker build --tag albert/llm:latest --build-context pyalbert=./pyalbert --file ./contrib/gpt4all/Dockerfile ./llm

??

bolinocroustibat commented 1 month ago

La doc https://github.com/etalab-ia/albert/blob/main/docs/fr/installation.md#avec-docker fait référence dans la section sans GPU à un DockerFile qui n'existe pas https://github.com/etalab-ia/albert/blob/main/docs/contrib/gpt4all/Dockerfile

Bien vu, c'est corrigé.

dtrckd commented 1 month ago

@scenaristeur l'option une du coup pour gpt4all.

bolinocroustibat commented 1 month ago

A PR is ongoing in order to avoid any confusion in the documentation regarding the docker compose command when using GPT4All.

bolinocroustibat commented 1 month ago

Fixed: https://github.com/etalab-ia/albert/commit/2aa6ff5be2a3118cbe76e7cf25ed90cbeec2f2c7 Thanks @scenaristeur