Catalpa
Catalpa
Same issue here on x86_64 ubuntu 23.10 :( `python_lib = /home/catalpa/miniforge3/envs/a3/lib/libpython3.12.so`
> I can confirm this issue. Strangely, it only seems to happen when a custom `--listen-port` is specified. I will go test it with newer gradio and current one but...
> > I can confirm this issue. Strangely, it only seems to happen when a custom `--listen-port` is specified. > > I will go test it with newer gradio and...
btw theres 64gb swap but looks like its not used.
Also it looks like whenever the model is splite into mutilple bins then stuff just freeze. To me, deepspeed just doesnt wanna use the swap, it takes up all the...
tested with nginx config using `--listen --port 9438 --subpath stable-diffusion` ``` location /stable-diffusion/ { proxy_http_version 1.1; proxy_set_header Accept-Encoding gzip; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP...
> the answer is yes aww, forgot about that part
pull the new gptq for llama
> Thanks. I don't have a triton installation to test, so I'll tag @sgsdxzy and @EyeDeck for review. sure, they just moved modelutils into utils/ i just made it so...
not so sure abt what to put into html_element_blacklist, maybe someone can help