I found use case errors with this combination of Linux Mint + AMD + Deiteris RVC. He's what I figured out.
This instead of the Nvidia version posted on the guide. (I misread the directions posted right next to it.)
cat voice-changer-linux-amd64-rocm.tar.gz.* | tar xzf -
And it gave me an error about missing a file called "libstdc++.so.6" I grabbed an existing copy off my OS. I've included it here.
The application eventually launched with out any voices so I grab one from #1175430844685484042 . And it does recognize my GPU, the passthru button plays back my real voice, but it still throws errors.
hitting start gives:
File "voice_changer/VoiceChangerManager.py", line 212, in change_voice
audio, vol, perf = self.vc.on_request(receivedData)
File "torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "voice_changer/VoiceChangerV2.py", line 162, in on_request
result, vol = self.process_audio(audio_in)
File "voice_changer/VoiceChangerV2.py", line 126, in process_audio
audio, vol = self.vcmodel.inference(audio_in)
File "voice_changer/RVC/RVCr2.py", line 220, in inference
raise PipelineNotInitializedException()
Exceptions.PipelineNotInitializedException: 'Pipeline is not initialized.'
2025-08-08 09:21:58,885 ERROR [VoiceChangerManager] 'Pipeline is not initialized.'