Servus, I followed all the steps and propose a tiny tweak to the Readme.
The regular pip install: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 creates a version mismatch between torch & torchaudio (on a brand new VM, configured from scratch).
RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 11.8 whereas TorchAudio has CUDA version 11.7. Please install the TorchAudio version that matches your PyTorch version.
I recommend pinning the versions to fix the issue (if it appears): pip install torch==2.0.1+cu118 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
Source/inspiration.
Code works amazingly well, kudos 👍
I tried the German version and that works very well too (had to mute the logs). You have done something great here Kolja! GG.

Works on both 2060 & 4090, Ubuntu 22.04.
Servus, I followed all the steps and propose a tiny tweak to the Readme.
The regular pip install:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118creates a version mismatch between torch & torchaudio (on a brand new VM, configured from scratch).I recommend pinning the versions to fix the issue (if it appears):
pip install torch==2.0.1+cu118 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118Source/inspiration.
Code works amazingly well, kudos 👍
I tried the German version and that works very well too (had to mute the logs). You have done something great here Kolja! GG.
Works on both 2060 & 4090, Ubuntu 22.04.