Fish Speech Installation Guide for RTX 5070 on WSL2
Complete installation guide for Fish Speech (OpenAudio) with RTX 50-series GPU support on Windows WSL2. Prerequisites Windows with WSL2 installed NVIDIA RTX 5070 GPU NVIDIA drivers installed on Windows host Miniconda/Anaconda installed Issue Overview RTX 50-series GPUs require PyTorch with CUDA 12.8 support due to their sm_120 compute capability. Standard PyTorch installations cause CUDA kernel errors with newer GPU architectures. Installation Steps 1. Create Conda Environment # Create new environment for Fish Speech conda create -n fish-speech python=3....