{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"machine_shape": "hm",
"gpuType": "T4",
"authorship_tag": "ABX9TyN0+koRSo40PzlqWvbYetyv",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
""
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "LcqTi7OKxQge",
"outputId": "4e019f41-aac9-4533-ccef-bbf89e277fcd"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Cloning into 'xtts'...\n",
"remote: Enumerating objects: 376, done.\u001b[K\n",
"remote: Counting objects: 100% (372/372), done.\u001b[K\n",
"remote: Compressing objects: 100% (362/362), done.\u001b[K\n",
"remote: Total 376 (delta 209), reused 0 (delta 0), pack-reused 4\u001b[K\n",
"Receiving objects: 100% (376/376), 692.03 KiB | 3.76 MiB/s, done.\n",
"Resolving deltas: 100% (209/209), done.\n",
"Filtering content: 100% (2/2), 28.81 MiB | 5.39 MiB/s, done.\n"
]
}
],
"source": [
"!git clone https://huggingface.co/spaces/coqui/xtts"
]
},
{
"cell_type": "code",
"source": [
"cd xtts"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "k6zSx_tmxSYF",
"outputId": "d1743ea0-95a7-4ea4-f773-4629727801ec"
},
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"/content/xtts\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"pip install -r requirements.txt"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"id": "KLVE5VYsxx3I",
"outputId": "54fc0077-a37e-4d17-ecbb-dbfb9c991b0c"
},
"execution_count": 3,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Ignoring numpy: markers 'python_version > \"3.10\"' don't match your environment\n",
"Ignoring numba: markers 'python_version < \"3.9\"' don't match your environment\n",
"Collecting git+https://github.com/coqui-ai/tts.git@v0.19.1 (from -r requirements.txt (line 57))\n",
" Cloning https://github.com/coqui-ai/tts.git (to revision v0.19.1) to /tmp/pip-req-build-f5y_2n_u\n",
" Running command git clone --filter=blob:none --quiet https://github.com/coqui-ai/tts.git /tmp/pip-req-build-f5y_2n_u\n",
" Resolved https://github.com/coqui-ai/tts.git to commit 6fef4f9067c0647258e0cd1d2998716565f59330\n",
" Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n",
" Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting torch==2.0.1 (from -r requirements.txt (line 2))\n",
" Downloading torch-2.0.1-cp310-cp310-manylinux1_x86_64.whl (619.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m619.9/619.9 MB\u001b[0m \u001b[31m2.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting torchvision==0.15.2 (from -r requirements.txt (line 3))\n",
" Downloading torchvision-0.15.2-cp310-cp310-manylinux1_x86_64.whl (6.0 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.0/6.0 MB\u001b[0m \u001b[31m107.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting torchaudio==2.0.2 (from -r requirements.txt (line 4))\n",
" Downloading torchaudio-2.0.2-cp310-cp310-manylinux1_x86_64.whl (4.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.4/4.4 MB\u001b[0m \u001b[31m53.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting numpy==1.22.0 (from -r requirements.txt (line 5))\n",
" Downloading numpy-1.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m16.8/16.8 MB\u001b[0m \u001b[31m94.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting cython==0.29.30 (from -r requirements.txt (line 7))\n",
" Downloading Cython-0.29.30-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.9/1.9 MB\u001b[0m \u001b[31m89.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: scipy>=1.11.2 in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 8)) (1.11.3)\n",
"Requirement already satisfied: soundfile==0.12.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 9)) (0.12.1)\n",
"Requirement already satisfied: librosa==0.10.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 10)) (0.10.1)\n",
"Collecting scikit-learn==1.3.0 (from -r requirements.txt (line 11))\n",
" Downloading scikit_learn-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.8/10.8 MB\u001b[0m \u001b[31m121.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting numba==0.57.0 (from -r requirements.txt (line 13))\n",
" Downloading numba-0.57.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.6/3.6 MB\u001b[0m \u001b[31m115.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting inflect==5.6.* (from -r requirements.txt (line 14))\n",
" Downloading inflect-5.6.2-py3-none-any.whl (33 kB)\n",
"Collecting tqdm==4.64.* (from -r requirements.txt (line 15))\n",
" Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m78.5/78.5 kB\u001b[0m \u001b[31m9.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting anyascii==0.3.* (from -r requirements.txt (line 16))\n",
" Downloading anyascii-0.3.2-py3-none-any.whl (289 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m289.9/289.9 kB\u001b[0m \u001b[31m33.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: pyyaml==6.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 17)) (6.0.1)\n",
"Requirement already satisfied: fsspec==2023.6.0 in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 18)) (2023.6.0)\n",
"Requirement already satisfied: aiohttp==3.8.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 19)) (3.8.6)\n",
"Collecting packaging==23.1 (from -r requirements.txt (line 20))\n",
" Downloading packaging-23.1-py3-none-any.whl (48 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m48.9/48.9 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: flask==2.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 22)) (2.2.5)\n",
"Collecting pysbd==0.3.4 (from -r requirements.txt (line 24))\n",
" Downloading pysbd-0.3.4-py3-none-any.whl (71 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m71.1/71.1 kB\u001b[0m \u001b[31m8.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting umap-learn==0.5.* (from -r requirements.txt (line 26))\n",
" Downloading umap-learn-0.5.4.tar.gz (90 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m90.8/90.8 kB\u001b[0m \u001b[31m10.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: pandas<2.0,>=1.4 in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 27)) (1.5.3)\n",
"Requirement already satisfied: matplotlib==3.7.* in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 29)) (3.7.1)\n",
"Collecting trainer (from -r requirements.txt (line 31))\n",
" Downloading trainer-0.0.31-py3-none-any.whl (50 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m50.6/50.6 kB\u001b[0m \u001b[31m6.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting coqpit>=0.0.16 (from -r requirements.txt (line 33))\n",
" Downloading coqpit-0.0.17-py3-none-any.whl (13 kB)\n",
"Requirement already satisfied: jieba in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 35)) (0.42.1)\n",
"Collecting pypinyin==0.47.1 (from -r requirements.txt (line 36))\n",
" Downloading pypinyin-0.47.1-py2.py3-none-any.whl (1.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m79.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting gruut[de,es,fr]==2.2.3 (from -r requirements.txt (line 38))\n",
" Downloading gruut-2.2.3.tar.gz (73 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m73.5/73.5 kB\u001b[0m \u001b[31m10.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting jamo (from -r requirements.txt (line 40))\n",
" Downloading jamo-0.4.1-py3-none-any.whl (9.5 kB)\n",
"Requirement already satisfied: nltk in /usr/local/lib/python3.10/dist-packages (from -r requirements.txt (line 41)) (3.8.1)\n",
"Collecting g2pkk>=0.1.1 (from -r requirements.txt (line 42))\n",
" Downloading g2pkk-0.1.2-py3-none-any.whl (25 kB)\n",
"Collecting bangla (from -r requirements.txt (line 44))\n",
" Downloading bangla-0.0.2-py2.py3-none-any.whl (6.2 kB)\n",
"Collecting bnnumerizer (from -r requirements.txt (line 45))\n",
" Downloading bnnumerizer-0.0.2.tar.gz (4.7 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting bnunicodenormalizer (from -r requirements.txt (line 46))\n",
" Downloading bnunicodenormalizer-0.1.6.tar.gz (39 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting k_diffusion (from -r requirements.txt (line 48))\n",
" Downloading k_diffusion-0.1.1-py3-none-any.whl (33 kB)\n",
"Collecting einops==0.6.* (from -r requirements.txt (line 49))\n",
" Downloading einops-0.6.1-py3-none-any.whl (42 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m42.2/42.2 kB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting transformers==4.33.* (from -r requirements.txt (line 50))\n",
" Downloading transformers-4.33.3-py3-none-any.whl (7.6 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.6/7.6 MB\u001b[0m \u001b[31m125.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting encodec==0.1.* (from -r requirements.txt (line 52))\n",
" Downloading encodec-0.1.1.tar.gz (3.7 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.7/3.7 MB\u001b[0m \u001b[31m118.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting unidecode==1.3.* (from -r requirements.txt (line 54))\n",
" Downloading Unidecode-1.3.7-py3-none-any.whl (235 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m235.5/235.5 kB\u001b[0m \u001b[31m28.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting langid (from -r requirements.txt (line 55))\n",
" Downloading langid-1.1.6.tar.gz (1.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.9/1.9 MB\u001b[0m \u001b[31m99.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting deepspeed==0.8.3 (from -r requirements.txt (line 58))\n",
" Downloading deepspeed-0.8.3.tar.gz (765 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m765.4/765.4 kB\u001b[0m \u001b[31m68.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting pydub (from -r requirements.txt (line 59))\n",
" Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)\n",
"Collecting cutlet (from -r requirements.txt (line 60))\n",
" Downloading cutlet-0.3.0.tar.gz (409 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m410.0/410.0 kB\u001b[0m \u001b[31m39.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n",
" Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting mecab-python3==1.0.6 (from -r requirements.txt (line 61))\n",
" Downloading mecab_python3-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (581 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m581.6/581.6 kB\u001b[0m \u001b[31m44.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting unidic-lite==1.0.8 (from -r requirements.txt (line 62))\n",
" Downloading unidic-lite-1.0.8.tar.gz (47.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m47.4/47.4 MB\u001b[0m \u001b[31m38.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch==2.0.1->-r requirements.txt (line 2)) (3.12.4)\n",
"Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch==2.0.1->-r requirements.txt (line 2)) (4.5.0)\n",
"Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch==2.0.1->-r requirements.txt (line 2)) (1.12)\n",
"Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch==2.0.1->-r requirements.txt (line 2)) (3.2)\n",
"Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch==2.0.1->-r requirements.txt (line 2)) (3.1.2)\n",
"Collecting nvidia-cuda-nvrtc-cu11==11.7.99 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m21.0/21.0 MB\u001b[0m \u001b[31m83.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cuda-runtime-cu11==11.7.99 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m849.3/849.3 kB\u001b[0m \u001b[31m72.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cuda-cupti-cu11==11.7.101 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m11.8/11.8 MB\u001b[0m \u001b[31m115.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cudnn-cu11==8.5.0.96 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m557.1/557.1 MB\u001b[0m \u001b[31m2.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cublas-cu11==11.10.3.66 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m317.1/317.1 MB\u001b[0m \u001b[31m3.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cufft-cu11==10.9.0.58 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m168.4/168.4 MB\u001b[0m \u001b[31m10.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-curand-cu11==10.2.10.91 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m54.6/54.6 MB\u001b[0m \u001b[31m33.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cusolver-cu11==11.4.0.1 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m102.6/102.6 MB\u001b[0m \u001b[31m10.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-cusparse-cu11==11.7.4.91 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m173.2/173.2 MB\u001b[0m \u001b[31m5.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-nccl-cu11==2.14.3 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m177.1/177.1 MB\u001b[0m \u001b[31m4.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting nvidia-nvtx-cu11==11.7.91 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m98.6/98.6 kB\u001b[0m \u001b[31m13.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting triton==2.0.0 (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m63.3/63.3 MB\u001b[0m \u001b[31m28.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from torchvision==0.15.2->-r requirements.txt (line 3)) (2.31.0)\n",
"Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from torchvision==0.15.2->-r requirements.txt (line 3)) (9.4.0)\n",
"Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.10/dist-packages (from soundfile==0.12.*->-r requirements.txt (line 9)) (1.16.0)\n",
"Requirement already satisfied: audioread>=2.1.9 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (3.0.1)\n",
"INFO: pip is looking at multiple versions of librosa to determine which version is compatible with other requirements. This could take a while.\n",
"Collecting librosa==0.10.* (from -r requirements.txt (line 10))\n",
" Downloading librosa-0.10.0.post2-py3-none-any.whl (253 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m253.0/253.0 kB\u001b[0m \u001b[31m27.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading librosa-0.10.0.post1-py3-none-any.whl (252 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m253.0/253.0 kB\u001b[0m \u001b[31m32.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading librosa-0.10.0-py3-none-any.whl (252 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m252.9/252.9 kB\u001b[0m \u001b[31m32.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: joblib>=0.14 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (1.3.2)\n",
"Requirement already satisfied: decorator>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (4.4.2)\n",
"Requirement already satisfied: pooch>=1.0 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (1.8.0)\n",
"Requirement already satisfied: soxr>=0.3.2 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (0.3.7)\n",
"Requirement already satisfied: lazy-loader>=0.1 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (0.3)\n",
"Requirement already satisfied: msgpack>=1.0 in /usr/local/lib/python3.10/dist-packages (from librosa==0.10.*->-r requirements.txt (line 10)) (1.0.7)\n",
"Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn==1.3.0->-r requirements.txt (line 11)) (3.2.0)\n",
"Collecting llvmlite<0.41,>=0.40.0dev0 (from numba==0.57.0->-r requirements.txt (line 13))\n",
" Downloading llvmlite-0.40.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m42.1/42.1 MB\u001b[0m \u001b[31m41.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (23.1.0)\n",
"Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (3.3.1)\n",
"Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (6.0.4)\n",
"Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (4.0.3)\n",
"Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (1.9.2)\n",
"Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (1.4.0)\n",
"Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp==3.8.*->-r requirements.txt (line 19)) (1.3.1)\n",
"Requirement already satisfied: Werkzeug>=2.2.2 in /usr/local/lib/python3.10/dist-packages (from flask==2.*->-r requirements.txt (line 22)) (3.0.1)\n",
"Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.10/dist-packages (from flask==2.*->-r requirements.txt (line 22)) (2.1.2)\n",
"Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.10/dist-packages (from flask==2.*->-r requirements.txt (line 22)) (8.1.7)\n",
"Collecting pynndescent>=0.5 (from umap-learn==0.5.*->-r requirements.txt (line 26))\n",
" Downloading pynndescent-0.5.10.tar.gz (1.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.1/1.1 MB\u001b[0m \u001b[31m85.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: tbb>=2019.0 in /usr/local/lib/python3.10/dist-packages (from umap-learn==0.5.*->-r requirements.txt (line 26)) (2021.10.0)\n",
"Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (1.1.1)\n",
"Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (0.12.1)\n",
"Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (4.43.1)\n",
"Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (1.4.5)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (3.1.1)\n",
"Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib==3.7.*->-r requirements.txt (line 29)) (2.8.2)\n",
"Requirement already satisfied: Babel<3.0.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38)) (2.13.1)\n",
"Collecting dateparser~=1.1.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading dateparser-1.1.8-py2.py3-none-any.whl (293 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m293.8/293.8 kB\u001b[0m \u001b[31m36.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting gruut-ipa<1.0,>=0.12.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading gruut-ipa-0.13.0.tar.gz (101 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m101.6/101.6 kB\u001b[0m \u001b[31m14.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting gruut_lang_en~=2.0.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading gruut_lang_en-2.0.0.tar.gz (15.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m15.2/15.2 MB\u001b[0m \u001b[31m89.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting jsonlines~=1.2.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading jsonlines-1.2.0-py2.py3-none-any.whl (7.6 kB)\n",
"Collecting networkx (from torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m96.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting num2words<1.0.0,>=0.5.10 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading num2words-0.5.13-py3-none-any.whl (143 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m143.3/143.3 kB\u001b[0m \u001b[31m21.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting python-crfsuite~=0.9.7 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading python_crfsuite-0.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (993 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m993.5/993.5 kB\u001b[0m \u001b[31m73.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting gruut_lang_de~=2.0.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading gruut_lang_de-2.0.0.tar.gz (18.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m18.1/18.1 MB\u001b[0m \u001b[31m30.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting gruut_lang_es~=2.0.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading gruut_lang_es-2.0.0.tar.gz (31.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m31.4/31.4 MB\u001b[0m \u001b[31m66.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting gruut_lang_fr~=2.0.0 (from gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading gruut_lang_fr-2.0.2.tar.gz (10.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.9/10.9 MB\u001b[0m \u001b[31m69.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting huggingface-hub<1.0,>=0.15.1 (from transformers==4.33.*->-r requirements.txt (line 50))\n",
" Downloading huggingface_hub-0.18.0-py3-none-any.whl (301 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m302.0/302.0 kB\u001b[0m \u001b[31m32.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.10/dist-packages (from transformers==4.33.*->-r requirements.txt (line 50)) (2023.6.3)\n",
"Collecting tokenizers!=0.11.3,<0.14,>=0.11.1 (from transformers==4.33.*->-r requirements.txt (line 50))\n",
" Downloading tokenizers-0.13.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.8/7.8 MB\u001b[0m \u001b[31m54.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting safetensors>=0.3.1 (from transformers==4.33.*->-r requirements.txt (line 50))\n",
" Downloading safetensors-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m80.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting hjson (from deepspeed==0.8.3->-r requirements.txt (line 58))\n",
" Downloading hjson-3.1.0-py3-none-any.whl (54 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m54.0/54.0 kB\u001b[0m \u001b[31m7.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting ninja (from deepspeed==0.8.3->-r requirements.txt (line 58))\n",
" Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m307.2/307.2 kB\u001b[0m \u001b[31m34.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from deepspeed==0.8.3->-r requirements.txt (line 58)) (5.9.5)\n",
"Requirement already satisfied: py-cpuinfo in /usr/local/lib/python3.10/dist-packages (from deepspeed==0.8.3->-r requirements.txt (line 58)) (9.0.0)\n",
"Requirement already satisfied: pydantic in /usr/local/lib/python3.10/dist-packages (from deepspeed==0.8.3->-r requirements.txt (line 58)) (1.10.13)\n",
"Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from nvidia-cublas-cu11==11.10.3.66->torch==2.0.1->-r requirements.txt (line 2)) (67.7.2)\n",
"Requirement already satisfied: wheel in /usr/local/lib/python3.10/dist-packages (from nvidia-cublas-cu11==11.10.3.66->torch==2.0.1->-r requirements.txt (line 2)) (0.41.2)\n",
"Requirement already satisfied: cmake in /usr/local/lib/python3.10/dist-packages (from triton==2.0.0->torch==2.0.1->-r requirements.txt (line 2)) (3.27.7)\n",
"Collecting lit (from triton==2.0.0->torch==2.0.1->-r requirements.txt (line 2))\n",
" Downloading lit-17.0.4.tar.gz (153 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m153.1/153.1 kB\u001b[0m \u001b[31m20.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n",
" Installing backend dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas<2.0,>=1.4->-r requirements.txt (line 27)) (2023.3.post1)\n",
"Requirement already satisfied: tensorboard in /usr/local/lib/python3.10/dist-packages (from trainer->-r requirements.txt (line 31)) (2.14.1)\n",
"Collecting accelerate (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading accelerate-0.24.1-py3-none-any.whl (261 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m261.4/261.4 kB\u001b[0m \u001b[31m30.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting clean-fid (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading clean_fid-0.1.35-py3-none-any.whl (26 kB)\n",
"Collecting clip-anytorch (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading clip_anytorch-2.5.2-py3-none-any.whl (1.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m81.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting dctorch (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading dctorch-0.1.2-py3-none-any.whl (2.3 kB)\n",
"Collecting jsonmerge (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading jsonmerge-1.9.2-py3-none-any.whl (19 kB)\n",
"Collecting kornia (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading kornia-0.7.0-py2.py3-none-any.whl (705 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m705.7/705.7 kB\u001b[0m \u001b[31m58.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: scikit-image in /usr/local/lib/python3.10/dist-packages (from k_diffusion->-r requirements.txt (line 48)) (0.19.3)\n",
"Collecting torchdiffeq (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)\n",
"Collecting torchsde (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading torchsde-0.2.6-py3-none-any.whl (61 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.2/61.2 kB\u001b[0m \u001b[31m8.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting wandb (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading wandb-0.15.12-py3-none-any.whl (2.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.1/2.1 MB\u001b[0m \u001b[31m101.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting jaconv (from cutlet->-r requirements.txt (line 60))\n",
" Downloading jaconv-0.3.4.tar.gz (16 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting fugashi (from cutlet->-r requirements.txt (line 60))\n",
" Downloading fugashi-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (600 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m600.9/600.9 kB\u001b[0m \u001b[31m54.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting mojimoji (from cutlet->-r requirements.txt (line 60))\n",
" Downloading mojimoji-0.0.12.tar.gz (43 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.2/43.2 kB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Installing build dependencies ... \u001b[?25l\u001b[?25hdone\n",
" Getting requirements to build wheel ... \u001b[?25l\u001b[?25hdone\n",
" Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.0->soundfile==0.12.*->-r requirements.txt (line 9)) (2.21)\n",
"Requirement already satisfied: tzlocal in /usr/local/lib/python3.10/dist-packages (from dateparser~=1.1.0->gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38)) (5.2)\n",
"Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch==2.0.1->-r requirements.txt (line 2)) (2.1.3)\n",
"Requirement already satisfied: six in /usr/local/lib/python3.10/dist-packages (from jsonlines~=1.2.0->gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38)) (1.16.0)\n",
"Collecting docopt>=0.6.2 (from num2words<1.0.0,>=0.5.10->gruut[de,es,fr]==2.2.3->-r requirements.txt (line 38))\n",
" Downloading docopt-0.6.2.tar.gz (25 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: platformdirs>=2.5.0 in /usr/local/lib/python3.10/dist-packages (from pooch>=1.0->librosa==0.10.*->-r requirements.txt (line 10)) (3.11.0)\n",
"Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.15.2->-r requirements.txt (line 3)) (3.4)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.15.2->-r requirements.txt (line 3)) (2.0.7)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.15.2->-r requirements.txt (line 3)) (2023.7.22)\n",
"Collecting ftfy (from clip-anytorch->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading ftfy-6.1.1-py3-none-any.whl (53 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m53.1/53.1 kB\u001b[0m \u001b[31m7.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hINFO: pip is looking at multiple versions of dctorch to determine which version is compatible with other requirements. This could take a while.\n",
"Collecting dctorch (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading dctorch-0.1.1-py3-none-any.whl (2.3 kB)\n",
" Downloading dctorch-0.1.0-py3-none-any.whl (2.3 kB)\n",
"Collecting clip-anytorch (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading clip_anytorch-2.5.1-py3-none-any.whl (1.4 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m80.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting clean-fid (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading clean_fid-0.1.34-py3-none-any.whl (26 kB)\n",
"Collecting requests (from torchvision==0.15.2->-r requirements.txt (line 3))\n",
" Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.2/61.2 kB\u001b[0m \u001b[31m7.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting chardet<5,>=3.0.2 (from requests->torchvision==0.15.2->-r requirements.txt (line 3))\n",
" Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m178.7/178.7 kB\u001b[0m \u001b[31m22.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.8.*->-r requirements.txt (line 19))\n",
" Downloading idna-2.10-py2.py3-none-any.whl (58 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.8/58.8 kB\u001b[0m \u001b[31m7.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting urllib3<1.27,>=1.21.1 (from requests->torchvision==0.15.2->-r requirements.txt (line 3))\n",
" Downloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m143.8/143.8 kB\u001b[0m \u001b[31m16.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hINFO: pip is looking at multiple versions of dctorch to determine which version is compatible with other requirements. This could take a while.\n",
"Collecting clean-fid (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading clean_fid-0.1.33-py3-none-any.whl (25 kB)\n",
" Downloading clean_fid-0.1.32-py3-none-any.whl (26 kB)\n",
"INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.\n",
" Downloading clean_fid-0.1.31-py3-none-any.whl (24 kB)\n",
" Downloading clean_fid-0.1.30-py3-none-any.whl (24 kB)\n",
" Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)\n",
" Downloading clean_fid-0.1.28-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.26-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.25-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.24-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.23-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.22-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.21-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.19-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.18-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.17-py3-none-any.whl (23 kB)\n",
" Downloading clean_fid-0.1.16-py3-none-any.whl (22 kB)\n",
" Downloading clean_fid-0.1.15-py3-none-any.whl (22 kB)\n",
" Downloading clean_fid-0.1.14-py3-none-any.whl (22 kB)\n",
" Downloading clean_fid-0.1.13-py3-none-any.whl (19 kB)\n",
" Downloading clean_fid-0.1.12-py3-none-any.whl (19 kB)\n",
" Downloading clean_fid-0.1.11-py3-none-any.whl (19 kB)\n",
" Downloading clean_fid-0.1.10-py3-none-any.whl (16 kB)\n",
" Downloading clean_fid-0.1.9-py3-none-any.whl (15 kB)\n",
" Downloading clean_fid-0.1.8-py3-none-any.whl (16 kB)\n",
" Downloading clean_fid-0.1.6-py3-none-any.whl (15 kB)\n",
"Collecting accelerate (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading accelerate-0.24.0-py3-none-any.whl (260 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m261.0/261.0 kB\u001b[0m \u001b[31m31.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.23.0-py3-none-any.whl (258 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m258.1/258.1 kB\u001b[0m \u001b[31m30.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.22.0-py3-none-any.whl (251 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m251.2/251.2 kB\u001b[0m \u001b[31m30.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.21.0-py3-none-any.whl (244 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m244.2/244.2 kB\u001b[0m \u001b[31m30.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.20.3-py3-none-any.whl (227 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m227.6/227.6 kB\u001b[0m \u001b[31m29.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.20.2-py3-none-any.whl (227 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m227.5/227.5 kB\u001b[0m \u001b[31m31.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.20.1-py3-none-any.whl (227 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m227.5/227.5 kB\u001b[0m \u001b[31m29.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.20.0-py3-none-any.whl (227 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m227.4/227.4 kB\u001b[0m \u001b[31m29.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.19.0-py3-none-any.whl (219 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m219.1/219.1 kB\u001b[0m \u001b[31m26.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.18.0-py3-none-any.whl (215 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m215.3/215.3 kB\u001b[0m \u001b[31m28.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.17.1-py3-none-any.whl (212 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m212.8/212.8 kB\u001b[0m \u001b[31m28.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.17.0-py3-none-any.whl (212 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m212.8/212.8 kB\u001b[0m \u001b[31m24.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.16.0-py3-none-any.whl (199 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m199.7/199.7 kB\u001b[0m \u001b[31m25.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.15.0-py3-none-any.whl (191 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m191.5/191.5 kB\u001b[0m \u001b[31m24.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.14.0-py3-none-any.whl (175 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m176.0/176.0 kB\u001b[0m \u001b[31m21.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.13.2-py3-none-any.whl (148 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m148.8/148.8 kB\u001b[0m \u001b[31m20.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.13.1-py3-none-any.whl (148 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m148.8/148.8 kB\u001b[0m \u001b[31m18.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.13.0-py3-none-any.whl (148 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m148.8/148.8 kB\u001b[0m \u001b[31m17.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.12.0-py3-none-any.whl (143 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m144.0/144.0 kB\u001b[0m \u001b[31m20.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.11.0-py3-none-any.whl (123 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m123.1/123.1 kB\u001b[0m \u001b[31m18.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.10.0-py3-none-any.whl (117 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m117.1/117.1 kB\u001b[0m \u001b[31m15.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.9.0-py3-none-any.whl (106 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m106.8/106.8 kB\u001b[0m \u001b[31m15.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.8.0-py3-none-any.whl (114 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m114.5/114.5 kB\u001b[0m \u001b[31m12.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.7.1-py3-none-any.whl (79 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.9/79.9 kB\u001b[0m \u001b[31m10.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.7.0-py3-none-any.whl (79 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m79.8/79.8 kB\u001b[0m \u001b[31m11.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.6.2-py3-none-any.whl (65 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m65.9/65.9 kB\u001b[0m \u001b[31m8.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.6.1-py3-none-any.whl (65 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m65.9/65.9 kB\u001b[0m \u001b[31m7.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.6.0-py3-none-any.whl (65 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m65.8/65.8 kB\u001b[0m \u001b[31m9.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.5.1-py3-none-any.whl (58 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.0/58.0 kB\u001b[0m \u001b[31m7.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.5.0-py3-none-any.whl (57 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.0/58.0 kB\u001b[0m \u001b[31m7.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading accelerate-0.4.0-py3-none-any.whl (55 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m55.3/55.3 kB\u001b[0m \u001b[31m7.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting soxr>=0.3.2 (from librosa==0.10.*->-r requirements.txt (line 10))\n",
" Downloading soxr-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m84.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading soxr-0.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m84.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading soxr-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m68.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading soxr-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m74.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading soxr-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m77.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading soxr-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m86.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting pynndescent>=0.5 (from umap-learn==0.5.*->-r requirements.txt (line 26))\n",
" Downloading pynndescent-0.5.9.tar.gz (1.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.1/1.1 MB\u001b[0m \u001b[31m87.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting contourpy>=1.0.1 (from matplotlib==3.7.*->-r requirements.txt (line 29))\n",
" Downloading contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m310.7/310.7 kB\u001b[0m \u001b[31m35.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m301.7/301.7 kB\u001b[0m \u001b[31m33.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m300.7/300.7 kB\u001b[0m \u001b[31m25.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m300.3/300.3 kB\u001b[0m \u001b[31m28.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m296.1/296.1 kB\u001b[0m \u001b[31m32.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (295 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m295.9/295.9 kB\u001b[0m \u001b[31m32.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m285.6/285.6 kB\u001b[0m \u001b[31m14.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m273.0/273.0 kB\u001b[0m \u001b[31m31.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (270 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m270.0/270.0 kB\u001b[0m \u001b[31m31.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Downloading contourpy-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (269 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m269.1/269.1 kB\u001b[0m \u001b[31m29.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting langid (from -r requirements.txt (line 55))\n",
" Downloading langid-1.1.5.tar.gz (1.9 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.9/1.9 MB\u001b[0m \u001b[31m92.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25h Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting k_diffusion (from -r requirements.txt (line 48))\n",
" Downloading k_diffusion-0.1.0-py3-none-any.whl (33 kB)\n",
"Collecting rotary-embedding-torch (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading rotary_embedding_torch-0.3.5-py3-none-any.whl (5.1 kB)\n",
"Collecting k_diffusion (from -r requirements.txt (line 48))\n",
" Downloading k_diffusion-0.0.16-py3-none-any.whl (25 kB)\n",
"Collecting resize-right (from k_diffusion->-r requirements.txt (line 48))\n",
" Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)\n",
"Requirement already satisfied: jsonschema>2.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonmerge->k_diffusion->-r requirements.txt (line 48)) (4.19.1)\n",
"Requirement already satisfied: imageio>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from scikit-image->k_diffusion->-r requirements.txt (line 48)) (2.31.6)\n",
"Requirement already satisfied: tifffile>=2019.7.26 in /usr/local/lib/python3.10/dist-packages (from scikit-image->k_diffusion->-r requirements.txt (line 48)) (2023.9.26)\n",
"Requirement already satisfied: PyWavelets>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from scikit-image->k_diffusion->-r requirements.txt (line 48)) (1.4.1)\n",
"Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch==2.0.1->-r requirements.txt (line 2)) (1.3.0)\n",
"Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (1.4.0)\n",
"Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (1.59.0)\n",
"Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (2.17.3)\n",
"Requirement already satisfied: google-auth-oauthlib<1.1,>=0.5 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (1.0.0)\n",
"Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (3.5)\n",
"Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (3.20.3)\n",
"Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard->trainer->-r requirements.txt (line 31)) (0.7.2)\n",
"Collecting trampoline>=0.1.2 (from torchsde->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB)\n",
"Collecting GitPython!=3.1.29,>=1.0.0 (from wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading GitPython-3.1.40-py3-none-any.whl (190 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m190.6/190.6 kB\u001b[0m \u001b[31m20.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting sentry-sdk>=1.0.0 (from wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading sentry_sdk-1.34.0-py2.py3-none-any.whl (243 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m243.9/243.9 kB\u001b[0m \u001b[31m30.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting docker-pycreds>=0.4.0 (from wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)\n",
"Collecting pathtools (from wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading pathtools-0.1.2.tar.gz (11 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting setproctitle (from wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading setproctitle-1.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB)\n",
"Requirement already satisfied: appdirs>=1.4.3 in /usr/local/lib/python3.10/dist-packages (from wandb->k_diffusion->-r requirements.txt (line 48)) (1.4.4)\n",
"Collecting gitdb<5,>=4.0.1 (from GitPython!=3.1.29,>=1.0.0->wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.7/62.7 kB\u001b[0m \u001b[31m6.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard->trainer->-r requirements.txt (line 31)) (5.3.2)\n",
"Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard->trainer->-r requirements.txt (line 31)) (0.3.0)\n",
"Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard->trainer->-r requirements.txt (line 31)) (4.9)\n",
"Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from google-auth-oauthlib<1.1,>=0.5->tensorboard->trainer->-r requirements.txt (line 31)) (1.3.1)\n",
"Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /usr/local/lib/python3.10/dist-packages (from jsonschema>2.4.0->jsonmerge->k_diffusion->-r requirements.txt (line 48)) (2023.7.1)\n",
"Requirement already satisfied: referencing>=0.28.4 in /usr/local/lib/python3.10/dist-packages (from jsonschema>2.4.0->jsonmerge->k_diffusion->-r requirements.txt (line 48)) (0.30.2)\n",
"Requirement already satisfied: rpds-py>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from jsonschema>2.4.0->jsonmerge->k_diffusion->-r requirements.txt (line 48)) (0.10.6)\n",
"Requirement already satisfied: wcwidth>=0.2.5 in /usr/local/lib/python3.10/dist-packages (from ftfy->clip-anytorch->k_diffusion->-r requirements.txt (line 48)) (0.2.8)\n",
"Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->k_diffusion->-r requirements.txt (line 48))\n",
" Downloading smmap-5.0.1-py3-none-any.whl (24 kB)\n",
"Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /usr/local/lib/python3.10/dist-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard->trainer->-r requirements.txt (line 31)) (0.5.0)\n",
"Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard->trainer->-r requirements.txt (line 31)) (3.2.2)\n",
"Building wheels for collected packages: umap-learn, encodec, deepspeed, unidic-lite, bnnumerizer, bnunicodenormalizer, langid, TTS, cutlet, gruut-ipa, gruut_lang_de, gruut_lang_en, gruut_lang_es, gruut_lang_fr, pynndescent, gruut, jaconv, mojimoji, docopt, lit, pathtools\n",
" Building wheel for umap-learn (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for umap-learn: filename=umap_learn-0.5.4-py3-none-any.whl size=86770 sha256=386b1cbe44b1780645830089cf23e0f733ecf59f4f6596033e682a812200e547\n",
" Stored in directory: /root/.cache/pip/wheels/fb/66/29/199acf5784d0f7b8add6d466175ab45506c96e386ed5dd0633\n",
" Building wheel for encodec (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for encodec: filename=encodec-0.1.1-py3-none-any.whl size=45760 sha256=0d17173d8c25cc414f88bed8cd53159261bf35fedaf3545e2b3847ead7d52bd7\n",
" Stored in directory: /root/.cache/pip/wheels/fc/36/cb/81af8b985a5f5e0815312d5e52b41263237af07b977e6bcbf3\n",
" Building wheel for deepspeed (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for deepspeed: filename=deepspeed-0.8.3-py3-none-any.whl size=776403 sha256=a025110aa9eab9e8b323370ea8d86c28d8e016cc2efcff9089b8a8ac5029b037\n",
" Stored in directory: /root/.cache/pip/wheels/1c/f2/89/18040d789487945acbfd6a90142fd0cb4f34748513a5d65f0b\n",
" Building wheel for unidic-lite (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for unidic-lite: filename=unidic_lite-1.0.8-py3-none-any.whl size=47658816 sha256=4a863711b6b08818409418798efa9876dcfa429f4e5c0518eee3107160f9120e\n",
" Stored in directory: /root/.cache/pip/wheels/89/e8/68/f9ac36b8cc6c8b3c96888cd57434abed96595d444f42243853\n",
" Building wheel for bnnumerizer (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for bnnumerizer: filename=bnnumerizer-0.0.2-py3-none-any.whl size=5259 sha256=73f9735e474b79b0720ced50af181f395562c2cc310f45c7a1ce52d4a86c6a39\n",
" Stored in directory: /root/.cache/pip/wheels/59/6b/e8/223172e7d5c9f72df3ea1a0d9258f3a8ab5b28e827728edef5\n",
" Building wheel for bnunicodenormalizer (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for bnunicodenormalizer: filename=bnunicodenormalizer-0.1.6-py3-none-any.whl size=22779 sha256=0721b11b4603e615a055c6bc1159f8f109228430b073687d29211a0b5a6f33f3\n",
" Stored in directory: /root/.cache/pip/wheels/f4/d7/e9/16732a619cbf5a63fdc9f6e2f9eb5fcf73fa023735237330e9\n",
" Building wheel for langid (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for langid: filename=langid-1.1.6-py3-none-any.whl size=1941173 sha256=70ddee1ebd4ce59090b16dd820ed55128efe3bd87d1cc4ea42618bdc57684493\n",
" Stored in directory: /root/.cache/pip/wheels/23/c8/c6/eed80894918490a175677414d40bd7c851413bbe03d4856c3c\n",
" Building wheel for TTS (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for TTS: filename=TTS-0.19.1-cp310-cp310-linux_x86_64.whl size=909749 sha256=e6cf9be283d1129df1230e3efa19d2fe2ab09d66a80e43147cd57c7165b66d6b\n",
" Stored in directory: /tmp/pip-ephem-wheel-cache-b_dilm4r/wheels/80/45/5f/e14121fd46f51a68f18b2b4bb880130d2c1e4f11947a9e0d22\n",
" Building wheel for cutlet (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for cutlet: filename=cutlet-0.3.0-py3-none-any.whl size=11753 sha256=0273d2297bb6b7fa857cc8abae3db2298398f565d147412b58af6a8195fca815\n",
" Stored in directory: /root/.cache/pip/wheels/38/44/95/ff3921f451eb632371764497c17eb630525bea1446b51aa49c\n",
" Building wheel for gruut-ipa (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut-ipa: filename=gruut_ipa-0.13.0-py3-none-any.whl size=104871 sha256=443e1ba9a2fc6895973eaf42eb27da48b6525ddcb6ccc528c8e031b1ea5f0b4e\n",
" Stored in directory: /root/.cache/pip/wheels/7b/18/49/e4f500ecdf0babe757953f844e4d7cd1ea81c5503c09bfe984\n",
" Building wheel for gruut_lang_de (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut_lang_de: filename=gruut_lang_de-2.0.0-py3-none-any.whl size=18498181 sha256=e802659d2d2dfcb9638053589d39b11d0000381d3a9831f918d5e9805f68ae54\n",
" Stored in directory: /root/.cache/pip/wheels/95/9a/05/cfce98f0c41a1a540f15708c4a02df190b82d84cf91ef6bc7f\n",
" Building wheel for gruut_lang_en (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut_lang_en: filename=gruut_lang_en-2.0.0-py3-none-any.whl size=15297179 sha256=be97eaf6033fae30118bbe0bac67c95cc2acecab3011f5fffa77f02accd7398b\n",
" Stored in directory: /root/.cache/pip/wheels/10/9c/fb/77c655a9fbd78cdb9935d0ab65d80ddd0a3bcf7dbe18261650\n",
" Building wheel for gruut_lang_es (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut_lang_es: filename=gruut_lang_es-2.0.0-py3-none-any.whl size=32173797 sha256=48cfa60d1ff6618dec7413632df6692346b009b12e9cb8cc4604e489313e1bf9\n",
" Stored in directory: /root/.cache/pip/wheels/9b/0a/90/788d92c07744b329b9283e37b29b064f5db6b1bb0442a1a19b\n",
" Building wheel for gruut_lang_fr (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut_lang_fr: filename=gruut_lang_fr-2.0.2-py3-none-any.whl size=10968767 sha256=4f964e1c31fd09cafd821c2d97905d7c2d4724e6f8b2c651f21a8c0395300b47\n",
" Stored in directory: /root/.cache/pip/wheels/db/21/be/d0436e3f1cf9bf38b9bb9b4a476399c77a1ab19f7172b45e19\n",
" Building wheel for pynndescent (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for pynndescent: filename=pynndescent-0.5.10-py3-none-any.whl size=55615 sha256=405df51d63b7c964d899a2b4650c50fc0a936c136f9168e2bedde6efa8361007\n",
" Stored in directory: /root/.cache/pip/wheels/4a/38/5d/f60a40a66a9512b7e5e83517ebc2d1b42d857be97d135f1096\n",
" Building wheel for gruut (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for gruut: filename=gruut-2.2.3-py3-none-any.whl size=75793 sha256=ce30b2e68c02082c427f8c0ccc215e547b986afe239ee4f8f2f34b214cc7efe7\n",
" Stored in directory: /root/.cache/pip/wheels/fc/57/a8/f9de532daf5214f53644f20f3a9e6f69269453c87df9c0a817\n",
" Building wheel for jaconv (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for jaconv: filename=jaconv-0.3.4-py3-none-any.whl size=16416 sha256=338d43243721fd3f2b2e230efb11cbc3da32fbca70451559fde4b06d9aefe40f\n",
" Stored in directory: /root/.cache/pip/wheels/46/8f/2e/a730bf1fca05b33e532d5d91dabdf406c9b718ec85b01b1b54\n",
" Building wheel for mojimoji (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for mojimoji: filename=mojimoji-0.0.12-cp310-cp310-linux_x86_64.whl size=173972 sha256=2e2bc4ab10d01fe13b8cf784dc12ec93de258fea5a9710c43b9d2f84f583845b\n",
" Stored in directory: /root/.cache/pip/wheels/96/25/c5/225e7892b9b77f1b0b41b2fea7aaa34572e3f6012114e13100\n",
" Building wheel for docopt (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13705 sha256=d95b4c6335a2c94796ee711029836448adb309ee3776ae131e8c4cda3f89cfd9\n",
" Stored in directory: /root/.cache/pip/wheels/fc/ab/d4/5da2067ac95b36618c629a5f93f809425700506f72c9732fac\n",
" Building wheel for lit (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for lit: filename=lit-17.0.4-py3-none-any.whl size=93257 sha256=cb8010642be97ac9b1ee3fdca553f59428a0d8d56856b07da571528b6cbe84c3\n",
" Stored in directory: /root/.cache/pip/wheels/be/ae/00/696c57d438bfc7c0e89c4c379083ea08b1c2e54d85a5f7cd7c\n",
" Building wheel for pathtools (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8791 sha256=ad4d35c2db51a26a7f8d79a26c76c84e9c789608bd1fa420c99ac1c26ac333c1\n",
" Stored in directory: /root/.cache/pip/wheels/e7/f3/22/152153d6eb222ee7a56ff8617d80ee5207207a8c00a7aab794\n",
"Successfully built umap-learn encodec deepspeed unidic-lite bnnumerizer bnunicodenormalizer langid TTS cutlet gruut-ipa gruut_lang_de gruut_lang_en gruut_lang_es gruut_lang_fr pynndescent gruut jaconv mojimoji docopt lit pathtools\n",
"Installing collected packages: unidic-lite, trampoline, tokenizers, resize-right, python-crfsuite, pydub, pathtools, ninja, mojimoji, mecab-python3, lit, jamo, jaconv, hjson, gruut_lang_fr, gruut_lang_es, gruut_lang_en, gruut_lang_de, docopt, bnunicodenormalizer, bnnumerizer, bangla, unidecode, tqdm, smmap, setproctitle, sentry-sdk, safetensors, pysbd, pypinyin, packaging, nvidia-nvtx-cu11, nvidia-nccl-cu11, nvidia-cusparse-cu11, nvidia-curand-cu11, nvidia-cufft-cu11, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, nvidia-cuda-cupti-cu11, nvidia-cublas-cu11, numpy, num2words, networkx, llvmlite, jsonlines, inflect, gruut-ipa, fugashi, ftfy, einops, docker-pycreds, cython, coqpit, anyascii, nvidia-cusolver-cu11, nvidia-cudnn-cu11, numba, langid, huggingface-hub, gitdb, dateparser, cutlet, transformers, scikit-learn, gruut, GitPython, g2pkk, wandb, pynndescent, librosa, jsonmerge, umap-learn, triton, torch, torchvision, torchsde, torchdiffeq, torchaudio, kornia, clip-anytorch, clean-fid, accelerate, trainer, k_diffusion, encodec, TTS, deepspeed\n",
" Attempting uninstall: tqdm\n",
" Found existing installation: tqdm 4.66.1\n",
" Uninstalling tqdm-4.66.1:\n",
" Successfully uninstalled tqdm-4.66.1\n",
" Attempting uninstall: packaging\n",
" Found existing installation: packaging 23.2\n",
" Uninstalling packaging-23.2:\n",
" Successfully uninstalled packaging-23.2\n",
" Attempting uninstall: numpy\n",
" Found existing installation: numpy 1.23.5\n",
" Uninstalling numpy-1.23.5:\n",
" Successfully uninstalled numpy-1.23.5\n",
" Attempting uninstall: networkx\n",
" Found existing installation: networkx 3.2\n",
" Uninstalling networkx-3.2:\n",
" Successfully uninstalled networkx-3.2\n",
" Attempting uninstall: llvmlite\n",
" Found existing installation: llvmlite 0.39.1\n",
" Uninstalling llvmlite-0.39.1:\n",
" Successfully uninstalled llvmlite-0.39.1\n",
" Attempting uninstall: inflect\n",
" Found existing installation: inflect 7.0.0\n",
" Uninstalling inflect-7.0.0:\n",
" Successfully uninstalled inflect-7.0.0\n",
" Attempting uninstall: cython\n",
" Found existing installation: Cython 3.0.4\n",
" Uninstalling Cython-3.0.4:\n",
" Successfully uninstalled Cython-3.0.4\n",
" Attempting uninstall: numba\n",
" Found existing installation: numba 0.56.4\n",
" Uninstalling numba-0.56.4:\n",
" Successfully uninstalled numba-0.56.4\n",
" Attempting uninstall: scikit-learn\n",
" Found existing installation: scikit-learn 1.2.2\n",
" Uninstalling scikit-learn-1.2.2:\n",
" Successfully uninstalled scikit-learn-1.2.2\n",
" Attempting uninstall: librosa\n",
" Found existing installation: librosa 0.10.1\n",
" Uninstalling librosa-0.10.1:\n",
" Successfully uninstalled librosa-0.10.1\n",
" Attempting uninstall: triton\n",
" Found existing installation: triton 2.1.0\n",
" Uninstalling triton-2.1.0:\n",
" Successfully uninstalled triton-2.1.0\n",
" Attempting uninstall: torch\n",
" Found existing installation: torch 2.1.0+cu118\n",
" Uninstalling torch-2.1.0+cu118:\n",
" Successfully uninstalled torch-2.1.0+cu118\n",
" Attempting uninstall: torchvision\n",
" Found existing installation: torchvision 0.16.0+cu118\n",
" Uninstalling torchvision-0.16.0+cu118:\n",
" Successfully uninstalled torchvision-0.16.0+cu118\n",
" Attempting uninstall: torchaudio\n",
" Found existing installation: torchaudio 2.1.0+cu118\n",
" Uninstalling torchaudio-2.1.0+cu118:\n",
" Successfully uninstalled torchaudio-2.1.0+cu118\n",
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"lida 0.0.10 requires fastapi, which is not installed.\n",
"lida 0.0.10 requires kaleido, which is not installed.\n",
"lida 0.0.10 requires python-multipart, which is not installed.\n",
"lida 0.0.10 requires uvicorn, which is not installed.\n",
"plotnine 0.12.3 requires numpy>=1.23.0, but you have numpy 1.22.0 which is incompatible.\n",
"tensorflow 2.14.0 requires numpy>=1.23.5, but you have numpy 1.22.0 which is incompatible.\n",
"torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible.\n",
"torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible.\u001b[0m\u001b[31m\n",
"\u001b[0mSuccessfully installed GitPython-3.1.40 TTS-0.19.1 accelerate-0.24.1 anyascii-0.3.2 bangla-0.0.2 bnnumerizer-0.0.2 bnunicodenormalizer-0.1.6 clean-fid-0.1.35 clip-anytorch-2.5.2 coqpit-0.0.17 cutlet-0.3.0 cython-0.29.30 dateparser-1.1.8 deepspeed-0.8.3 docker-pycreds-0.4.0 docopt-0.6.2 einops-0.6.1 encodec-0.1.1 ftfy-6.1.1 fugashi-1.3.0 g2pkk-0.1.2 gitdb-4.0.11 gruut-2.2.3 gruut-ipa-0.13.0 gruut_lang_de-2.0.0 gruut_lang_en-2.0.0 gruut_lang_es-2.0.0 gruut_lang_fr-2.0.2 hjson-3.1.0 huggingface-hub-0.18.0 inflect-5.6.2 jaconv-0.3.4 jamo-0.4.1 jsonlines-1.2.0 jsonmerge-1.9.2 k_diffusion-0.0.16 kornia-0.7.0 langid-1.1.6 librosa-0.10.0 lit-17.0.4 llvmlite-0.40.1 mecab-python3-1.0.6 mojimoji-0.0.12 networkx-2.8.8 ninja-1.11.1.1 num2words-0.5.13 numba-0.57.0 numpy-1.22.0 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-cupti-cu11-11.7.101 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 nvidia-cufft-cu11-10.9.0.58 nvidia-curand-cu11-10.2.10.91 nvidia-cusolver-cu11-11.4.0.1 nvidia-cusparse-cu11-11.7.4.91 nvidia-nccl-cu11-2.14.3 nvidia-nvtx-cu11-11.7.91 packaging-23.1 pathtools-0.1.2 pydub-0.25.1 pynndescent-0.5.10 pypinyin-0.47.1 pysbd-0.3.4 python-crfsuite-0.9.9 resize-right-0.0.2 safetensors-0.4.0 scikit-learn-1.3.0 sentry-sdk-1.34.0 setproctitle-1.3.3 smmap-5.0.1 tokenizers-0.13.3 torch-2.0.1 torchaudio-2.0.2 torchdiffeq-0.2.3 torchsde-0.2.6 torchvision-0.15.2 tqdm-4.64.1 trainer-0.0.31 trampoline-0.1.2 transformers-4.33.3 triton-2.0.0 umap-learn-0.5.4 unidecode-1.3.7 unidic-lite-1.0.8 wandb-0.15.12\n"
]
},
{
"output_type": "display_data",
"data": {
"application/vnd.colab-display-data+json": {
"pip_warning": {
"packages": [
"numpy"
]
}
}
},
"metadata": {}
}
]
},
{
"cell_type": "code",
"source": [
"pip install gradio==3.42.0"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "7o0DgoYC10eC",
"outputId": "9873b834-dd28-495a-d00a-9f9d8ef1ce3c"
},
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Collecting gradio==3.42.0\n",
" Downloading gradio-3.42.0-py3-none-any.whl (20.1 MB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m20.1/20.1 MB\u001b[0m \u001b[31m68.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting aiofiles<24.0,>=22.0 (from gradio==3.42.0)\n",
" Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)\n",
"Requirement already satisfied: altair<6.0,>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (4.2.2)\n",
"Collecting fastapi (from gradio==3.42.0)\n",
" Downloading fastapi-0.104.1-py3-none-any.whl (92 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m92.9/92.9 kB\u001b[0m \u001b[31m12.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting ffmpy (from gradio==3.42.0)\n",
" Downloading ffmpy-0.3.1.tar.gz (5.5 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Collecting gradio-client==0.5.0 (from gradio==3.42.0)\n",
" Downloading gradio_client-0.5.0-py3-none-any.whl (298 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m298.2/298.2 kB\u001b[0m \u001b[31m33.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting httpx (from gradio==3.42.0)\n",
" Downloading httpx-0.25.1-py3-none-any.whl (75 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m75.0/75.0 kB\u001b[0m \u001b[31m11.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: huggingface-hub>=0.14.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (0.18.0)\n",
"Requirement already satisfied: importlib-resources<7.0,>=1.3 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (6.1.0)\n",
"Requirement already satisfied: jinja2<4.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (3.1.2)\n",
"Requirement already satisfied: markupsafe~=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (2.1.3)\n",
"Requirement already satisfied: matplotlib~=3.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (3.7.1)\n",
"Requirement already satisfied: numpy~=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (1.22.0)\n",
"Collecting orjson~=3.0 (from gradio==3.42.0)\n",
" Downloading orjson-3.9.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m138.7/138.7 kB\u001b[0m \u001b[31m16.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (23.1)\n",
"Requirement already satisfied: pandas<3.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (1.5.3)\n",
"Requirement already satisfied: pillow<11.0,>=8.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (9.4.0)\n",
"Requirement already satisfied: pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0,>=1.7.4 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (1.10.13)\n",
"Requirement already satisfied: pydub in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (0.25.1)\n",
"Collecting python-multipart (from gradio==3.42.0)\n",
" Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m45.7/45.7 kB\u001b[0m \u001b[31m6.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: pyyaml<7.0,>=5.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (6.0.1)\n",
"Requirement already satisfied: requests~=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (2.31.0)\n",
"Collecting semantic-version~=2.0 (from gradio==3.42.0)\n",
" Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)\n",
"Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.10/dist-packages (from gradio==3.42.0) (4.5.0)\n",
"Collecting uvicorn>=0.14.0 (from gradio==3.42.0)\n",
" Downloading uvicorn-0.23.2-py3-none-any.whl (59 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m59.5/59.5 kB\u001b[0m \u001b[31m8.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting websockets<12.0,>=10.0 (from gradio==3.42.0)\n",
" Downloading websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m129.9/129.9 kB\u001b[0m \u001b[31m18.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from gradio-client==0.5.0->gradio==3.42.0) (2023.6.0)\n",
"Requirement already satisfied: entrypoints in /usr/local/lib/python3.10/dist-packages (from altair<6.0,>=4.2.0->gradio==3.42.0) (0.4)\n",
"Requirement already satisfied: jsonschema>=3.0 in /usr/local/lib/python3.10/dist-packages (from altair<6.0,>=4.2.0->gradio==3.42.0) (4.19.1)\n",
"Requirement already satisfied: toolz in /usr/local/lib/python3.10/dist-packages (from altair<6.0,>=4.2.0->gradio==3.42.0) (0.12.0)\n",
"Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.14.0->gradio==3.42.0) (3.12.4)\n",
"Requirement already satisfied: tqdm>=4.42.1 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.14.0->gradio==3.42.0) (4.64.1)\n",
"Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (1.1.1)\n",
"Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (0.12.1)\n",
"Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (4.43.1)\n",
"Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (1.4.5)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (3.1.1)\n",
"Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio==3.42.0) (2.8.2)\n",
"Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas<3.0,>=1.0->gradio==3.42.0) (2023.3.post1)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests~=2.0->gradio==3.42.0) (3.3.1)\n",
"Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests~=2.0->gradio==3.42.0) (3.4)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests~=2.0->gradio==3.42.0) (2.0.7)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests~=2.0->gradio==3.42.0) (2023.7.22)\n",
"Requirement already satisfied: click>=7.0 in /usr/local/lib/python3.10/dist-packages (from uvicorn>=0.14.0->gradio==3.42.0) (8.1.7)\n",
"Collecting h11>=0.8 (from uvicorn>=0.14.0->gradio==3.42.0)\n",
" Downloading h11-0.14.0-py3-none-any.whl (58 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.3/58.3 kB\u001b[0m \u001b[31m7.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: anyio<4.0.0,>=3.7.1 in /usr/local/lib/python3.10/dist-packages (from fastapi->gradio==3.42.0) (3.7.1)\n",
"Collecting starlette<0.28.0,>=0.27.0 (from fastapi->gradio==3.42.0)\n",
" Downloading starlette-0.27.0-py3-none-any.whl (66 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m67.0/67.0 kB\u001b[0m \u001b[31m9.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hCollecting typing-extensions~=4.0 (from gradio==3.42.0)\n",
" Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB)\n",
"Collecting httpcore (from httpx->gradio==3.42.0)\n",
" Downloading httpcore-1.0.1-py3-none-any.whl (76 kB)\n",
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m76.9/76.9 kB\u001b[0m \u001b[31m11.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
"\u001b[?25hRequirement already satisfied: sniffio in /usr/local/lib/python3.10/dist-packages (from httpx->gradio==3.42.0) (1.3.0)\n",
"Requirement already satisfied: exceptiongroup in /usr/local/lib/python3.10/dist-packages (from anyio<4.0.0,>=3.7.1->fastapi->gradio==3.42.0) (1.1.3)\n",
"Requirement already satisfied: attrs>=22.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.42.0) (23.1.0)\n",
"Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.42.0) (2023.7.1)\n",
"Requirement already satisfied: referencing>=0.28.4 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.42.0) (0.30.2)\n",
"Requirement already satisfied: rpds-py>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.42.0) (0.10.6)\n",
"Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.7->matplotlib~=3.0->gradio==3.42.0) (1.16.0)\n",
"Building wheels for collected packages: ffmpy\n",
" Building wheel for ffmpy (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for ffmpy: filename=ffmpy-0.3.1-py3-none-any.whl size=5579 sha256=62722285dc99de7893509b08b63757672ec27a432640ee9fc32e6d08f555d9c1\n",
" Stored in directory: /root/.cache/pip/wheels/01/a6/d1/1c0828c304a4283b2c1639a09ad86f83d7c487ef34c6b4a1bf\n",
"Successfully built ffmpy\n",
"Installing collected packages: ffmpy, websockets, typing-extensions, semantic-version, python-multipart, orjson, h11, aiofiles, uvicorn, starlette, httpcore, httpx, fastapi, gradio-client, gradio\n",
" Attempting uninstall: typing-extensions\n",
" Found existing installation: typing_extensions 4.5.0\n",
" Uninstalling typing_extensions-4.5.0:\n",
" Successfully uninstalled typing_extensions-4.5.0\n",
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
"lida 0.0.10 requires kaleido, which is not installed.\n",
"tensorflow 2.14.0 requires numpy>=1.23.5, but you have numpy 1.22.0 which is incompatible.\n",
"tensorflow-probability 0.22.0 requires typing-extensions<4.6.0, but you have typing-extensions 4.8.0 which is incompatible.\n",
"torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible.\n",
"torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible.\u001b[0m\u001b[31m\n",
"\u001b[0mSuccessfully installed aiofiles-23.2.1 fastapi-0.104.1 ffmpy-0.3.1 gradio-3.42.0 gradio-client-0.5.0 h11-0.14.0 httpcore-1.0.1 httpx-0.25.1 orjson-3.9.10 python-multipart-0.0.6 semantic-version-2.10.0 starlette-0.27.0 typing-extensions-4.8.0 uvicorn-0.23.2 websockets-11.0.3\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"import gradio as gr"
],
"metadata": {
"id": "oHSHVqr_x13Q"
},
"execution_count": 5,
"outputs": []
},
{
"cell_type": "code",
"source": [
"import sys\n",
"import io, os, stat\n",
"import subprocess\n",
"import random\n",
"from zipfile import ZipFile\n",
"import uuid\n",
"import time\n",
"import torch\n",
"import torchaudio\n",
"# By using XTTS you agree to CPML license https://coqui.ai/cpml\n",
"os.environ[\"COQUI_TOS_AGREED\"] = \"1\"\n",
"\n",
"# langid is used to detect language for longer text\n",
"# Most users expect text to be their own language, there is checkbox to disable it\n",
"import langid\n",
"import base64\n",
"import csv\n",
"from io import StringIO\n",
"import datetime\n",
"\n",
"import gradio as gr\n",
"from scipy.io.wavfile import write\n",
"from pydub import AudioSegment\n",
"\n",
"from TTS.api import TTS\n",
"from TTS.tts.configs.xtts_config import XttsConfig\n",
"from TTS.tts.models.xtts import Xtts\n",
"from TTS.utils.generic_utils import get_user_data_dir\n",
"\n",
"HF_TOKEN = os.environ.get(\"HF_TOKEN\")\n",
"\n",
"from huggingface_hub import HfApi\n",
"\n",
"# will use api to restart space on a unrecoverable error\n",
"api = HfApi(token=HF_TOKEN)\n",
"repo_id = \"coqui/xtts\"\n",
"\n",
"# Use never ffmpeg binary for Ubuntu20 to use denoising for microphone input\n",
"print(\"Export newer ffmpeg binary for denoise filter\")\n",
"ZipFile(\"ffmpeg.zip\").extractall()\n",
"print(\"Make ffmpeg binary executable\")\n",
"st = os.stat('ffmpeg')\n",
"os.chmod('ffmpeg', st.st_mode | stat.S_IEXEC)\n",
"\n",
"# This will trigger downloading model\n",
"print(\"Downloading if not downloaded Coqui XTTS V1.1\")\n",
"from TTS.utils.manage import ModelManager\n",
"model_name = \"tts_models/multilingual/multi-dataset/xtts_v1.1\"\n",
"ModelManager().download_model(model_name)\n",
"model_path = os.path.join(get_user_data_dir(\"tts\"), model_name.replace(\"/\", \"--\"))\n",
"print(\"XTTS downloaded\")\n",
"\n",
"config = XttsConfig()\n",
"config.load_json(os.path.join(model_path, \"config.json\"))\n",
"\n",
"# it should be there just to be sure\n",
"if \"ja\" not in config.languages:\n",
" config.languages.append(\"ja\")\n",
"\n",
"model = Xtts.init_from_config(config)\n",
"model.load_checkpoint(\n",
" config,\n",
" checkpoint_path=os.path.join(model_path, \"model.pth\"),\n",
" vocab_path=os.path.join(model_path, \"vocab.json\"),\n",
" eval=True,\n",
" use_deepspeed=True\n",
")\n",
"model.cuda()\n",
"\n",
"# This is for debugging purposes only\n",
"DEVICE_ASSERT_DETECTED=0\n",
"DEVICE_ASSERT_PROMPT=None\n",
"DEVICE_ASSERT_LANG=None\n",
"\n",
"\n",
"\n",
"#supported_languages=[\"en\",\"es\",\"fr\",\"de\",\"it\",\"pt\",\"pl\",\"tr\",\"ru\",\"nl\",\"cs\",\"ar\",\"zh-cn\"]\n",
"supported_languages=config.languages\n",
"\n",
"def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, voice_cleanup, no_lang_auto_detect, agree,):\n",
" if agree == True:\n",
"\n",
"\n",
" if language not in supported_languages:\n",
" gr.Warning(f\"Language you put {language} in is not in is not in our Supported Languages, please choose from dropdown\")\n",
"\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
"\n",
" language_predicted=langid.classify(prompt)[0].strip() # strip need as there is space at end!\n",
"\n",
" # tts expects chinese as zh-cn\n",
" if language_predicted == \"zh\":\n",
" #we use zh-cn\n",
" language_predicted = \"zh-cn\"\n",
"\n",
" print(f\"Detected language:{language_predicted}, Chosen language:{language}\")\n",
"\n",
" # After text character length 15 trigger language detection\n",
" if len(prompt)>15:\n",
" # allow any language for short text as some may be common\n",
" # If user unchecks language autodetection it will not trigger\n",
" # You may remove this completely for own use\n",
" if language_predicted != language and not no_lang_auto_detect:\n",
" #Please duplicate and remove this check if you really want this\n",
" #Or auto-detector fails to identify language (which it can on pretty short text or mixed text)\n",
" gr.Warning(f\"It looks like your text isn’t the language you chose , if you’re sure the text is the same language you chose, please check disable language auto-detection checkbox\" )\n",
"\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
"\n",
"\n",
" if use_mic == True:\n",
" if mic_file_path is not None:\n",
" speaker_wav=mic_file_path\n",
" else:\n",
" gr.Warning(\"Please record your voice with Microphone, or uncheck Use Microphone to use reference audios\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
"\n",
" else:\n",
" speaker_wav=audio_file_pth\n",
"\n",
"\n",
" # Filtering for microphone input, as it has BG noise, maybe silence in beginning and end\n",
" # This is fast filtering not perfect\n",
"\n",
" # Apply all on demand\n",
" lowpassfilter=denoise=trim=loudness=True\n",
"\n",
" if lowpassfilter:\n",
" lowpass_highpass=\"lowpass=8000,highpass=75,\"\n",
" else:\n",
" lowpass_highpass=\"\"\n",
"\n",
" if trim:\n",
" # better to remove silence in beginning and end for microphone\n",
" trim_silence=\"areverse,silenceremove=start_periods=1:start_silence=0:start_threshold=0.02,areverse,silenceremove=start_periods=1:start_silence=0:start_threshold=0.02,\"\n",
" else:\n",
" trim_silence=\"\"\n",
"\n",
" if (voice_cleanup):\n",
" try:\n",
" out_filename = speaker_wav + str(uuid.uuid4()) + \".wav\" #ffmpeg to know output format\n",
"\n",
" #we will use newer ffmpeg as that has afftn denoise filter\n",
" shell_command = f\"./ffmpeg -y -i {speaker_wav} -af {lowpass_highpass}{trim_silence} {out_filename}\".split(\" \")\n",
"\n",
" command_result = subprocess.run([item for item in shell_command], capture_output=False,text=True, check=True)\n",
" speaker_wav=out_filename\n",
" print(\"Filtered microphone input\")\n",
" except subprocess.CalledProcessError:\n",
" # There was an error - command exited with non-zero code\n",
" print(\"Error: failed filtering, use original microphone input\")\n",
" else:\n",
" speaker_wav=speaker_wav\n",
"\n",
" if len(prompt)<2:\n",
" gr.Warning(\"Please give a longer prompt text\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
" if len(prompt)>1000:\n",
" gr.Warning(\"Text length limited to 1000 characters for this demo, please try shorter text. You can clone this space and edit code for your own usage\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
" global DEVICE_ASSERT_DETECTED\n",
" if DEVICE_ASSERT_DETECTED:\n",
" global DEVICE_ASSERT_PROMPT\n",
" global DEVICE_ASSERT_LANG\n",
" #It will likely never come here as we restart space on first unrecoverable error now\n",
" print(f\"Unrecoverable exception caused by language:{DEVICE_ASSERT_LANG} prompt:{DEVICE_ASSERT_PROMPT}\")\n",
"\n",
" try:\n",
" metrics_text=\"\"\n",
" t_latent=time.time()\n",
"\n",
" # note diffusion_conditioning not used on hifigan (default mode), it will be empty but need to pass it to model.inference\n",
" try:\n",
" gpt_cond_latent, diffusion_conditioning, speaker_embedding = model.get_conditioning_latents(audio_path=speaker_wav)\n",
" except Exception as e:\n",
" print(\"Speaker encoding error\", str(e))\n",
" gr.Warning(\"It appears something wrong with reference, did you unmute your microphone?\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
"\n",
"\n",
" latent_calculation_time = time.time() - t_latent\n",
" #metrics_text=f\"Embedding calculation time: {latent_calculation_time:.2f} seconds\\n\"\n",
"\n",
" wav_chunks = []\n",
"\n",
" print(\"I: Generating new audio...\")\n",
" t0 = time.time()\n",
" out = model.inference(\n",
" prompt,\n",
" language,\n",
" gpt_cond_latent,\n",
" speaker_embedding,\n",
" diffusion_conditioning,\n",
" decoder=\"ne_hifigan\",\n",
" )\n",
" inference_time = time.time() - t0\n",
" print(f\"I: Time to generate audio: {round(inference_time*1000)} milliseconds\")\n",
" metrics_text+=f\"Time to generate audio: {round(inference_time*1000)} milliseconds\\n\"\n",
" real_time_factor= (time.time() - t0) / out['wav'].shape[-1] * 24000\n",
" print(f\"Real-time factor (RTF): {real_time_factor}\")\n",
" metrics_text+=f\"Real-time factor (RTF): {real_time_factor:.2f}\\n\"\n",
" torchaudio.save(\"output.wav\", torch.tensor(out[\"wav\"]).unsqueeze(0), 24000)\n",
" except RuntimeError as e :\n",
" if \"device-side assert\" in str(e):\n",
" # cannot do anything on cuda device side error, need tor estart\n",
" print(f\"Exit due to: Unrecoverable exception caused by language:{language} prompt:{prompt}\", flush=True)\n",
" gr.Warning(\"Unhandled Exception encounter, please retry in a minute\")\n",
" print(\"Cuda device-assert Runtime encountered need restart\")\n",
" if not DEVICE_ASSERT_DETECTED:\n",
" DEVICE_ASSERT_DETECTED=1\n",
" DEVICE_ASSERT_PROMPT=prompt\n",
" DEVICE_ASSERT_LANG=language\n",
"\n",
" # just before restarting save what caused the issue so we can handle it in future\n",
" # Uploading Error data only happens for unrecovarable error\n",
" error_time = datetime.datetime.now().strftime('%d-%m-%Y-%H:%M:%S')\n",
" error_data = [error_time, prompt, language, audio_file_pth, mic_file_path, use_mic, voice_cleanup, no_lang_auto_detect, agree]\n",
" error_data = [str(e) if type(e)!=str else e for e in error_data]\n",
" print(error_data)\n",
" print(speaker_wav)\n",
" write_io = StringIO()\n",
" csv.writer(write_io).writerows([error_data])\n",
" csv_upload= write_io.getvalue().encode()\n",
"\n",
" filename = error_time+\"_\" + str(uuid.uuid4()) +\".csv\"\n",
" print(\"Writing error csv\")\n",
" error_api = HfApi()\n",
" error_api.upload_file(\n",
" path_or_fileobj=csv_upload,\n",
" path_in_repo=filename,\n",
" repo_id=\"coqui/xtts-flagged-dataset\",\n",
" repo_type=\"dataset\",\n",
" )\n",
"\n",
" #speaker_wav\n",
" print(\"Writing error reference audio\")\n",
" speaker_filename = error_time+\"_reference_\"+ str(uuid.uuid4()) +\".wav\"\n",
" error_api = HfApi()\n",
" error_api.upload_file(\n",
" path_or_fileobj=speaker_wav,\n",
" path_in_repo=speaker_filename,\n",
" repo_id=\"coqui/xtts-flagged-dataset\",\n",
" repo_type=\"dataset\",\n",
" )\n",
"\n",
" # HF Space specific.. This error is unrecoverable need to restart space\n",
" api.restart_space(repo_id=repo_id)\n",
" else:\n",
" if \"Failed to decode\" in str(e):\n",
" print(\"Speaker encoding error\", str(e))\n",
" gr.Warning(\"It appears something wrong with reference, did you unmute your microphone?\")\n",
" else:\n",
" print(\"RuntimeError: non device-side assert error:\", str(e))\n",
" gr.Warning(\"Something unexpected happened please retry again.\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
" return (\n",
" gr.make_waveform(\n",
" audio=\"output.wav\",\n",
" ),\n",
" \"output.wav\",\n",
" metrics_text,\n",
" speaker_wav,\n",
" )\n",
" else:\n",
" gr.Warning(\"Please accept the Terms & Condition!\")\n",
" return (\n",
" None,\n",
" None,\n",
" None,\n",
" None,\n",
" )\n",
"\n",
"\n",
"title = \"🐸🌊💕 XTTS — 只需3秒语音,一键复刻14种语言\"\n",
"\n",
"description = \"\"\"\n",
"##
Language Selectors:\n",
"Arabic: ar, Brazilian Portuguese: pt , Chinese: zh-cn, Czech: cs,
\n",
"Dutch: nl, English: en, French: fr, Italian: it, Polish: pl,
\n",
"Russian: ru, Spanish: es, Turkish: tr, Japanese: ja
\n",
"