Skip to content

Pytorch version mismatch #2

Description

@KarimJedda

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.

Screenshot from 2023-09-16 12-26-22

Works on both 2060 & 4090, Ubuntu 22.04.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions