allanwakes

Results 9 comments of allanwakes

@hohwille I run into the same problem as yours. You might want to try "docker create volume" and "-v [volume-name]:/u01/app/oracle/oradata/XE" to run your container, for me, it works.

we run into the same error here, when we are using 'DPM++ SDE Karras' as sampler in an api call (txt2img).

@markogeissler Thanks for your guide. I just tried it, no luck...but with more error details compared to previous version (still the same error, my sd release now, is 1.3.2) What...

On a new installation (version 1.3.2, python 3.10.11, ubuntu), I tried it again with below request payload when posting them to sdapi/v1/txt2img: ``` payload = { "enable_hr": True, "hr_scale": 2,...

Here is the link: https://huggingface.co/THUDM/chatglm-6b It'd be great if this model could be supported.

I run into the same error, I tried to run Baichuan2-7B-Chat-4bits alone, and it worked. But with vllm, it went to oom. No WSL, RTX 3060, 12G

> i used > > ``` > query = "select * from tables where col in (:values)" > query_value = {"values": ", ".join(address_list)} > ``` > > which worked on...

> Thanks for reporting this in. > > Are you using the txtai API interface or FastAPI directly? I used FastAPI directly.

Thanks for the direction, now I see a lock is needed when updating index. issue closed.