Mitsuami
Mitsuami
@AznamirWoW sorry to ping, but would you mind including a short readme on huggingface about the different variants of the pretrain? would be huge help for people who are testing...
Could be part of the reason for the issues I've noted in https://github.com/IAHispano/Applio/issues/1156 Sadly PortAudio library hasn't seen a release in 5 years and doesn't support neither Pulse nor PipeWire....
Apparently there is a problem that there are 3 hand interaction extensions and none of them is being used universally. https://github.com/WiVRn/WiVRn/issues/238
Tested again with 3.6.0 using --client audio, ROCm 7.1 128ms chunk size and 1.6s extra → unusable 256ms chunk size and 1.6s extra → unusable 384ms chunk size and 1.6s...
No, what I did is: - Git clone tag 3.6.0 - Created the venv - Commented out `torch torchaudio torchvision` from `requirements.txt`. - Installed the matching versions of `torch torchaudio...
https://download.pytorch.org/whl/rocm6.4 is what I was using because this has a matching PyTorch version to what's in requirements.txt With [ROCm 7.1.1](https://github.com/ROCm/ROCm/releases/tag/rocm-7.1.1). As far as I'm aware, PyTorch targeting older ROCm works...
For Wayland this can be done via extensions, only problem is that they're all over the place. - KDE publishes [org_kde_kwin_fake_input](https://wayland.app/protocols/kde-fake-input) for mouse + keyboard, but there's no info about...
The join/spawn crash also affects Windows users, same with the upload/transfer crash. There is a crash however that happens on Proton but not on Windows, it will randomly happen after...
increasing `vm.max_map_count` via sysctl fixed the crash for me