File size: 1,311 Bytes
98bb602 |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
# Platform-specific requirements section pip==23.3 wheel onnxruntime; sys_platform == 'darwin' onnxruntime-gpu; sys_platform != 'darwin' # Core dependencies PyYAML torch==2.3.1 tqdm torchvision==0.18.1 torchaudio==2.3.1 faiss-cpu==1.7.3 # Machine learning, NLP and deep learning omegaconf>=2.0.6; sys_platform == 'darwin' fairseq==0.12.2 transformers==4.44.2 scikit-learn einops # Pitch and sound processing pyworld==0.3.4 librosa==0.9.2 pydub>=0.25.1 noisereduce praat-parselmouth soundfile==0.12.1 pedalboard torchcrepe==0.0.23 versatile-audio-upscaler==0.0.2 edge-tts # Data processing and calculation numpy==1.23.5 scipy pandas matplotlib==3.7.2 julius>=0.2 diffq>=0.2 # Implementation and web framework gradio==4.43.0 fastapi==0.112.0 starlette==0.37.2 requests tenacity==5.1.5 pydantic==2.8.2 # Utility section yt-dlp==2023.09.24 ffmpy==0.3.1 ffmpeg-python>=0.2.0 beautifulsoup4 wget # Jupyter notebook section and Colab interface ipywidgets jupyter-client ipython-genutils # Tensorboard and ONNX tensorboard tensorboardX onnx>=1.14 onnx2torch>=1.5 # Cryptography section pycryptodome==3.9.6 # Additional dependencies local-attention numba==0.57.0 # Google Colab Tools git+https://github.com/googlecolab/colabtools.git |