You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main problem appears to be compatibility issues with causal-conv1d. There are two key issues:
Missing Precompiled Wheel: The installer tried to download a precompiled wheel for your specific configuration (Python 3.11 + CUDA 12.4 + torch 2.4.1) but got a 404 error, meaning this specific combination doesn't have a pre-built package.
Would the main problem be Python 3.11 (3.10 better) or PyTorch 2.4.1 (downgrading to 2.3.1)? Assuming CUDA 12.4 is fully backwards compatible with 12.1
pip install torch==2.4.0 helps
The text was updated successfully, but these errors were encountered: