File size: 367 Bytes
f2d53a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# PyTorch and related libraries torch torchvision torchaudio # Hugging Face transformers library transformers # Configuration management with OmegaConf omegaconf # Interactive widgets for Jupyter Notebooks ipywidgets # Gradio for creating web UIs gradio # Vector quantization for PyTorch vector_quantize_pytorch # Hugging Face Hub client huggingface_hub vocos |