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
The manual installation instructions include the following line:
pip install torch==2.10.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu130On 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