#RVC WebUI on Intel ARC

9 messages · Page 1 of 1 (latest)

plucky depot
unborn mortar
#

@gaunt night

gaunt night
#

Training models will be interesting

unborn mortar
#

I haven't tried yet but I remember you asking about it so I figured i would tag and let you know. I am going to be trying this and koboldai soon.(if rvc can run on 8gb) very cool stuff

gaunt night
#

Kobold works by default through clblast

#

So yeah

unborn mortar
proven pike
# plucky depot Training and Real Time Infer Works. https://www.technopat.net/sosyal/konu/instal...

hi doing this through WSL with ubuntu 24.04.1 on windows 11, i've run through the steps and it throws this error when i try to do python3.10 infer-web.py:

Traceback (most recent call last):
  File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/infer-web.py", line 8, in <module>
    from infer.modules.vc.modules import VC
  File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/infer/modules/vc/modules.py", line 8, in <module>
    import torch
  File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/.venv/lib/python3.10/site-packages/torch/__init__.py", line 229, in <module>
    from torch._C import *  # noqa: F403
ImportError: /mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/.venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

im pretty naive when it comes to WSL and python, but i've had issues in the past with that from torch._C import * # noqa: F403 line in other ML-related open source projects outside of wsl, so i wonder if this could be related.
the version of python i compiled in specific is 3.10.14 since 3.10 wasn't available directly from the package manager.