Results 15 comments of Soberia

Same here with Gunicorn 20.0.4 + Uvicorn 0.11.5 worker class on every Ctrl+C ``` INFO: [12621] [gunicorn.error] Handling signal: int INFO: [12635] [gunicorn.error] Error while closing socket [Errno 9] Bad...

![Screenshot 2022-04-21 024404](https://user-images.githubusercontent.com/30440494/164334178-52f45999-357b-46d7-b584-5225710ba45a.png) ![Screenshot 2022-04-21 024457](https://user-images.githubusercontent.com/30440494/164334182-bfcfbb58-7a87-4f2e-9a66-81eaa6557a89.png) This is modified version of `Simple MPC-HC Toolbar` by [MadAkella](https://www.deviantart.com/madakella/art/Simple-MPC-HC-Toolbar-SVG-662484638) and I think it's time for more modern default toolbar. That would be great...

I had three different interfaces with `wg_client` in their names. ( `wg_client`, `wg_client_1`, `wg_client_2`) After temporarily deleting the last two, table ids correctly mapped to the interface names in `/etc/iproute2/rt_tables`....

The spinner will go away if one of the models is named `gpt-3.5-turbo`. However, it's not possible to load more than one model.

![Screenshot 2023-05-16 001755x](https://github.com/go-skynet/LocalAI/assets/30440494/b89ec8ae-33b5-4c36-91e8-b988672e042f) I had same problem when compiling `go-gpt2/libgpt2.a` with Ubuntu and Docker on Proxmox. Enabling AVX and AVX2 CPU flags or using host CPU fixed the issue. Cheers...

> I think you have to change BUILD_TYPE in .env but i'm not sure to what. I tried with `BUILD_TYPE=openblas` before, no luck either.

I commented [if statement in Makefile](https://github.com/go-skynet/LocalAI/blob/05a3d569b00e9661c45df45b3d0e69dc6dcf5a2e/Makefile#L41) to make sure required packages are compiled at the build time. I think this error is not related to the presence of stablediffusion. I...

> a `make GO_TAGS=stablediffusion build` here yields: > > ``` > base ❯ make GO_TAGS=stablediffusion build > [...] > I local-ai build info: > I BUILD_TYPE: > I GO_TAGS: stablediffusion...

> how are you running it in docker-compose? ```bash git clone https://github.com/go-skynet/LocalAI cd LocalAI && docker compose build ```