F5-TTS Installation Guide for RTX 5070 on WSL2
Prerequisites Windows with WSL2 installed NVIDIA RTX 5070 GPU NVIDIA drivers installed on Windows host Issue Overview RTX 50-series GPUs use CUDA compute capability sm_120, which requires PyTorch with CUDA 12.8 support. Standard PyTorch installations only support up to sm_90, causing runtime errors. Installation Steps 1. Setup Conda Environment # Install Miniconda (if not already installed) wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh source ~/.bashrc # Create new environment conda create -n f5-tts python=3....