daroche

Results 19 comments of daroche

I am also affected. [nmslib](https://github.com/nmslib/nmslib) on latest commit (and modified to request pybind 2.11.1) fails to build due to missing `std::uint16_t`. Applying the above fix allows it to compile without...

Don't mind the message it's only a display, internally it just attempts to match against known nvidia generations, and displays this if there's nothing it knows about. Reference here: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/72a18e66b6317e6c67fde52f00452e9abc271b88/infer-web.py#L72...

@Ecstatify Please keep me updated on this, I am experiencing the exact same issue. I already replaced the entire python runtime, but had no luck with it. Last step is...

Try running with `AMD_LOG_LEVEL=2` (logging can be toggled from levels 1 to 4, with 4 being the most verbose). Edit : ParzivalWolfram, are you using the HSA_OVERRIDE_GFX_VERSION env variable ?...

I'm gonna take a guess here, but you people might be using "outdated" ROCm installations. Mind sharing the distribution and the `rocm-device-libs` package version on you guys 'sytems ?

You're using python 3.11 which fairseq is currently broken on. Unless patch fairseq to fix this, or use a previous python version

For anyone who might attempt to fix this : https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/RVC/inferencer/InferencerManager.py#L37 It's trying to load onnx models as pytorch models, which obviously fails. The .json configs under `model_dir/*/` contain the wrong...

This fortunately remains really rare, and for most runs, no issues are experienced.

#1200 helps to mitigate the this, though the issue remains. I'll update this the next time the issue is encountered, as I've lost the relevant logs (the issue is quite...

Expect a PR to land in the coming weeks then ! The typesystem definition will most likely require some minor fixes in the sibyl code (some return types from their...