Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Local Inference does not work

Open hu-po opened this issue 1 year ago • 0 comments

Trying to get local inference to work, this is the docker compose command I am running:

docker compose --profile ci --profile inference up --build --attach-dependencies

I have also tried different permutations with the frontend-dev and backend-dev profiles. They also do not work.

It seems like the chat request gets put onto a queue, but the inference worker perhaps never pulls from it? Here is an image:

inference_no_work

hu-po avatar Apr 19 '23 14:04 hu-po