jaywalnut310/vits

running vits on Ventura GPU

dnabanita7 opened this issue · 1 comments

I am getting this issue

ImportError: dlopen(/Users/dnabanita7/Downloads/vits/monotonic_align/monotonic_align/core.cpython-310-darwin.so, 0x0002): tried: '/Users/dnabanita7/Downloads/vits/monotonic_align/monotonic_align/core.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/dnabanita7/Downloads/vits/monotonic_align/monotonic_align/core.cpython-310-darwin.so' (no such file), '/Users/dnabanita7/Downloads/vits/monotonic_align/monotonic_align/core.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))

while training the vits model with ljspeech dataset. The only thing, I could find is https://stackoverflow.com/questions/72920577/mach-o-file-but-is-an-incompatible-architecture-have-arm64-need-x86-64 which doesn't makes sense in my situation. Is there a quick fix or work-around? Please, let me know.

It's resolved! looks like, you have to make a directory named monotonic_align inside the monotonic_align directory.