Daxiongmao87

Results 29 comments of Daxiongmao87

It might have to do with the way they are shut down. An unclean shutdown may not allow them to save any data from ram to disk.

Would it be possible to add this as a compile option or would that make it harder to maintain?

I believe all i need to do is enable NVIDIA_DEBUG=noccs for the gamescope session, but since this is an immutable OS and the devs don't seem to want to include...

Apologies, I meant to type INTEL_DEBUG=noccs, not NVIDIA_DEBUG. Thanks I'll give this a go.

unfortunately those steps you outlined, @atensity , didn't work for me, i'm getting this error: ``` ERROR: Exception in ASGI application Traceback (most recent call last): File "/mnt/das/slow/stable-diffusion/venv/lib/python3.10/site-packages/anyio/streams/memory.py", line 94,...

I guess I should note I'm using bare metal university server 22.04, not WSL, if that helps identify the scope of the issue

> I had the same issue as OP, also running on Linux. I could make it work by: > > - removing the venv directory > - launching `./webui.sh --xformers`,...

Hey @fcnjd thank you for the link. This was in fact the first project I ran into originally, but realized it is actually not for chatgpt, but openAI's gpt3 service...

> Hello, > thanks for pointing me in the right direction here, I didn't mind the difference between GPT-3 and 3.5 previosly. Now I learned a bit more about it....