Skip to content

Manual install instructions result in wrong torchaudio version on Linux (Ubuntu 24.04 tested) #1701

@jordosoft

Description

@jordosoft

The manual installation instructions include the following line:

pip install torch==2.10.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu130

On Ubuntu 24.04, this results in torchaudio 2.11.x being installed, which appears to be incompatible with torch 2.10.0. When attempting to generate a video with LTX-2.3, for example, the following exception occurs:

OSError: ~/miniconda3/envs/wan2gp/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio.abi3.so: undefined symbol: torch_dtype_float4_e2m1fn_x2

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