Quy Ngoc Nguyen
Quy Ngoc Nguyen
> I commented here in err, my mouse cursor was missing on a plain Wayland host without any streaming and I don't know what Sunshine is, but setting `KWIN_FORCE_SW_CURSOR=1` in...
> It's working for me, but it gives me ghosting behind the car when you are on high speed. same behaviour for me on v0.8
this is what I'm using to get around this issue ``` import torch torch.cuda.set_per_process_memory_fraction(1.0, 0) ``` memory allocation now behave likes bare metal Linux, but on WSL2. of course, this...