{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [], "machine_shape": "hm", "gpuType": "T4", "authorship_tag": "ABX9TyMCKZDg8skzTybbv6QIpreu", "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": [ "\"Open" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "l3Fg9Q8mUpY2", "outputId": "2dad8de2-b0d4-4d4f-d1d5-fbe8edd1fffb" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Cloning into 'seamless-test'...\n", "remote: Enumerating objects: 63, done.\u001b[K\n", "remote: Counting objects: 100% (33/33), done.\u001b[K\n", "remote: Compressing objects: 100% (31/31), done.\u001b[K\n", "remote: Total 63 (delta 15), reused 0 (delta 0), pack-reused 30\u001b[K\n", "Unpacking objects: 100% (63/63), 20.20 KiB | 1.12 MiB/s, done.\n" ] } ], "source": [ "!git clone https://huggingface.co/spaces/kevinwang676/seamless-test" ] }, { "cell_type": "code", "source": [ "cd seamless-test" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "DGQBvR8gUt6q", "outputId": "15d01114-20fd-42f5-c99e-08b6b7f0b929" }, "execution_count": 2, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "/content/seamless-test\n" ] } ] }, { "cell_type": "code", "source": [ "pip install -r requirements.txt" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "cP3emM0iUvDs", "outputId": "c571a3f6-1355-4dde-fd56-0b7f6c3aa9dd" }, "execution_count": 3, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Collecting gradio (from -r requirements.txt (line 1))\n", " Downloading gradio-4.9.0-py3-none-any.whl (16.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m16.6/16.6 MB\u001b[0m \u001b[31m68.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting omegaconf==2.0.6 (from -r requirements.txt (line 2))\n", " Downloading omegaconf-2.0.6-py3-none-any.whl (36 kB)\n", "Collecting fairseq (from -r requirements.txt (line 5))\n", " Downloading fairseq-0.12.2.tar.gz (9.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m9.6/9.6 MB\u001b[0m \u001b[31m98.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", " Installing backend dependencies ... \u001b[?25l\u001b[?25hdone\n", " Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", "Requirement already satisfied: PyYAML>=5.1.* in /usr/local/lib/python3.10/dist-packages (from omegaconf==2.0.6->-r requirements.txt (line 2)) (6.0.1)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from omegaconf==2.0.6->-r requirements.txt (line 2)) (4.5.0)\n", "Collecting aiofiles<24.0,>=22.0 (from gradio->-r requirements.txt (line 1))\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->-r requirements.txt (line 1)) (4.2.2)\n", "Collecting fastapi (from gradio->-r requirements.txt (line 1))\n", " Downloading fastapi-0.105.0-py3-none-any.whl (93 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m93.1/93.1 kB\u001b[0m \u001b[31m10.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting ffmpy (from gradio->-r requirements.txt (line 1))\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.7.2 (from gradio->-r requirements.txt (line 1))\n", " Downloading gradio_client-0.7.2-py3-none-any.whl (304 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m304.6/304.6 kB\u001b[0m \u001b[31m29.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting httpx (from gradio->-r requirements.txt (line 1))\n", " Downloading httpx-0.25.2-py3-none-any.whl (74 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m75.0/75.0 kB\u001b[0m \u001b[31m9.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: huggingface-hub>=0.19.3 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (0.19.4)\n", "Requirement already satisfied: importlib-resources<7.0,>=1.3 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (6.1.1)\n", "Requirement already satisfied: jinja2<4.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (3.1.2)\n", "Requirement already satisfied: markupsafe~=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (2.1.3)\n", "Requirement already satisfied: matplotlib~=3.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (3.7.1)\n", "Requirement already satisfied: numpy~=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (1.23.5)\n", "Collecting orjson~=3.0 (from gradio->-r requirements.txt (line 1))\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->-r requirements.txt (line 1)) (23.2)\n", "Requirement already satisfied: pandas<3.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (1.5.3)\n", "Requirement already satisfied: pillow<11.0,>=8.0 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (9.4.0)\n", "Collecting pydantic>=2.0 (from gradio->-r requirements.txt (line 1))\n", " Downloading pydantic-2.5.2-py3-none-any.whl (381 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m381.9/381.9 kB\u001b[0m \u001b[31m37.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting pydub (from gradio->-r requirements.txt (line 1))\n", " Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)\n", "Collecting python-multipart (from gradio->-r requirements.txt (line 1))\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[31m5.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting semantic-version~=2.0 (from gradio->-r requirements.txt (line 1))\n", " Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)\n", "Collecting tomlkit==0.12.0 (from gradio->-r requirements.txt (line 1))\n", " Downloading tomlkit-0.12.0-py3-none-any.whl (37 kB)\n", "Requirement already satisfied: typer[all]<1.0,>=0.9 in /usr/local/lib/python3.10/dist-packages (from gradio->-r requirements.txt (line 1)) (0.9.0)\n", "Collecting uvicorn>=0.14.0 (from gradio->-r requirements.txt (line 1))\n", " Downloading uvicorn-0.24.0.post1-py3-none-any.whl (59 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m59.7/59.7 kB\u001b[0m \u001b[31m7.6 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.7.2->gradio->-r requirements.txt (line 1)) (2023.6.0)\n", "Collecting websockets<12.0,>=10.0 (from gradio-client==0.7.2->gradio->-r requirements.txt (line 1))\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[31m15.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: cffi in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (1.16.0)\n", "Requirement already satisfied: cython in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (3.0.6)\n", "Collecting hydra-core<1.1,>=1.0.7 (from fairseq->-r requirements.txt (line 5))\n", " Downloading hydra_core-1.0.7-py3-none-any.whl (123 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m123.8/123.8 kB\u001b[0m \u001b[31m14.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: regex in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (2023.6.3)\n", "Collecting sacrebleu>=1.4.12 (from fairseq->-r requirements.txt (line 5))\n", " Downloading sacrebleu-2.4.0-py3-none-any.whl (106 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m106.3/106.3 kB\u001b[0m \u001b[31m12.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (2.1.0+cu118)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (4.66.1)\n", "Collecting bitarray (from fairseq->-r requirements.txt (line 5))\n", " Downloading bitarray-2.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m285.3/285.3 kB\u001b[0m \u001b[31m31.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: torchaudio>=0.8.0 in /usr/local/lib/python3.10/dist-packages (from fairseq->-r requirements.txt (line 5)) (2.1.0+cu118)\n", "Requirement already satisfied: entrypoints in /usr/local/lib/python3.10/dist-packages (from altair<6.0,>=4.2.0->gradio->-r requirements.txt (line 1)) (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->-r requirements.txt (line 1)) (4.19.2)\n", "Requirement already satisfied: toolz in /usr/local/lib/python3.10/dist-packages (from altair<6.0,>=4.2.0->gradio->-r requirements.txt (line 1)) (0.12.0)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.19.3->gradio->-r requirements.txt (line 1)) (3.13.1)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.19.3->gradio->-r requirements.txt (line 1)) (2.31.0)\n", "Collecting antlr4-python3-runtime==4.8 (from hydra-core<1.1,>=1.0.7->fairseq->-r requirements.txt (line 5))\n", " Downloading antlr4-python3-runtime-4.8.tar.gz (112 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m112.4/112.4 kB\u001b[0m \u001b[31m11.1 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: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (1.2.0)\n", "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (0.12.1)\n", "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (4.46.0)\n", "Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (1.4.5)\n", "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (3.1.1)\n", "Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (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->-r requirements.txt (line 1)) (2023.3.post1)\n", "Collecting annotated-types>=0.4.0 (from pydantic>=2.0->gradio->-r requirements.txt (line 1))\n", " Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)\n", "Collecting pydantic-core==2.14.5 (from pydantic>=2.0->gradio->-r requirements.txt (line 1))\n", " Downloading pydantic_core-2.14.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.1/2.1 MB\u001b[0m \u001b[31m87.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting typing-extensions (from omegaconf==2.0.6->-r requirements.txt (line 2))\n", " Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)\n", "Collecting portalocker (from sacrebleu>=1.4.12->fairseq->-r requirements.txt (line 5))\n", " Downloading portalocker-2.8.2-py3-none-any.whl (17 kB)\n", "Requirement already satisfied: tabulate>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from sacrebleu>=1.4.12->fairseq->-r requirements.txt (line 5)) (0.9.0)\n", "Collecting colorama (from sacrebleu>=1.4.12->fairseq->-r requirements.txt (line 5))\n", " Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)\n", "Requirement already satisfied: lxml in /usr/local/lib/python3.10/dist-packages (from sacrebleu>=1.4.12->fairseq->-r requirements.txt (line 5)) (4.9.3)\n", "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch->fairseq->-r requirements.txt (line 5)) (1.12)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch->fairseq->-r requirements.txt (line 5)) (3.2.1)\n", "Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch->fairseq->-r requirements.txt (line 5)) (2.1.0)\n", "Requirement already satisfied: click<9.0.0,>=7.1.1 in /usr/local/lib/python3.10/dist-packages (from typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1)) (8.1.7)\n", "Collecting shellingham<2.0.0,>=1.3.0 (from typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1))\n", " Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)\n", "Requirement already satisfied: rich<14.0.0,>=10.11.0 in /usr/local/lib/python3.10/dist-packages (from typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1)) (13.7.0)\n", "Collecting h11>=0.8 (from uvicorn>=0.14.0->gradio->-r requirements.txt (line 1))\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.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi->fairseq->-r requirements.txt (line 5)) (2.21)\n", "Requirement already satisfied: anyio<4.0.0,>=3.7.1 in /usr/local/lib/python3.10/dist-packages (from fastapi->gradio->-r requirements.txt (line 1)) (3.7.1)\n", "Collecting starlette<0.28.0,>=0.27.0 (from fastapi->gradio->-r requirements.txt (line 1))\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[31m8.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: certifi in /usr/local/lib/python3.10/dist-packages (from httpx->gradio->-r requirements.txt (line 1)) (2023.11.17)\n", "Collecting httpcore==1.* (from httpx->gradio->-r requirements.txt (line 1))\n", " Downloading httpcore-1.0.2-py3-none-any.whl (76 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m76.9/76.9 kB\u001b[0m \u001b[31m10.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: idna in /usr/local/lib/python3.10/dist-packages (from httpx->gradio->-r requirements.txt (line 1)) (3.6)\n", "Requirement already satisfied: sniffio in /usr/local/lib/python3.10/dist-packages (from httpx->gradio->-r requirements.txt (line 1)) (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->-r requirements.txt (line 1)) (1.2.0)\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->-r requirements.txt (line 1)) (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->-r requirements.txt (line 1)) (2023.11.2)\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->-r requirements.txt (line 1)) (0.31.1)\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->-r requirements.txt (line 1)) (0.13.2)\n", "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.7->matplotlib~=3.0->gradio->-r requirements.txt (line 1)) (1.16.0)\n", "Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from rich<14.0.0,>=10.11.0->typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1)) (3.0.0)\n", "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/dist-packages (from rich<14.0.0,>=10.11.0->typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1)) (2.16.1)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.19.3->gradio->-r requirements.txt (line 1)) (3.3.2)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.19.3->gradio->-r requirements.txt (line 1)) (2.0.7)\n", "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch->fairseq->-r requirements.txt (line 5)) (1.3.0)\n", "Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.10/dist-packages (from markdown-it-py>=2.2.0->rich<14.0.0,>=10.11.0->typer[all]<1.0,>=0.9->gradio->-r requirements.txt (line 1)) (0.1.2)\n", "Building wheels for collected packages: fairseq, antlr4-python3-runtime, ffmpy\n", " Building wheel for fairseq (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for fairseq: filename=fairseq-0.12.2-cp310-cp310-linux_x86_64.whl size=11291807 sha256=3d5ae9470c79fbcd9a0cfabc0c06110b2b664958f72630f9e316f445f018b81a\n", " Stored in directory: /root/.cache/pip/wheels/e4/35/55/9c66f65ec7c83fd6fbc2b9502a0ac81b2448a1196159dacc32\n", " Building wheel for antlr4-python3-runtime (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=72b3d7a42fecca91d5429b84af190e717d7ed7681daf1c54964184dbdb45b6c8\n", " Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5\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=4c733b590e47117478c8ecb6169f3fa2d38f3106ea722eba339d3ac58e36bae3\n", " Stored in directory: /root/.cache/pip/wheels/01/a6/d1/1c0828c304a4283b2c1639a09ad86f83d7c487ef34c6b4a1bf\n", "Successfully built fairseq antlr4-python3-runtime ffmpy\n", "Installing collected packages: pydub, ffmpy, bitarray, antlr4-python3-runtime, websockets, typing-extensions, tomlkit, shellingham, semantic-version, python-multipart, portalocker, orjson, h11, colorama, annotated-types, aiofiles, uvicorn, starlette, sacrebleu, pydantic-core, omegaconf, httpcore, pydantic, hydra-core, httpx, gradio-client, fastapi, fairseq, 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", " Attempting uninstall: pydantic\n", " Found existing installation: pydantic 1.10.13\n", " Uninstalling pydantic-1.10.13:\n", " Successfully uninstalled pydantic-1.10.13\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", "llmx 0.0.15a0 requires cohere, which is not installed.\n", "llmx 0.0.15a0 requires openai, which is not installed.\n", "llmx 0.0.15a0 requires tiktoken, which is not installed.\n", "tensorflow-probability 0.22.0 requires typing-extensions<4.6.0, but you have typing-extensions 4.9.0 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed aiofiles-23.2.1 annotated-types-0.6.0 antlr4-python3-runtime-4.8 bitarray-2.8.5 colorama-0.4.6 fairseq-0.12.2 fastapi-0.105.0 ffmpy-0.3.1 gradio-4.9.0 gradio-client-0.7.2 h11-0.14.0 httpcore-1.0.2 httpx-0.25.2 hydra-core-1.0.7 omegaconf-2.0.6 orjson-3.9.10 portalocker-2.8.2 pydantic-2.5.2 pydantic-core-2.14.5 pydub-0.25.1 python-multipart-0.0.6 sacrebleu-2.4.0 semantic-version-2.10.0 shellingham-1.5.4 starlette-0.27.0 tomlkit-0.12.0 typing-extensions-4.9.0 uvicorn-0.24.0.post1 websockets-11.0.3\n" ] } ] }, { "cell_type": "code", "source": [ "!pip install speechbrain\n", "!pip install scipy" ], "metadata": { "id": "WGcLBt27o74O", "colab": { "base_uri": "https://localhost:8080/" }, "outputId": "de5f8ee6-0ff8-4fed-83eb-372b74b8352f" }, "execution_count": 4, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Collecting speechbrain\n", " Downloading speechbrain-0.5.16-py3-none-any.whl (630 kB)\n", "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/630.6 kB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[91m━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m81.9/630.6 kB\u001b[0m \u001b[31m2.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m630.6/630.6 kB\u001b[0m \u001b[31m9.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting hyperpyyaml (from speechbrain)\n", " Downloading HyperPyYAML-1.2.2-py3-none-any.whl (16 kB)\n", "Requirement already satisfied: joblib in /usr/local/lib/python3.10/dist-packages (from speechbrain) (1.3.2)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from speechbrain) (1.23.5)\n", "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from speechbrain) (23.2)\n", "Requirement already satisfied: scipy in /usr/local/lib/python3.10/dist-packages (from speechbrain) (1.11.4)\n", "Collecting sentencepiece (from speechbrain)\n", " Downloading sentencepiece-0.1.99-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[31m69.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: torch>=1.9 in /usr/local/lib/python3.10/dist-packages (from speechbrain) (2.1.0+cu118)\n", "Requirement already satisfied: torchaudio in /usr/local/lib/python3.10/dist-packages (from speechbrain) (2.1.0+cu118)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from speechbrain) (4.66.1)\n", "Requirement already satisfied: huggingface-hub in /usr/local/lib/python3.10/dist-packages (from speechbrain) (0.19.4)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (3.13.1)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (4.9.0)\n", "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (1.12)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (3.2.1)\n", "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (3.1.2)\n", "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (2023.6.0)\n", "Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch>=1.9->speechbrain) (2.1.0)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from huggingface-hub->speechbrain) (2.31.0)\n", "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub->speechbrain) (6.0.1)\n", "Collecting ruamel.yaml>=0.17.28 (from hyperpyyaml->speechbrain)\n", " Downloading ruamel.yaml-0.18.5-py3-none-any.whl (116 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m116.4/116.4 kB\u001b[0m \u001b[31m14.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.17.28->hyperpyyaml->speechbrain)\n", " Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m526.7/526.7 kB\u001b[0m \u001b[31m43.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=1.9->speechbrain) (2.1.3)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub->speechbrain) (3.3.2)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub->speechbrain) (3.6)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub->speechbrain) (2.0.7)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub->speechbrain) (2023.11.17)\n", "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch>=1.9->speechbrain) (1.3.0)\n", "Installing collected packages: sentencepiece, ruamel.yaml.clib, ruamel.yaml, hyperpyyaml, speechbrain\n", "Successfully installed hyperpyyaml-1.2.2 ruamel.yaml-0.18.5 ruamel.yaml.clib-0.2.8 sentencepiece-0.1.99 speechbrain-0.5.16\n", "Requirement already satisfied: scipy in /usr/local/lib/python3.10/dist-packages (1.11.4)\n", "Requirement already satisfied: numpy<1.28.0,>=1.21.6 in /usr/local/lib/python3.10/dist-packages (from scipy) (1.23.5)\n" ] } ] }, { "cell_type": "code", "source": [ "!pip install git+https://github.com/facebookresearch/seamless_communication" ], "metadata": { "id": "IvvskxcQmSCG", "colab": { "base_uri": "https://localhost:8080/" }, "outputId": "f9e00ac1-c22c-40da-ceab-41fda729b7de" }, "execution_count": 5, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Collecting git+https://github.com/facebookresearch/seamless_communication\n", " Cloning https://github.com/facebookresearch/seamless_communication to /tmp/pip-req-build-7owz0r0f\n", " Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/seamless_communication /tmp/pip-req-build-7owz0r0f\n", " Resolved https://github.com/facebookresearch/seamless_communication to commit 58796ae18822d94c8315b420424dbfda8873455e\n", " Running command git submodule update --init --recursive -q\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 datasets (from seamless-communication==1.0.0)\n", " Downloading datasets-2.15.0-py3-none-any.whl (521 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m521.2/521.2 kB\u001b[0m \u001b[31m7.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting fairseq2==0.2.* (from seamless-communication==1.0.0)\n", " Downloading fairseq2-0.2.0-py3-none-any.whl (191 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m191.8/191.8 kB\u001b[0m \u001b[31m23.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting fire (from seamless-communication==1.0.0)\n", " Downloading fire-0.5.0.tar.gz (88 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m88.3/88.3 kB\u001b[0m \u001b[31m10.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: librosa in /usr/local/lib/python3.10/dist-packages (from seamless-communication==1.0.0) (0.10.1)\n", "Collecting openai-whisper (from seamless-communication==1.0.0)\n", " Downloading openai-whisper-20231117.tar.gz (798 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m798.6/798.6 kB\u001b[0m \u001b[31m49.1 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 simuleval~=1.1.3 (from seamless-communication==1.0.0)\n", " Downloading simuleval-1.1.4-py3-none-any.whl (47 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m47.3/47.3 kB\u001b[0m \u001b[31m5.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: soundfile in /usr/local/lib/python3.10/dist-packages (from seamless-communication==1.0.0) (0.12.1)\n", "Requirement already satisfied: scipy in /usr/local/lib/python3.10/dist-packages (from seamless-communication==1.0.0) (1.11.4)\n", "Requirement already satisfied: torchaudio in /usr/local/lib/python3.10/dist-packages (from seamless-communication==1.0.0) (2.1.0+cu118)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from seamless-communication==1.0.0) (4.66.1)\n", "Collecting fairseq2n==0.2.0 (from fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading fairseq2n-0.2.0-cp310-cp310-manylinux2014_x86_64.whl (2.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.3/2.3 MB\u001b[0m \u001b[31m71.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting jiwer~=3.0 (from fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading jiwer-3.0.3-py3-none-any.whl (21 kB)\n", "Requirement already satisfied: numpy~=1.23 in /usr/local/lib/python3.10/dist-packages (from fairseq2==0.2.*->seamless-communication==1.0.0) (1.23.5)\n", "Collecting overrides~=7.3 (from fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading overrides-7.4.0-py3-none-any.whl (17 kB)\n", "Requirement already satisfied: packaging~=23.1 in /usr/local/lib/python3.10/dist-packages (from fairseq2==0.2.*->seamless-communication==1.0.0) (23.2)\n", "Requirement already satisfied: pyyaml~=6.0 in /usr/local/lib/python3.10/dist-packages (from fairseq2==0.2.*->seamless-communication==1.0.0) (6.0.1)\n", "Requirement already satisfied: sacrebleu~=2.3 in /usr/local/lib/python3.10/dist-packages (from fairseq2==0.2.*->seamless-communication==1.0.0) (2.4.0)\n", "Requirement already satisfied: torch>=1.12.1 in /usr/local/lib/python3.10/dist-packages (from fairseq2==0.2.*->seamless-communication==1.0.0) (2.1.0+cu118)\n", "Collecting torcheval~=0.0.6 (from fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading torcheval-0.0.7-py3-none-any.whl (179 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m179.2/179.2 kB\u001b[0m \u001b[31m18.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting torch>=1.12.1 (from fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading torch-2.1.1-cp310-cp310-manylinux1_x86_64.whl (670.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m670.2/670.2 MB\u001b[0m \u001b[31m2.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: tbb>=2021.8 in /usr/local/lib/python3.10/dist-packages (from fairseq2n==0.2.0->fairseq2==0.2.*->seamless-communication==1.0.0) (2021.11.0)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (3.13.1)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (4.9.0)\n", "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (1.12)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (3.2.1)\n", "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (3.1.2)\n", "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (2023.6.0)\n", "Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m23.7/23.7 MB\u001b[0m \u001b[31m46.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m823.6/823.6 kB\u001b[0m \u001b[31m58.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m14.1/14.1 MB\u001b[0m \u001b[31m80.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cudnn-cu12==8.9.2.26 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m731.7/731.7 MB\u001b[0m \u001b[31m2.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m410.6/410.6 MB\u001b[0m \u001b[31m2.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m121.6/121.6 MB\u001b[0m \u001b[31m13.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m56.5/56.5 MB\u001b[0m \u001b[31m24.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m124.2/124.2 MB\u001b[0m \u001b[31m6.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m196.0/196.0 MB\u001b[0m \u001b[31m3.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-nccl-cu12==2.18.1 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_nccl_cu12-2.18.1-py3-none-manylinux1_x86_64.whl (209.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m209.8/209.8 MB\u001b[0m \u001b[31m3.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m99.1/99.1 kB\u001b[0m \u001b[31m13.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (2.1.0)\n", "Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading nvidia_nvjitlink_cu12-12.3.101-py3-none-manylinux1_x86_64.whl (20.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m20.5/20.5 MB\u001b[0m \u001b[31m77.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pytest in /usr/local/lib/python3.10/dist-packages (from simuleval~=1.1.3->seamless-communication==1.0.0) (7.4.3)\n", "Collecting pytest-cov (from simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading pytest_cov-4.1.0-py3-none-any.whl (21 kB)\n", "Requirement already satisfied: tornado in /usr/local/lib/python3.10/dist-packages (from simuleval~=1.1.3->seamless-communication==1.0.0) (6.3.2)\n", "Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from simuleval~=1.1.3->seamless-communication==1.0.0) (1.5.3)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from simuleval~=1.1.3->seamless-communication==1.0.0) (2.31.0)\n", "Collecting pytest-flake8 (from simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading pytest_flake8-1.1.1-py2.py3-none-any.whl (6.6 kB)\n", "Collecting textgrid (from simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading TextGrid-1.5-py3-none-any.whl (10.0 kB)\n", "Collecting tqdm (from seamless-communication==1.0.0)\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[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting bitarray==2.6.0 (from simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading bitarray-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m242.4/242.4 kB\u001b[0m \u001b[31m27.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting yt-dlp (from simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading yt_dlp-2023.11.16-py2.py3-none-any.whl (3.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.1/3.1 MB\u001b[0m \u001b[31m93.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pydub in /usr/local/lib/python3.10/dist-packages (from simuleval~=1.1.3->seamless-communication==1.0.0) (0.25.1)\n", "Requirement already satisfied: pyarrow>=8.0.0 in /usr/local/lib/python3.10/dist-packages (from datasets->seamless-communication==1.0.0) (10.0.1)\n", "Collecting pyarrow-hotfix (from datasets->seamless-communication==1.0.0)\n", " Downloading pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB)\n", "Collecting dill<0.3.8,>=0.3.0 (from datasets->seamless-communication==1.0.0)\n", " Downloading dill-0.3.7-py3-none-any.whl (115 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m115.3/115.3 kB\u001b[0m \u001b[31m15.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: xxhash in /usr/local/lib/python3.10/dist-packages (from datasets->seamless-communication==1.0.0) (3.4.1)\n", "Collecting multiprocess (from datasets->seamless-communication==1.0.0)\n", " Downloading multiprocess-0.70.15-py310-none-any.whl (134 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.8/134.8 kB\u001b[0m \u001b[31m18.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets->seamless-communication==1.0.0) (3.9.1)\n", "Requirement already satisfied: huggingface-hub>=0.18.0 in /usr/local/lib/python3.10/dist-packages (from datasets->seamless-communication==1.0.0) (0.19.4)\n", "Requirement already satisfied: six in /usr/local/lib/python3.10/dist-packages (from fire->seamless-communication==1.0.0) (1.16.0)\n", "Requirement already satisfied: termcolor in /usr/local/lib/python3.10/dist-packages (from fire->seamless-communication==1.0.0) (2.4.0)\n", "Requirement already satisfied: audioread>=2.1.9 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (3.0.1)\n", "Requirement already satisfied: scikit-learn>=0.20.0 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (1.2.2)\n", "Requirement already satisfied: joblib>=0.14 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (1.3.2)\n", "Requirement already satisfied: decorator>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (4.4.2)\n", "Requirement already satisfied: numba>=0.51.0 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (0.58.1)\n", "Requirement already satisfied: pooch>=1.0 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (1.8.0)\n", "Requirement already satisfied: soxr>=0.3.2 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (0.3.7)\n", "Requirement already satisfied: lazy-loader>=0.1 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (0.3)\n", "Requirement already satisfied: msgpack>=1.0 in /usr/local/lib/python3.10/dist-packages (from librosa->seamless-communication==1.0.0) (1.0.7)\n", "Requirement already satisfied: cffi>=1.0 in /usr/local/lib/python3.10/dist-packages (from soundfile->seamless-communication==1.0.0) (1.16.0)\n", "Requirement already satisfied: more-itertools in /usr/local/lib/python3.10/dist-packages (from openai-whisper->seamless-communication==1.0.0) (10.1.0)\n", "Collecting tiktoken (from openai-whisper->seamless-communication==1.0.0)\n", " Downloading tiktoken-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.0/2.0 MB\u001b[0m \u001b[31m86.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hINFO: pip is looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while.\n", "Collecting torchaudio (from seamless-communication==1.0.0)\n", " Downloading torchaudio-2.1.1-cp310-cp310-manylinux1_x86_64.whl (3.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.3/3.3 MB\u001b[0m \u001b[31m95.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.0->soundfile->seamless-communication==1.0.0) (2.21)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (23.1.0)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (6.0.4)\n", "Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (1.9.3)\n", "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (1.4.0)\n", "Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (1.3.1)\n", "Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets->seamless-communication==1.0.0) (4.0.3)\n", "Requirement already satisfied: click<9.0.0,>=8.1.3 in /usr/local/lib/python3.10/dist-packages (from jiwer~=3.0->fairseq2==0.2.*->seamless-communication==1.0.0) (8.1.7)\n", "Collecting rapidfuzz<4,>=3 (from jiwer~=3.0->fairseq2==0.2.*->seamless-communication==1.0.0)\n", " Downloading rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.3/3.3 MB\u001b[0m \u001b[31m84.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in /usr/local/lib/python3.10/dist-packages (from numba>=0.51.0->librosa->seamless-communication==1.0.0) (0.41.1)\n", "Requirement already satisfied: platformdirs>=2.5.0 in /usr/local/lib/python3.10/dist-packages (from pooch>=1.0->librosa->seamless-communication==1.0.0) (4.1.0)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->simuleval~=1.1.3->seamless-communication==1.0.0) (3.3.2)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->simuleval~=1.1.3->seamless-communication==1.0.0) (3.6)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->simuleval~=1.1.3->seamless-communication==1.0.0) (2.0.7)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->simuleval~=1.1.3->seamless-communication==1.0.0) (2023.11.17)\n", "Requirement already satisfied: portalocker in /usr/local/lib/python3.10/dist-packages (from sacrebleu~=2.3->fairseq2==0.2.*->seamless-communication==1.0.0) (2.8.2)\n", "Requirement already satisfied: regex in /usr/local/lib/python3.10/dist-packages (from sacrebleu~=2.3->fairseq2==0.2.*->seamless-communication==1.0.0) (2023.6.3)\n", "Requirement already satisfied: tabulate>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from sacrebleu~=2.3->fairseq2==0.2.*->seamless-communication==1.0.0) (0.9.0)\n", "Requirement already satisfied: colorama in /usr/local/lib/python3.10/dist-packages (from sacrebleu~=2.3->fairseq2==0.2.*->seamless-communication==1.0.0) (0.4.6)\n", "Requirement already satisfied: lxml in /usr/local/lib/python3.10/dist-packages (from sacrebleu~=2.3->fairseq2==0.2.*->seamless-communication==1.0.0) (4.9.3)\n", "Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.20.0->librosa->seamless-communication==1.0.0) (3.2.0)\n", "Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.10/dist-packages (from pandas->simuleval~=1.1.3->seamless-communication==1.0.0) (2.8.2)\n", "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->simuleval~=1.1.3->seamless-communication==1.0.0) (2023.3.post1)\n", "Requirement already satisfied: iniconfig in /usr/local/lib/python3.10/dist-packages (from pytest->simuleval~=1.1.3->seamless-communication==1.0.0) (2.0.0)\n", "Requirement already satisfied: pluggy<2.0,>=0.12 in /usr/local/lib/python3.10/dist-packages (from pytest->simuleval~=1.1.3->seamless-communication==1.0.0) (1.3.0)\n", "Requirement already satisfied: exceptiongroup>=1.0.0rc8 in /usr/local/lib/python3.10/dist-packages (from pytest->simuleval~=1.1.3->seamless-communication==1.0.0) (1.2.0)\n", "Requirement already satisfied: tomli>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from pytest->simuleval~=1.1.3->seamless-communication==1.0.0) (2.0.1)\n", "Collecting coverage[toml]>=5.2.1 (from pytest-cov->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading coverage-7.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m229.0/229.0 kB\u001b[0m \u001b[31m25.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting flake8>=4.0 (from pytest-flake8->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading flake8-6.1.0-py2.py3-none-any.whl (58 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.3/58.3 kB\u001b[0m \u001b[31m7.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting mutagen (from yt-dlp->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading mutagen-1.47.0-py3-none-any.whl (194 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.4/194.4 kB\u001b[0m \u001b[31m23.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting pycryptodomex (from yt-dlp->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading pycryptodomex-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.1/2.1 MB\u001b[0m \u001b[31m78.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: websockets in /usr/local/lib/python3.10/dist-packages (from yt-dlp->simuleval~=1.1.3->seamless-communication==1.0.0) (11.0.3)\n", "Collecting brotli (from yt-dlp->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.0/3.0 MB\u001b[0m \u001b[31m98.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting mccabe<0.8.0,>=0.7.0 (from flake8>=4.0->pytest-flake8->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)\n", "Collecting pycodestyle<2.12.0,>=2.11.0 (from flake8>=4.0->pytest-flake8->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading pycodestyle-2.11.1-py2.py3-none-any.whl (31 kB)\n", "Collecting pyflakes<3.2.0,>=3.1.0 (from flake8>=4.0->pytest-flake8->simuleval~=1.1.3->seamless-communication==1.0.0)\n", " Downloading pyflakes-3.1.0-py2.py3-none-any.whl (62 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.6/62.6 kB\u001b[0m \u001b[31m8.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (2.1.3)\n", "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch>=1.12.1->fairseq2==0.2.*->seamless-communication==1.0.0) (1.3.0)\n", "Building wheels for collected packages: seamless-communication, fire, openai-whisper\n", " Building wheel for seamless-communication (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for seamless-communication: filename=seamless_communication-1.0.0-py3-none-any.whl size=207302 sha256=ad31c76b192132c3f946d2f4af768a83fb90ceccde1691697daddc82711f7b65\n", " Stored in directory: /tmp/pip-ephem-wheel-cache-yxmnhpen/wheels/8c/15/b0/a0fbae819d0e96de2a5aa56488b0d23ab5089594222fa01db3\n", " Building wheel for fire (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for fire: filename=fire-0.5.0-py2.py3-none-any.whl size=116934 sha256=baba21027ecdd0fe318a5b90d73df648762a00d09d364cb5fae6afe32f90f04a\n", " Stored in directory: /root/.cache/pip/wheels/90/d4/f7/9404e5db0116bd4d43e5666eaa3e70ab53723e1e3ea40c9a95\n", " Building wheel for openai-whisper (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for openai-whisper: filename=openai_whisper-20231117-py3-none-any.whl size=801356 sha256=e4a15f6170014663ae0cb51054692f874e9e70f59ef5a6ef166ae838b985ac57\n", " Stored in directory: /root/.cache/pip/wheels/d0/85/e1/9361b4cbea7dd4b7f6702fa4c3afc94877952eeb2b62f45f56\n", "Successfully built seamless-communication fire openai-whisper\n", "Installing collected packages: textgrid, brotli, bitarray, tqdm, torcheval, rapidfuzz, pyflakes, pycryptodomex, pycodestyle, pyarrow-hotfix, overrides, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, mutagen, mccabe, fire, dill, coverage, yt-dlp, tiktoken, nvidia-cusparse-cu12, nvidia-cudnn-cu12, multiprocess, jiwer, flake8, pytest-flake8, pytest-cov, nvidia-cusolver-cu12, torch, simuleval, datasets, torchaudio, openai-whisper, fairseq2n, fairseq2, seamless-communication\n", " Attempting uninstall: bitarray\n", " Found existing installation: bitarray 2.8.5\n", " Uninstalling bitarray-2.8.5:\n", " Successfully uninstalled bitarray-2.8.5\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: 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: 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", "llmx 0.0.15a0 requires cohere, which is not installed.\n", "llmx 0.0.15a0 requires openai, which is not installed.\n", "torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.1.1 which is incompatible.\n", "torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.1.1 which is incompatible.\n", "torchvision 0.16.0+cu118 requires torch==2.1.0, but you have torch 2.1.1 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed bitarray-2.6.0 brotli-1.1.0 coverage-7.3.3 datasets-2.15.0 dill-0.3.7 fairseq2-0.2.0 fairseq2n-0.2.0 fire-0.5.0 flake8-6.1.0 jiwer-3.0.3 mccabe-0.7.0 multiprocess-0.70.15 mutagen-1.47.0 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.18.1 nvidia-nvjitlink-cu12-12.3.101 nvidia-nvtx-cu12-12.1.105 openai-whisper-20231117 overrides-7.4.0 pyarrow-hotfix-0.6 pycodestyle-2.11.1 pycryptodomex-3.19.0 pyflakes-3.1.0 pytest-cov-4.1.0 pytest-flake8-1.1.1 rapidfuzz-3.5.2 seamless-communication-1.0.0 simuleval-1.1.4 textgrid-1.5 tiktoken-0.5.2 torch-2.1.1 torchaudio-2.1.1 torcheval-0.0.7 tqdm-4.64.1 yt-dlp-2023.11.16\n" ] } ] }, { "cell_type": "code", "source": [ "pip install torchvision==0.16.0+cu121 --extra-index-url https://download.pytorch.org/whl/cu121" ], "metadata": { "id": "anulr4eRxZ8M", "colab": { "base_uri": "https://localhost:8080/" }, "outputId": "3b41d6e0-db0c-4b7b-c991-4a3515c5a697" }, "execution_count": 6, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121\n", "Collecting torchvision==0.16.0+cu121\n", " Downloading https://download.pytorch.org/whl/cu121/torchvision-0.16.0%2Bcu121-cp310-cp310-linux_x86_64.whl (7.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.0/7.0 MB\u001b[0m \u001b[31m46.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from torchvision==0.16.0+cu121) (1.23.5)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from torchvision==0.16.0+cu121) (2.31.0)\n", "Collecting torch==2.1.0 (from torchvision==0.16.0+cu121)\n", " Downloading https://download.pytorch.org/whl/cu121/torch-2.1.0%2Bcu121-cp310-cp310-linux_x86_64.whl (2200.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.2/2.2 GB\u001b[0m \u001b[31m863.6 kB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pillow!=8.3.*,>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from torchvision==0.16.0+cu121) (9.4.0)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (3.13.1)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (4.9.0)\n", "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (1.12)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (3.2.1)\n", "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (3.1.2)\n", "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (2023.6.0)\n", "Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch==2.1.0->torchvision==0.16.0+cu121) (2.1.0)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.16.0+cu121) (3.3.2)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.16.0+cu121) (3.6)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.16.0+cu121) (2.0.7)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->torchvision==0.16.0+cu121) (2023.11.17)\n", "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch==2.1.0->torchvision==0.16.0+cu121) (2.1.3)\n", "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch==2.1.0->torchvision==0.16.0+cu121) (1.3.0)\n", "Installing collected packages: torch, torchvision\n", " Attempting uninstall: torch\n", " Found existing installation: torch 2.1.1\n", " Uninstalling torch-2.1.1:\n", " Successfully uninstalled torch-2.1.1\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", "\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", "fairseq2n 0.2.0 requires torch==2.1.1, but you have torch 2.1.0+cu121 which is incompatible.\n", "torchaudio 2.1.1 requires torch==2.1.1, but you have torch 2.1.0+cu121 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed torch-2.1.0+cu121 torchvision-0.16.0+cu121\n" ] } ] }, { "cell_type": "code", "source": [ "!python app.py" ], "metadata": { "id": "UeEwvvlDU6OF", "colab": { "base_uri": "https://localhost:8080/" }, "outputId": "edb3270e-45cb-45d3-9d30-f96990260c08" }, "execution_count": null, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "\u001b[1;30;43m流式输出内容被截断,只能显示最后 5000 行内容。\u001b[0m\n", "\n", "\n", "model-00002-of-00002.safetensors: 47% 2.00G/4.24G [00:30<00:14, 152MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 22% 2.03G/9.07G [00:30<00:45, 155MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 18% 2.02G/11.4G [00:30<01:00, 154MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 43% 2.14G/5.00G [00:30<00:19, 148MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 48% 2.02G/4.24G [00:30<00:16, 134MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 23% 2.06G/9.07G [00:30<00:55, 126MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 18% 2.04G/11.4G [00:30<01:11, 131MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 43% 2.16G/5.00G [00:30<00:22, 124MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 48% 2.04G/4.24G [00:30<00:19, 114MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 23% 2.08G/9.07G [00:30<01:03, 110MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 18% 2.07G/11.4G [00:30<01:23, 112MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 44% 2.18G/5.00G [00:30<00:26, 108MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 49% 2.07G/4.24G [00:30<00:21, 102MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 23% 2.10G/9.07G [00:30<01:08, 102MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 18% 2.09G/11.4G [00:31<01:30, 103MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 44% 2.20G/5.00G [00:31<00:27, 102MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 49% 2.09G/4.24G [00:31<00:23, 91.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 23% 2.12G/9.07G [00:31<01:14, 93.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.11G/11.4G [00:31<01:41, 91.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 49% 2.10G/4.24G [00:31<00:25, 84.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 44% 2.22G/5.00G [00:31<00:31, 87.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 23% 2.13G/9.07G [00:31<01:21, 85.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.12G/11.4G [00:31<01:49, 84.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 50% 2.11G/4.24G [00:31<00:26, 80.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 45% 2.23G/5.00G [00:31<00:33, 83.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.14G/9.07G [00:31<01:25, 81.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.13G/11.4G [00:31<01:58, 78.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 50% 2.12G/4.24G [00:31<00:27, 77.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 45% 2.24G/5.00G [00:31<00:36, 74.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.15G/9.07G [00:31<01:31, 75.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.14G/11.4G [00:31<02:06, 73.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 50% 2.13G/4.24G [00:31<00:30, 68.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 45% 2.25G/5.00G [00:31<00:38, 70.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.16G/9.07G [00:31<01:38, 70.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.15G/11.4G [00:32<02:13, 69.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 50% 2.14G/4.24G [00:32<00:32, 65.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 45% 2.26G/5.00G [00:32<00:40, 67.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.17G/9.07G [00:31<01:47, 63.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.16G/11.4G [00:32<02:19, 66.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 51% 2.15G/4.24G [00:32<00:32, 63.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 46% 2.28G/5.00G [00:32<00:41, 65.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.18G/9.07G [00:32<01:50, 62.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.17G/11.4G [00:32<02:32, 60.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 51% 2.16G/4.24G [00:32<00:33, 61.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 46% 2.29G/5.00G [00:32<00:43, 62.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.19G/9.07G [00:32<01:53, 60.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.18G/11.4G [00:32<02:35, 59.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 51% 2.17G/4.24G [00:32<00:36, 56.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 46% 2.30G/5.00G [00:32<00:47, 57.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.20G/9.07G [00:32<01:55, 59.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.19G/11.4G [00:32<02:38, 58.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 51% 2.18G/4.24G [00:32<00:36, 56.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 46% 2.31G/5.00G [00:32<00:47, 57.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 24% 2.21G/9.07G [00:32<02:02, 55.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.20G/11.4G [00:32<02:36, 58.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 52% 2.19G/4.24G [00:33<00:35, 57.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 46% 2.32G/5.00G [00:33<00:45, 58.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.22G/9.07G [00:32<01:58, 58.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 19% 2.21G/11.4G [00:33<02:32, 60.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 52% 2.20G/4.24G [00:33<00:34, 59.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 47% 2.33G/5.00G [00:33<00:43, 60.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.23G/9.07G [00:33<01:52, 60.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.22G/11.4G [00:33<02:24, 63.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 52% 2.21G/4.24G [00:33<00:31, 63.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 47% 2.34G/5.00G [00:33<00:41, 63.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.24G/9.07G [00:33<01:47, 63.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.23G/11.4G [00:33<02:20, 65.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 52% 2.22G/4.24G [00:33<00:30, 65.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 47% 2.35G/5.00G [00:33<00:40, 65.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.25G/9.07G [00:33<01:44, 65.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.24G/11.4G [00:33<02:17, 66.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 53% 2.23G/4.24G [00:33<00:30, 66.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 47% 2.36G/5.00G [00:33<00:39, 67.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.26G/9.07G [00:33<01:38, 69.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 53% 2.24G/4.24G [00:33<00:28, 69.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.26G/11.4G [00:33<02:00, 75.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 47% 2.37G/5.00G [00:33<00:40, 65.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.29G/9.07G [00:33<01:25, 79.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 53% 2.25G/4.24G [00:33<00:29, 66.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 48% 2.38G/5.00G [00:33<00:38, 67.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.28G/11.4G [00:34<02:07, 71.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.30G/9.07G [00:33<01:33, 72.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 53% 2.26G/4.24G [00:34<00:30, 65.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.29G/11.4G [00:34<02:12, 68.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 48% 2.39G/5.00G [00:34<00:41, 62.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 25% 2.31G/9.07G [00:34<01:41, 66.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 54% 2.28G/4.24G [00:34<00:31, 62.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 48% 2.40G/5.00G [00:34<00:40, 63.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.30G/11.4G [00:34<02:19, 65.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 26% 2.32G/9.07G [00:34<01:39, 67.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 54% 2.29G/4.24G [00:34<00:30, 64.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.31G/11.4G [00:34<02:10, 69.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 48% 2.41G/5.00G [00:34<00:40, 64.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 26% 2.33G/9.07G [00:34<01:30, 74.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 54% 2.30G/4.24G [00:34<00:26, 72.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 49% 2.43G/5.00G [00:34<00:31, 82.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 54% 2.31G/4.24G [00:34<00:24, 79.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 20% 2.33G/11.4G [00:34<01:50, 82.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 26% 2.35G/9.07G [00:34<01:13, 91.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 49% 2.45G/5.00G [00:34<00:24, 104MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 55% 2.34G/4.24G [00:34<00:14, 128MB/s] \u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 21% 2.36G/11.4G [00:34<01:15, 120MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 26% 2.38G/9.07G [00:34<00:49, 135MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 50% 2.47G/5.00G [00:34<00:20, 124MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 56% 2.36G/4.24G [00:34<00:13, 142MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 21% 2.38G/11.4G [00:34<01:13, 123MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 26% 2.40G/9.07G [00:34<00:53, 126MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 50% 2.50G/5.00G [00:35<00:20, 120MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 56% 2.38G/4.24G [00:35<00:13, 134MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 21% 2.40G/11.4G [00:35<01:20, 111MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 27% 2.42G/9.07G [00:35<00:58, 114MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 57% 2.40G/4.24G [00:35<00:16, 114MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 50% 2.52G/5.00G [00:35<00:24, 102MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 21% 2.42G/11.4G [00:35<01:26, 103MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 27% 2.44G/9.07G [00:35<01:03, 104MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 57% 2.42G/4.24G [00:35<00:17, 103MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 51% 2.54G/5.00G [00:35<00:25, 96.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 21% 2.44G/11.4G [00:35<01:34, 94.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 51% 2.55G/5.00G [00:35<00:26, 93.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 27% 2.46G/9.07G [00:35<01:06, 99.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 58% 2.44G/4.24G [00:35<00:18, 99.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.45G/11.4G [00:35<01:37, 91.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 51% 2.56G/5.00G [00:35<00:26, 92.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.46G/11.4G [00:35<01:39, 89.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 51% 2.57G/5.00G [00:35<00:27, 89.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 27% 2.49G/9.07G [00:35<01:09, 94.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 58% 2.46G/4.24G [00:36<00:18, 94.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.47G/11.4G [00:36<01:39, 89.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 52% 2.58G/5.00G [00:36<00:26, 89.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.50G/9.07G [00:35<01:11, 92.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 58% 2.47G/4.24G [00:36<00:19, 89.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.49G/11.4G [00:36<01:43, 86.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 52% 2.59G/5.00G [00:36<00:27, 86.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.51G/9.07G [00:35<01:12, 90.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 59% 2.49G/4.24G [00:36<00:19, 88.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.50G/11.4G [00:36<01:42, 86.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 52% 2.60G/5.00G [00:36<00:28, 83.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.52G/9.07G [00:36<01:17, 84.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 59% 2.50G/4.24G [00:36<00:20, 83.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.51G/11.4G [00:36<01:49, 81.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.53G/9.07G [00:36<01:21, 80.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 52% 2.61G/5.00G [00:36<00:32, 74.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.52G/11.4G [00:36<01:51, 79.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 52% 2.62G/5.00G [00:36<00:32, 74.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.53G/11.4G [00:36<01:55, 76.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.54G/9.07G [00:36<01:41, 64.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 53% 2.63G/5.00G [00:36<00:30, 77.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 59% 2.51G/4.24G [00:36<00:29, 59.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.54G/11.4G [00:36<02:00, 73.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.56G/9.07G [00:36<01:25, 76.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 53% 2.64G/5.00G [00:36<00:34, 68.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 60% 2.53G/4.24G [00:36<00:23, 73.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.55G/11.4G [00:37<02:04, 71.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 60% 2.54G/4.24G [00:37<00:23, 73.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 53% 2.65G/5.00G [00:37<00:35, 65.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.57G/9.07G [00:36<01:32, 70.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 22% 2.56G/11.4G [00:37<02:13, 66.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 28% 2.58G/9.07G [00:37<01:32, 70.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 60% 2.55G/4.24G [00:37<00:24, 67.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.57G/11.4G [00:37<02:09, 67.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 60% 2.56G/4.24G [00:37<00:24, 69.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.59G/9.07G [00:37<01:36, 67.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 53% 2.66G/5.00G [00:37<00:47, 48.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.58G/11.4G [00:37<02:17, 64.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 54% 2.68G/5.00G [00:37<00:32, 70.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.60G/9.07G [00:37<01:37, 66.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 61% 2.57G/4.24G [00:37<00:26, 64.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.59G/11.4G [00:37<02:15, 65.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 61% 2.58G/4.24G [00:37<00:25, 65.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 54% 2.69G/5.00G [00:37<00:34, 66.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.61G/9.07G [00:37<01:43, 62.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.60G/11.4G [00:37<02:24, 60.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 54% 2.71G/5.00G [00:38<00:34, 65.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.62G/9.07G [00:37<01:42, 63.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 61% 2.59G/4.24G [00:38<00:27, 60.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.61G/11.4G [00:38<02:21, 62.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 61% 2.60G/4.24G [00:38<00:26, 62.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 54% 2.72G/5.00G [00:38<00:37, 61.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.63G/9.07G [00:37<01:47, 60.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.62G/11.4G [00:38<02:27, 59.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 62% 2.61G/4.24G [00:38<00:27, 60.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 55% 2.73G/5.00G [00:38<00:37, 59.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.64G/9.07G [00:38<01:49, 58.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 55% 2.74G/5.00G [00:38<00:36, 62.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.65G/9.07G [00:38<01:44, 61.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 62% 2.62G/4.24G [00:38<00:27, 58.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.63G/11.4G [00:38<02:57, 49.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 62% 2.63G/4.24G [00:38<00:24, 64.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 55% 2.75G/5.00G [00:38<00:35, 63.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.66G/9.07G [00:38<01:41, 62.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.65G/11.4G [00:38<02:07, 68.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 55% 2.76G/5.00G [00:38<00:33, 67.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 29% 2.67G/9.07G [00:38<01:37, 65.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 62% 2.64G/4.24G [00:38<00:25, 62.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.66G/11.4G [00:38<02:05, 69.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 63% 2.65G/4.24G [00:38<00:23, 66.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 55% 2.77G/5.00G [00:39<00:34, 64.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.68G/9.07G [00:38<01:40, 63.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 23% 2.67G/11.4G [00:39<02:13, 65.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 63% 2.66G/4.24G [00:39<00:23, 66.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 56% 2.78G/5.00G [00:39<00:34, 64.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.69G/9.07G [00:38<01:39, 64.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.68G/11.4G [00:39<02:13, 65.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 63% 2.67G/4.24G [00:39<00:25, 61.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 56% 2.79G/5.00G [00:39<00:36, 61.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.71G/9.07G [00:39<01:44, 60.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.69G/11.4G [00:39<02:18, 62.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 63% 2.68G/4.24G [00:39<00:23, 64.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 56% 2.80G/5.00G [00:39<00:34, 64.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.72G/9.07G [00:39<01:40, 63.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.71G/11.4G [00:39<02:11, 66.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 56% 2.81G/5.00G [00:39<00:32, 68.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 64% 2.69G/4.24G [00:39<00:24, 63.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.73G/9.07G [00:39<01:34, 67.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.72G/11.4G [00:39<02:07, 67.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 64% 2.71G/4.24G [00:39<00:22, 67.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.74G/9.07G [00:39<01:33, 68.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 56% 2.82G/5.00G [00:39<00:33, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.73G/11.4G [00:39<01:55, 75.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 64% 2.73G/4.24G [00:39<00:16, 89.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 30% 2.76G/9.07G [00:39<01:12, 87.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.75G/11.4G [00:40<01:36, 89.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 57% 2.84G/5.00G [00:40<00:27, 78.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 65% 2.74G/4.24G [00:40<00:17, 88.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.77G/9.07G [00:39<01:10, 89.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.76G/11.4G [00:40<01:38, 87.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 57% 2.85G/5.00G [00:40<00:27, 79.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 65% 2.75G/4.24G [00:40<00:16, 90.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.78G/9.07G [00:39<01:11, 88.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.77G/11.4G [00:40<01:36, 88.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 57% 2.86G/5.00G [00:40<00:26, 80.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 65% 2.76G/4.24G [00:40<00:16, 88.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.79G/9.07G [00:40<01:12, 86.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.78G/11.4G [00:40<01:39, 86.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 57% 2.87G/5.00G [00:40<00:26, 81.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 65% 2.77G/4.24G [00:40<00:17, 84.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.80G/9.07G [00:40<01:13, 84.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 24% 2.79G/11.4G [00:40<01:36, 88.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 58% 2.88G/5.00G [00:40<00:26, 81.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 66% 2.78G/4.24G [00:40<00:16, 88.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.81G/9.07G [00:40<01:13, 85.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.80G/11.4G [00:40<01:42, 84.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 58% 2.89G/5.00G [00:40<00:25, 82.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 66% 2.79G/4.24G [00:40<00:16, 85.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.82G/9.07G [00:40<01:12, 86.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.81G/11.4G [00:40<01:39, 85.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 58% 2.90G/5.00G [00:40<00:24, 85.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 66% 2.80G/4.24G [00:40<00:16, 86.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.83G/9.07G [00:40<01:10, 89.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.82G/11.4G [00:40<01:39, 85.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 58% 2.92G/5.00G [00:40<00:25, 81.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 66% 2.81G/4.24G [00:40<00:17, 83.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.84G/9.07G [00:40<01:12, 86.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.83G/11.4G [00:40<01:36, 88.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 59% 2.93G/5.00G [00:41<00:25, 80.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 67% 2.82G/4.24G [00:41<00:16, 84.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 31% 2.85G/9.07G [00:40<01:17, 80.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.84G/11.4G [00:41<01:43, 82.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 59% 2.94G/5.00G [00:41<00:26, 78.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 67% 2.83G/4.24G [00:41<00:17, 79.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.86G/9.07G [00:41<01:17, 79.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 59% 2.95G/5.00G [00:41<00:24, 83.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.85G/11.4G [00:41<01:54, 74.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 67% 2.84G/4.24G [00:41<00:17, 79.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.87G/9.07G [00:41<01:19, 78.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 59% 2.96G/5.00G [00:41<00:24, 82.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.86G/11.4G [00:41<01:55, 73.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 67% 2.85G/4.24G [00:41<00:17, 79.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.88G/9.07G [00:41<01:22, 75.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 59% 2.97G/5.00G [00:41<00:27, 75.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.87G/11.4G [00:41<02:00, 70.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 68% 2.86G/4.24G [00:41<00:18, 72.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.89G/9.07G [00:41<01:24, 72.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.88G/11.4G [00:41<01:57, 72.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 60% 2.98G/5.00G [00:41<00:29, 68.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 68% 2.87G/4.24G [00:41<00:18, 72.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.90G/9.07G [00:41<01:33, 66.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 60% 2.99G/5.00G [00:41<00:29, 68.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 25% 2.89G/11.4G [00:41<02:08, 66.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 68% 2.88G/4.24G [00:41<00:20, 65.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.92G/9.07G [00:41<01:32, 66.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.90G/11.4G [00:42<02:06, 67.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 60% 3.00G/5.00G [00:42<00:30, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 68% 2.89G/4.24G [00:42<00:21, 63.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.93G/9.07G [00:41<01:35, 64.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 60% 3.01G/5.00G [00:42<00:29, 66.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.92G/11.4G [00:42<02:13, 63.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 69% 2.90G/4.24G [00:42<00:20, 65.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.94G/9.07G [00:42<01:32, 66.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 60% 3.02G/5.00G [00:42<00:29, 67.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.93G/11.4G [00:42<02:09, 65.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 69% 2.92G/4.24G [00:42<00:19, 66.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 32% 2.95G/9.07G [00:42<01:37, 62.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 61% 3.03G/5.00G [00:42<00:31, 63.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.94G/11.4G [00:42<02:16, 62.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 69% 2.93G/4.24G [00:42<00:20, 62.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 2.96G/9.07G [00:42<01:35, 63.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 61% 3.04G/5.00G [00:42<00:30, 64.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.95G/11.4G [00:42<02:13, 63.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 69% 2.94G/4.24G [00:42<00:20, 63.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 2.97G/9.07G [00:42<01:41, 59.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 61% 3.05G/5.00G [00:42<00:32, 59.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.96G/11.4G [00:42<02:22, 59.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 70% 2.95G/4.24G [00:42<00:21, 59.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 2.98G/9.07G [00:42<01:39, 61.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 61% 3.06G/5.00G [00:43<00:31, 61.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.97G/11.4G [00:43<02:18, 60.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 70% 2.96G/4.24G [00:43<00:20, 61.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 2.99G/9.07G [00:43<01:43, 58.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 61% 3.07G/5.00G [00:43<00:32, 59.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.98G/11.4G [00:43<02:22, 58.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 70% 2.97G/4.24G [00:43<00:21, 59.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 3.00G/9.07G [00:43<01:38, 61.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 62% 3.08G/5.00G [00:43<00:30, 62.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 2.99G/11.4G [00:43<02:16, 61.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 70% 2.98G/4.24G [00:43<00:20, 62.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 3.01G/9.07G [00:43<01:40, 60.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 3.00G/11.4G [00:43<02:07, 65.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 62% 3.09G/5.00G [00:43<00:30, 61.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 71% 2.99G/4.24G [00:43<00:19, 62.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 3.02G/9.07G [00:43<01:33, 64.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 26% 3.01G/11.4G [00:43<02:06, 66.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 62% 3.10G/5.00G [00:43<00:29, 63.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 71% 3.00G/4.24G [00:43<00:19, 65.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 33% 3.03G/9.07G [00:43<01:31, 65.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.02G/11.4G [00:43<02:07, 65.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 62% 3.11G/5.00G [00:43<00:29, 64.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 71% 3.01G/4.24G [00:43<00:18, 65.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.04G/9.07G [00:43<01:33, 64.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.03G/11.4G [00:44<02:09, 64.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 63% 3.12G/5.00G [00:44<00:29, 62.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 71% 3.02G/4.24G [00:44<00:19, 63.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.05G/9.07G [00:43<01:35, 63.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.04G/11.4G [00:44<02:10, 63.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 63% 3.14G/5.00G [00:44<00:29, 62.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 72% 3.03G/4.24G [00:44<00:18, 63.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.06G/9.07G [00:44<01:33, 64.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.05G/11.4G [00:44<02:06, 65.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 63% 3.15G/5.00G [00:44<00:28, 65.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 72% 3.04G/4.24G [00:44<00:18, 65.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.07G/9.07G [00:44<01:28, 67.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.06G/11.4G [00:44<01:57, 70.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 63% 3.16G/5.00G [00:44<00:26, 69.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 72% 3.05G/4.24G [00:44<00:16, 71.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.08G/9.07G [00:44<01:21, 73.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.07G/11.4G [00:44<01:58, 70.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 63% 3.17G/5.00G [00:44<00:33, 55.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 72% 3.06G/4.24G [00:45<00:38, 30.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.09G/9.07G [00:45<04:57, 20.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.08G/11.4G [00:46<06:45, 20.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 64% 3.18G/5.00G [00:46<01:28, 20.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 72% 3.07G/4.24G [00:46<00:51, 22.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.10G/9.07G [00:45<03:45, 26.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.09G/11.4G [00:46<05:07, 27.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 64% 3.19G/5.00G [00:46<01:07, 26.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 73% 3.08G/4.24G [00:46<00:39, 29.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.10G/11.4G [00:46<04:03, 34.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.11G/9.07G [00:46<03:03, 32.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 64% 3.20G/5.00G [00:46<00:53, 33.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.11G/11.4G [00:46<03:18, 41.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 73% 3.09G/4.24G [00:46<00:33, 34.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 34% 3.12G/9.07G [00:46<02:35, 38.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 64% 3.21G/5.00G [00:46<00:43, 41.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 73% 3.10G/4.24G [00:46<00:27, 41.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 27% 3.12G/11.4G [00:46<02:58, 46.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.14G/9.07G [00:46<02:12, 45.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 64% 3.22G/5.00G [00:46<00:37, 48.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 73% 3.11G/4.24G [00:46<00:24, 46.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.14G/11.4G [00:46<02:38, 51.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.15G/9.07G [00:46<01:57, 50.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 65% 3.23G/5.00G [00:46<00:33, 52.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.15G/11.4G [00:46<02:33, 53.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 65% 3.24G/5.00G [00:46<00:31, 55.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.16G/9.07G [00:46<01:54, 51.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.16G/11.4G [00:47<02:21, 58.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 74% 3.12G/4.24G [00:47<00:27, 40.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 65% 3.25G/5.00G [00:47<00:30, 57.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.17G/9.07G [00:46<01:48, 54.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 74% 3.15G/4.24G [00:47<00:17, 60.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.17G/11.4G [00:47<02:20, 58.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.18G/9.07G [00:47<01:38, 59.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 65% 3.26G/5.00G [00:47<00:29, 59.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 74% 3.16G/4.24G [00:47<00:17, 61.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.18G/11.4G [00:47<02:16, 60.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.19G/9.07G [00:47<01:36, 60.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 65% 3.27G/5.00G [00:47<00:28, 60.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 75% 3.17G/4.24G [00:47<00:17, 62.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.19G/11.4G [00:47<02:14, 61.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 75% 3.18G/4.24G [00:47<00:17, 61.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.20G/11.4G [00:47<02:14, 60.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.20G/9.07G [00:47<02:04, 47.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 66% 3.28G/5.00G [00:47<00:36, 47.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 75% 3.19G/4.24G [00:47<00:17, 60.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.21G/11.4G [00:47<02:15, 60.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 35% 3.22G/9.07G [00:47<01:30, 64.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 66% 3.30G/5.00G [00:47<00:26, 63.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 75% 3.20G/4.24G [00:48<00:17, 59.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.22G/11.4G [00:48<02:19, 58.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.23G/9.07G [00:47<01:34, 61.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 66% 3.31G/5.00G [00:48<00:27, 61.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 76% 3.21G/4.24G [00:48<00:17, 57.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.23G/11.4G [00:48<02:22, 57.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.24G/9.07G [00:48<01:37, 59.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 66% 3.32G/5.00G [00:48<00:28, 59.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 76% 3.22G/4.24G [00:48<00:17, 56.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 28% 3.24G/11.4G [00:48<02:22, 57.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.25G/9.07G [00:48<01:38, 59.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 67% 3.33G/5.00G [00:48<00:28, 59.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 76% 3.23G/4.24G [00:48<00:17, 57.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.26G/9.07G [00:48<01:37, 59.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 67% 3.34G/5.00G [00:48<00:27, 59.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 76% 3.24G/4.24G [00:48<00:16, 59.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 67% 3.36G/5.00G [00:48<00:24, 66.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.27G/9.07G [00:48<01:34, 61.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.25G/11.4G [00:48<03:04, 44.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 67% 3.37G/5.00G [00:48<00:23, 69.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 77% 3.26G/4.24G [00:48<00:12, 77.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.28G/9.07G [00:48<01:31, 63.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.27G/11.4G [00:49<02:15, 59.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 68% 3.38G/5.00G [00:49<00:25, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 77% 3.27G/4.24G [00:49<00:13, 73.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.29G/9.07G [00:48<01:33, 61.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.28G/11.4G [00:49<02:12, 61.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 68% 3.39G/5.00G [00:49<00:24, 64.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 77% 3.28G/4.24G [00:49<00:13, 70.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 36% 3.30G/9.07G [00:49<01:32, 62.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.29G/11.4G [00:49<02:10, 62.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 68% 3.40G/5.00G [00:49<00:24, 64.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 78% 3.29G/4.24G [00:49<00:13, 68.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.31G/9.07G [00:49<01:29, 64.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.30G/11.4G [00:49<02:07, 63.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 68% 3.41G/5.00G [00:49<00:23, 67.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 78% 3.30G/4.24G [00:49<00:13, 70.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.32G/9.07G [00:49<01:24, 68.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.31G/11.4G [00:49<01:55, 69.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 69% 3.43G/5.00G [00:49<00:19, 79.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 78% 3.32G/4.24G [00:49<00:12, 75.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.34G/9.07G [00:50<02:14, 42.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.33G/11.4G [00:51<05:03, 26.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 69% 3.44G/5.00G [00:51<01:01, 25.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 79% 3.33G/4.24G [00:51<00:34, 26.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.36G/9.07G [00:50<03:24, 27.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 69% 3.45G/5.00G [00:51<00:49, 31.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 79% 3.34G/4.24G [00:51<00:28, 31.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.37G/9.07G [00:50<02:51, 33.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 29% 3.36G/11.4G [00:51<03:39, 36.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 69% 3.46G/5.00G [00:51<00:41, 36.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 79% 3.36G/4.24G [00:51<00:23, 37.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.38G/9.07G [00:51<02:25, 39.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.37G/11.4G [00:51<03:16, 40.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 69% 3.47G/5.00G [00:51<00:35, 42.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 79% 3.37G/4.24G [00:51<00:20, 43.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.39G/9.07G [00:51<02:07, 44.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.38G/11.4G [00:51<02:56, 45.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 70% 3.48G/5.00G [00:51<00:31, 48.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 80% 3.38G/4.24G [00:51<00:17, 48.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 37% 3.40G/9.07G [00:51<01:54, 49.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.39G/11.4G [00:51<02:41, 49.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 70% 3.49G/5.00G [00:51<00:28, 52.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 80% 3.39G/4.24G [00:51<00:16, 52.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.41G/9.07G [00:51<01:46, 53.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.40G/11.4G [00:51<02:31, 52.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 70% 3.50G/5.00G [00:51<00:27, 55.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 80% 3.40G/4.24G [00:51<00:15, 55.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.42G/9.07G [00:51<01:41, 55.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.41G/11.4G [00:52<02:24, 55.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 70% 3.51G/5.00G [00:52<00:25, 57.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 80% 3.41G/4.24G [00:52<00:14, 57.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.43G/9.07G [00:51<01:37, 57.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.42G/11.4G [00:52<02:18, 57.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 70% 3.52G/5.00G [00:52<00:24, 59.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 81% 3.42G/4.24G [00:52<00:13, 59.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.44G/9.07G [00:52<01:34, 59.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.43G/11.4G [00:52<02:14, 59.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 71% 3.53G/5.00G [00:52<00:24, 59.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 81% 3.43G/4.24G [00:52<00:13, 60.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.45G/9.07G [00:52<01:32, 60.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.44G/11.4G [00:52<02:13, 59.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 71% 3.54G/5.00G [00:52<00:24, 60.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 81% 3.44G/4.24G [00:52<00:13, 60.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.46G/9.07G [00:52<01:33, 59.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.45G/11.4G [00:52<02:14, 59.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 71% 3.55G/5.00G [00:52<00:24, 59.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 81% 3.45G/4.24G [00:52<00:13, 58.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.47G/9.07G [00:52<01:36, 58.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.46G/11.4G [00:52<02:18, 57.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 71% 3.57G/5.00G [00:52<00:25, 57.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 82% 3.46G/4.24G [00:53<00:13, 56.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.48G/9.07G [00:52<01:39, 56.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 30% 3.47G/11.4G [00:53<02:22, 55.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 72% 3.58G/5.00G [00:53<00:25, 55.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 82% 3.47G/4.24G [00:53<00:13, 55.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 38% 3.49G/9.07G [00:53<01:39, 55.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.48G/11.4G [00:53<02:23, 55.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 72% 3.59G/5.00G [00:53<00:25, 55.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 82% 3.48G/4.24G [00:53<00:13, 55.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.50G/9.07G [00:53<01:40, 55.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.49G/11.4G [00:53<02:23, 54.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 72% 3.60G/5.00G [00:53<00:25, 55.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 82% 3.49G/4.24G [00:53<00:13, 56.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.51G/9.07G [00:53<01:38, 56.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.50G/11.4G [00:53<02:18, 56.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 72% 3.61G/5.00G [00:53<00:23, 60.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 83% 3.50G/4.24G [00:53<00:13, 55.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.51G/11.4G [00:53<02:00, 65.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.52G/9.07G [00:53<01:34, 58.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 72% 3.62G/5.00G [00:53<00:21, 64.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 83% 3.51G/4.24G [00:53<00:11, 61.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.52G/11.4G [00:53<02:00, 65.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.53G/9.07G [00:53<01:32, 60.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 73% 3.63G/5.00G [00:53<00:20, 66.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 83% 3.52G/4.24G [00:54<00:11, 60.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.53G/11.4G [00:54<02:02, 64.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.54G/9.07G [00:53<01:31, 60.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 73% 3.64G/5.00G [00:54<00:21, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 83% 3.53G/4.24G [00:54<00:11, 61.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.54G/11.4G [00:54<02:02, 64.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.55G/9.07G [00:54<01:30, 61.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 73% 3.65G/5.00G [00:54<00:20, 64.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 84% 3.54G/4.24G [00:54<00:11, 63.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.55G/11.4G [00:54<01:59, 65.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.57G/9.07G [00:54<01:26, 63.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 73% 3.66G/5.00G [00:54<00:20, 66.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 84% 3.55G/4.24G [00:54<00:10, 66.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.57G/11.4G [00:54<01:50, 70.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 39% 3.58G/9.07G [00:54<01:18, 70.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 73% 3.67G/5.00G [00:54<00:18, 73.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.59G/9.07G [00:54<01:11, 76.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.58G/11.4G [00:54<01:44, 74.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 74% 3.68G/5.00G [00:54<00:16, 78.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 84% 3.58G/4.24G [00:55<00:20, 33.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 31% 3.59G/11.4G [00:56<06:16, 20.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.60G/9.07G [00:55<04:26, 20.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 74% 3.69G/5.00G [00:56<01:03, 20.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 85% 3.59G/4.24G [00:56<00:23, 27.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.61G/9.07G [00:55<03:28, 26.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.61G/11.4G [00:56<03:57, 32.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 85% 3.60G/4.24G [00:56<00:19, 33.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 74% 3.70G/5.00G [00:56<00:50, 25.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.62G/11.4G [00:56<03:20, 38.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 85% 3.61G/4.24G [00:56<00:15, 39.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 74% 3.71G/5.00G [00:56<00:41, 31.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.63G/9.07G [00:56<02:21, 38.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.63G/11.4G [00:56<02:56, 43.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 85% 3.62G/4.24G [00:56<00:13, 45.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 74% 3.72G/5.00G [00:56<00:34, 36.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.64G/9.07G [00:56<02:08, 42.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.64G/11.4G [00:56<02:37, 49.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 86% 3.63G/4.24G [00:56<00:12, 49.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 75% 3.73G/5.00G [00:56<00:29, 42.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.65G/9.07G [00:56<01:56, 46.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.65G/11.4G [00:56<02:28, 52.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 86% 3.64G/4.24G [00:56<00:11, 53.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 75% 3.74G/5.00G [00:56<00:26, 46.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.66G/9.07G [00:56<01:48, 49.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.66G/11.4G [00:56<02:21, 54.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 86% 3.65G/4.24G [00:57<00:10, 55.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 75% 3.75G/5.00G [00:57<00:24, 50.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 40% 3.67G/9.07G [00:56<01:41, 53.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.67G/11.4G [00:57<02:15, 57.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 86% 3.66G/4.24G [00:57<00:10, 57.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.68G/9.07G [00:57<01:32, 58.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 75% 3.76G/5.00G [00:57<00:22, 53.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.68G/11.4G [00:57<02:10, 58.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 87% 3.67G/4.24G [00:57<00:09, 59.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.69G/9.07G [00:57<01:30, 59.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 76% 3.77G/5.00G [00:57<00:21, 56.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 32% 3.69G/11.4G [00:57<02:08, 60.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 87% 3.68G/4.24G [00:57<00:09, 59.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.70G/9.07G [00:57<01:29, 59.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 76% 3.79G/5.00G [00:57<00:21, 57.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.70G/11.4G [00:57<02:08, 59.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 87% 3.69G/4.24G [00:57<00:09, 59.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 76% 3.80G/5.00G [00:57<00:19, 60.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.71G/11.4G [00:57<02:12, 57.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 87% 3.70G/4.24G [00:57<00:09, 58.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.71G/9.07G [00:57<02:01, 44.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 76% 3.81G/5.00G [00:57<00:22, 53.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.72G/11.4G [00:58<02:14, 57.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 88% 3.71G/4.24G [00:58<00:09, 56.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 76% 3.82G/5.00G [00:58<00:20, 58.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.73G/9.07G [00:57<01:27, 61.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.73G/11.4G [00:58<02:18, 55.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 88% 3.72G/4.24G [00:58<00:09, 55.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 77% 3.83G/5.00G [00:58<00:20, 56.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.74G/9.07G [00:58<01:30, 59.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.74G/11.4G [00:58<02:18, 55.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 88% 3.73G/4.24G [00:58<00:09, 54.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 77% 3.84G/5.00G [00:58<00:20, 56.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 41% 3.75G/9.07G [00:58<01:31, 58.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.75G/11.4G [00:58<02:16, 55.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 88% 3.74G/4.24G [00:58<00:08, 57.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 77% 3.85G/5.00G [00:58<00:20, 56.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.76G/9.07G [00:58<01:33, 57.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.77G/11.4G [00:58<01:35, 79.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 89% 3.75G/4.24G [00:58<00:07, 62.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.77G/9.07G [00:58<01:23, 63.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 77% 3.86G/5.00G [00:58<00:20, 55.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 89% 3.76G/4.24G [00:58<00:07, 67.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.79G/11.4G [00:58<01:42, 74.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.79G/9.07G [00:58<01:28, 60.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 77% 3.87G/5.00G [00:59<00:19, 58.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 89% 3.77G/4.24G [00:59<00:07, 63.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.80G/11.4G [00:59<01:51, 67.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.80G/9.07G [00:58<01:28, 59.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 78% 3.88G/5.00G [00:59<00:19, 58.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 89% 3.79G/4.24G [00:59<00:07, 62.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 33% 3.81G/11.4G [00:59<01:53, 66.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.81G/9.07G [00:59<01:26, 60.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 78% 3.89G/5.00G [00:59<00:18, 60.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 90% 3.80G/4.24G [00:59<00:06, 64.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.82G/11.4G [00:59<01:52, 67.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.82G/9.07G [00:59<01:19, 65.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 78% 3.90G/5.00G [00:59<00:16, 65.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 90% 3.81G/4.24G [00:59<00:06, 69.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.83G/11.4G [00:59<01:44, 72.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.83G/9.07G [00:59<01:12, 72.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 90% 3.82G/4.24G [00:59<00:05, 76.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.84G/11.4G [00:59<01:36, 78.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.84G/9.07G [01:00<02:55, 29.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 78% 3.92G/5.00G [01:00<00:40, 26.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 90% 3.83G/4.24G [01:00<00:18, 22.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 42% 3.85G/9.07G [01:00<03:36, 24.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 79% 3.93G/5.00G [01:01<00:36, 29.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 91% 3.84G/4.24G [01:01<00:15, 26.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.86G/9.07G [01:00<02:46, 31.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.85G/11.4G [01:01<06:44, 18.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 79% 3.95G/5.00G [01:01<00:24, 42.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.87G/9.07G [01:01<02:20, 37.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 91% 3.86G/4.24G [01:01<00:09, 38.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.87G/11.4G [01:01<04:09, 30.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 79% 3.96G/5.00G [01:01<00:23, 44.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.88G/9.07G [01:01<02:03, 42.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 91% 3.87G/4.24G [01:01<00:08, 42.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.88G/11.4G [01:01<03:34, 34.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 79% 3.97G/5.00G [01:01<00:20, 49.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.89G/9.07G [01:01<01:48, 47.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 92% 3.88G/4.24G [01:01<00:07, 46.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.89G/11.4G [01:01<03:09, 39.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 80% 3.98G/5.00G [01:01<00:19, 52.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.90G/9.07G [01:01<01:41, 51.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 92% 3.89G/4.24G [01:01<00:06, 49.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.90G/11.4G [01:01<02:51, 43.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 80% 4.00G/5.00G [01:01<00:18, 54.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.91G/9.07G [01:01<01:35, 54.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 92% 3.90G/4.24G [01:02<00:06, 53.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.91G/11.4G [01:02<02:36, 47.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 80% 4.01G/5.00G [01:02<00:17, 57.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.92G/9.07G [01:01<01:30, 56.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 92% 3.91G/4.24G [01:02<00:05, 56.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 34% 3.92G/11.4G [01:02<02:24, 51.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 80% 4.02G/5.00G [01:02<00:16, 58.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.93G/9.07G [01:02<01:27, 58.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 93% 3.92G/4.24G [01:02<00:05, 58.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.93G/11.4G [01:02<02:16, 54.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 81% 4.03G/5.00G [01:02<00:16, 59.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 43% 3.94G/9.07G [01:02<01:26, 59.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 93% 3.93G/4.24G [01:02<00:05, 58.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.94G/11.4G [01:02<02:13, 55.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 81% 4.04G/5.00G [01:02<00:16, 59.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 3.95G/9.07G [01:02<01:27, 58.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 93% 3.94G/4.24G [01:02<00:05, 57.9MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.95G/11.4G [01:02<02:13, 55.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 81% 4.05G/5.00G [01:02<00:16, 57.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 3.96G/9.07G [01:02<01:30, 56.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 93% 3.95G/4.24G [01:02<00:05, 56.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.96G/11.4G [01:02<02:16, 54.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 81% 4.06G/5.00G [01:03<00:16, 55.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 3.97G/9.07G [01:02<01:32, 55.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.97G/11.4G [01:03<02:17, 53.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 81% 4.07G/5.00G [01:03<00:16, 55.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 3.98G/9.07G [01:03<01:31, 55.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 94% 3.96G/4.24G [01:03<00:06, 43.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 3.98G/11.4G [01:03<02:14, 55.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 82% 4.08G/5.00G [01:03<00:16, 56.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 4.00G/9.07G [01:03<01:29, 56.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 94% 3.98G/4.24G [01:03<00:04, 59.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 4.00G/11.4G [01:03<02:13, 55.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 82% 4.09G/5.00G [01:03<00:15, 58.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 94% 4.00G/4.24G [01:03<00:03, 62.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 4.01G/9.07G [01:03<01:29, 56.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 4.02G/11.4G [01:03<01:35, 77.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 82% 4.10G/5.00G [01:03<00:15, 59.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 95% 4.01G/4.24G [01:03<00:03, 63.3MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 4.02G/9.07G [01:03<01:24, 60.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 4.03G/11.4G [01:03<01:32, 79.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 44% 4.03G/9.07G [01:03<01:24, 59.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 95% 4.02G/4.24G [01:03<00:03, 60.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 82% 4.12G/5.00G [01:03<00:13, 66.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 35% 4.04G/11.4G [01:04<01:48, 68.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.04G/9.07G [01:03<01:23, 60.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 95% 4.03G/4.24G [01:04<00:03, 60.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 83% 4.13G/5.00G [01:04<00:13, 64.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.05G/11.4G [01:04<01:50, 66.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.05G/9.07G [01:04<01:22, 61.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 95% 4.04G/4.24G [01:04<00:03, 61.5MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 83% 4.14G/5.00G [01:04<00:13, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.06G/11.4G [01:04<01:49, 66.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.06G/9.07G [01:04<01:17, 64.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 96% 4.05G/4.24G [01:04<00:02, 64.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 83% 4.15G/5.00G [01:04<00:12, 67.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.07G/11.4G [01:04<01:42, 71.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.08G/9.07G [01:04<01:00, 82.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 83% 4.17G/5.00G [01:04<00:09, 85.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 96% 4.07G/4.24G [01:04<00:02, 82.6MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.09G/11.4G [01:04<01:23, 87.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 96% 4.09G/4.24G [01:04<00:01, 101MB/s] \u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.10G/9.07G [01:04<00:52, 95.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.11G/11.4G [01:04<01:11, 102MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 84% 4.19G/5.00G [01:04<00:08, 96.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 45% 4.11G/9.07G [01:04<00:52, 94.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 97% 4.11G/4.24G [01:04<00:01, 106MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 84% 4.22G/5.00G [01:04<00:07, 101MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.13G/11.4G [01:05<01:12, 100MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.13G/9.07G [01:04<00:49, 99.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 85% 4.23G/5.00G [01:05<00:07, 98.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.14G/11.4G [01:05<01:14, 96.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 97% 4.13G/4.24G [01:05<00:01, 96.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 85% 4.24G/5.00G [01:05<00:08, 95.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.14G/9.07G [01:05<00:53, 92.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 36% 4.15G/11.4G [01:05<01:15, 95.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 98% 4.14G/4.24G [01:05<00:01, 94.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 85% 4.25G/5.00G [01:05<00:07, 96.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.15G/9.07G [01:05<00:53, 92.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.16G/11.4G [01:05<01:18, 92.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 98% 4.15G/4.24G [01:05<00:00, 92.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 85% 4.26G/5.00G [01:05<00:07, 93.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.16G/9.07G [01:05<00:55, 88.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.17G/11.4G [01:05<01:21, 88.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 85% 4.27G/5.00G [01:05<00:07, 94.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 98% 4.16G/4.24G [01:05<00:00, 88.7MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.17G/9.07G [01:05<00:55, 88.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.18G/11.4G [01:05<01:22, 86.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 98% 4.17G/4.24G [01:05<00:00, 89.0MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 86% 4.28G/5.00G [01:05<00:08, 89.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.18G/9.07G [01:05<00:54, 90.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.19G/11.4G [01:05<01:25, 83.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 99% 4.18G/4.24G [01:05<00:00, 88.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 86% 4.29G/5.00G [01:05<00:08, 88.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.19G/9.07G [01:05<00:54, 89.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.20G/11.4G [01:05<01:23, 85.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 99% 4.19G/4.24G [01:05<00:00, 87.4MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 86% 4.30G/5.00G [01:05<00:08, 85.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.20G/9.07G [01:05<00:56, 86.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.22G/11.4G [01:06<01:22, 86.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 99% 4.20G/4.24G [01:06<00:00, 90.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 86% 4.31G/5.00G [01:06<00:08, 84.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 46% 4.22G/9.07G [01:05<00:56, 86.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.23G/11.4G [01:06<01:22, 86.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 99% 4.22G/4.24G [01:06<00:00, 91.2MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 86% 4.32G/5.00G [01:06<00:07, 85.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.23G/9.07G [01:05<00:57, 84.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.24G/11.4G [01:06<01:23, 85.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 100% 4.23G/4.24G [01:06<00:00, 87.1MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 87% 4.33G/5.00G [01:06<00:08, 81.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.24G/9.07G [01:06<00:59, 80.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.25G/11.4G [01:06<01:29, 80.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "model-00002-of-00002.safetensors: 100% 4.24G/4.24G [01:06<00:00, 83.8MB/s]\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 87% 4.34G/5.00G [01:06<00:08, 77.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.25G/9.07G [01:06<01:02, 77.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "model-00002-of-00002.safetensors: 100% 4.24G/4.24G [01:06<00:00, 63.6MB/s]\n", "\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 87% 4.35G/5.00G [01:06<00:08, 74.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.26G/9.07G [01:06<01:07, 71.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 37% 4.27G/11.4G [01:06<01:35, 74.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.27G/9.07G [01:06<01:03, 75.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 87% 4.36G/5.00G [01:06<00:08, 71.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.28G/11.4G [01:06<01:30, 78.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 87% 4.37G/5.00G [01:06<00:08, 75.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.28G/9.07G [01:06<01:04, 73.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.29G/11.4G [01:07<01:37, 73.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.29G/9.07G [01:06<01:04, 74.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 88% 4.38G/5.00G [01:07<00:08, 70.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.30G/11.4G [01:07<01:34, 74.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 88% 4.39G/5.00G [01:07<00:08, 72.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 47% 4.30G/9.07G [01:07<01:08, 70.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.31G/11.4G [01:07<01:41, 69.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 88% 4.40G/5.00G [01:07<00:08, 72.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.31G/9.07G [01:07<01:06, 71.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.32G/11.4G [01:07<01:38, 71.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.32G/9.07G [01:07<01:06, 71.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 88% 4.41G/5.00G [01:07<00:08, 67.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.33G/11.4G [01:07<01:45, 67.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 89% 4.42G/5.00G [01:07<00:08, 70.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.33G/9.07G [01:07<01:10, 67.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.34G/11.4G [01:07<01:42, 68.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.34G/9.07G [01:07<01:07, 70.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 89% 4.44G/5.00G [01:07<00:08, 66.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.35G/11.4G [01:07<01:43, 67.9MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.36G/11.4G [01:08<01:39, 70.7MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 38% 4.38G/11.4G [01:08<01:11, 97.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 89% 4.45G/5.00G [01:08<00:11, 50.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.35G/9.07G [01:07<01:33, 50.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.40G/11.4G [01:08<01:01, 114MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 48% 4.38G/9.07G [01:08<00:50, 92.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 89% 4.47G/5.00G [01:08<00:07, 69.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 90% 4.48G/5.00G [01:08<00:07, 73.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.42G/11.4G [01:08<01:05, 106MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.40G/9.07G [01:08<00:49, 94.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 90% 4.49G/5.00G [01:08<00:06, 79.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.45G/11.4G [01:08<01:06, 105MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 90% 4.51G/5.00G [01:08<00:05, 93.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.42G/9.07G [01:08<00:49, 94.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.45G/9.07G [01:08<00:45, 103MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 91% 4.53G/5.00G [01:08<00:04, 101MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.47G/11.4G [01:09<01:13, 94.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 91% 4.54G/5.00G [01:09<00:04, 95.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.48G/11.4G [01:09<01:17, 89.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.47G/9.07G [01:08<00:49, 93.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 91% 4.55G/5.00G [01:09<00:05, 88.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 39% 4.49G/11.4G [01:09<01:21, 84.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 91% 4.56G/5.00G [01:09<00:05, 84.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.48G/9.07G [01:09<00:53, 85.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.50G/11.4G [01:09<01:24, 81.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 49% 4.49G/9.07G [01:09<00:53, 85.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 91% 4.57G/5.00G [01:09<00:05, 82.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.51G/11.4G [01:09<01:22, 83.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 92% 4.58G/5.00G [01:09<00:04, 85.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 50% 4.51G/9.07G [01:09<00:47, 95.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.53G/11.4G [01:09<01:08, 99.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 92% 4.60G/5.00G [01:09<00:03, 108MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 50% 4.53G/9.07G [01:10<01:23, 54.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.55G/11.4G [01:11<03:22, 33.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 50% 4.54G/9.07G [01:10<02:05, 36.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 92% 4.62G/5.00G [01:11<00:11, 33.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 93% 4.63G/5.00G [01:11<00:09, 39.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.57G/11.4G [01:11<02:34, 44.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 50% 4.56G/9.07G [01:11<01:35, 47.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 93% 4.65G/5.00G [01:11<00:07, 45.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.58G/11.4G [01:11<02:20, 48.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 50% 4.57G/9.07G [01:11<01:26, 52.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 93% 4.66G/5.00G [01:11<00:06, 51.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.59G/11.4G [01:11<02:04, 54.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.58G/9.07G [01:11<01:19, 56.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 93% 4.67G/5.00G [01:11<00:05, 57.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 40% 4.60G/11.4G [01:11<01:53, 59.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.59G/9.07G [01:11<01:11, 62.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 94% 4.68G/5.00G [01:11<00:05, 63.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.61G/11.4G [01:11<01:47, 62.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.60G/9.07G [01:11<01:06, 66.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 94% 4.69G/5.00G [01:11<00:04, 66.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.61G/9.07G [01:11<01:04, 69.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 94% 4.70G/5.00G [01:11<00:04, 68.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.62G/9.07G [01:11<01:02, 71.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.62G/11.4G [01:12<02:09, 52.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 94% 4.71G/5.00G [01:12<00:04, 71.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.65G/11.4G [01:12<01:27, 76.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.63G/9.07G [01:11<01:02, 71.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 94% 4.72G/5.00G [01:12<00:03, 73.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.65G/9.07G [01:12<01:00, 72.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 95% 4.73G/5.00G [01:12<00:03, 74.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.67G/11.4G [01:12<01:29, 75.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.66G/9.07G [01:12<01:00, 73.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 95% 4.74G/5.00G [01:12<00:03, 71.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.68G/11.4G [01:12<01:31, 73.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 51% 4.67G/9.07G [01:12<01:00, 72.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 95% 4.75G/5.00G [01:12<00:03, 71.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.69G/11.4G [01:12<01:30, 74.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.68G/9.07G [01:12<01:00, 72.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 95% 4.76G/5.00G [01:12<00:03, 71.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.70G/11.4G [01:12<01:30, 73.8MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.69G/9.07G [01:12<01:02, 70.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 95% 4.77G/5.00G [01:12<00:03, 72.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.71G/11.4G [01:12<01:29, 74.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.70G/9.07G [01:12<01:00, 72.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 96% 4.78G/5.00G [01:13<00:03, 72.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 41% 4.72G/11.4G [01:13<01:30, 73.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.71G/9.07G [01:12<00:57, 75.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 96% 4.79G/5.00G [01:13<00:02, 75.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.73G/11.4G [01:13<01:26, 77.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.72G/9.07G [01:13<00:55, 78.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 96% 4.80G/5.00G [01:13<00:02, 78.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.74G/11.4G [01:13<01:23, 80.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.73G/9.07G [01:13<00:52, 82.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 96% 4.81G/5.00G [01:13<00:02, 81.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.74G/9.07G [01:13<00:52, 81.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.76G/11.4G [01:13<01:08, 97.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 97% 4.83G/5.00G [01:13<00:01, 90.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 52% 4.75G/9.07G [01:13<00:50, 85.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.77G/11.4G [01:13<01:08, 97.1MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.78G/11.4G [01:13<01:08, 96.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 53% 4.77G/9.07G [01:13<00:39, 108MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 97% 4.85G/5.00G [01:13<00:01, 106MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.79G/11.4G [01:13<01:16, 86.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 97% 4.87G/5.00G [01:13<00:01, 89.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 53% 4.79G/9.07G [01:13<00:46, 92.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.80G/11.4G [01:14<01:21, 80.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 98% 4.88G/5.00G [01:14<00:01, 84.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 53% 4.80G/9.07G [01:13<00:45, 93.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.81G/11.4G [01:14<01:17, 85.2MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 98% 4.89G/5.00G [01:14<00:01, 88.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 53% 4.81G/9.07G [01:14<00:44, 96.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 42% 4.83G/11.4G [01:14<01:06, 98.4MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 98% 4.91G/5.00G [01:14<00:00, 101MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 53% 4.83G/9.07G [01:14<00:40, 104MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 43% 4.85G/11.4G [01:14<01:01, 107MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 99% 4.93G/5.00G [01:14<00:00, 109MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 54% 4.85G/9.07G [01:14<00:36, 115MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 99% 4.95G/5.00G [01:14<00:00, 125MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 43% 4.88G/11.4G [01:14<00:55, 116MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 54% 4.89G/9.07G [01:14<00:28, 147MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 43% 4.91G/11.4G [01:14<00:42, 153MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 100% 4.98G/5.00G [01:14<00:00, 156MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "model-00001-of-00002.safetensors: 100% 5.00G/5.00G [01:14<00:00, 66.8MB/s]\n", "\n", "\n", "m4t_v2_multitask_unity2.pt: 43% 4.94G/11.4G [01:14<00:36, 176MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 55% 4.95G/9.07G [01:14<00:20, 201MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 44% 4.97G/11.4G [01:15<00:30, 209MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 55% 4.99G/9.07G [01:14<00:16, 243MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 44% 5.01G/11.4G [01:15<00:25, 246MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 55% 5.03G/9.07G [01:14<00:14, 270MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 44% 5.04G/11.4G [01:15<00:25, 249MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 56% 5.06G/9.07G [01:15<00:16, 240MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 45% 5.08G/11.4G [01:15<00:29, 216MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 56% 5.10G/9.07G [01:15<00:18, 215MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 45% 5.11G/11.4G [01:15<00:31, 199MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 57% 5.13G/9.07G [01:15<00:19, 201MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 45% 5.14G/11.4G [01:15<00:32, 190MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 57% 5.16G/9.07G [01:15<00:20, 193MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 45% 5.16G/11.4G [01:15<00:33, 187MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 57% 5.18G/9.07G [01:15<00:21, 183MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 45% 5.18G/11.4G [01:16<00:33, 183MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 57% 5.20G/9.07G [01:15<00:22, 170MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 46% 5.20G/11.4G [01:16<00:37, 167MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 58% 5.22G/9.07G [01:16<00:24, 156MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 46% 5.22G/11.4G [01:16<00:40, 154MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 58% 5.24G/9.07G [01:16<00:26, 145MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 46% 5.24G/11.4G [01:16<00:44, 139MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 58% 5.26G/9.07G [01:16<00:28, 133MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 46% 5.26G/11.4G [01:16<00:48, 126MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 58% 5.28G/9.07G [01:16<00:32, 116MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 46% 5.28G/11.4G [01:17<00:54, 113MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 58% 5.31G/9.07G [01:16<00:36, 105MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 47% 5.31G/11.4G [01:17<00:59, 102MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 59% 5.33G/9.07G [01:17<00:37, 99.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 47% 5.33G/11.4G [01:17<01:02, 96.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 59% 5.34G/9.07G [01:17<00:37, 100MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 47% 5.35G/11.4G [01:17<00:58, 103MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 59% 5.36G/9.07G [01:17<00:35, 105MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 47% 5.37G/11.4G [01:17<00:51, 116MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 59% 5.38G/9.07G [01:17<00:30, 120MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 47% 5.39G/11.4G [01:17<00:46, 130MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 60% 5.40G/9.07G [01:17<00:27, 132MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 48% 5.41G/11.4G [01:18<00:45, 131MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 60% 5.42G/9.07G [01:17<00:26, 138MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 48% 5.43G/11.4G [01:18<00:41, 142MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 48% 5.45G/11.4G [01:18<00:38, 156MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 48% 5.49G/11.4G [01:18<00:29, 203MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 60% 5.44G/9.07G [01:18<00:35, 102MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.53G/11.4G [01:18<00:29, 201MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 60% 5.47G/9.07G [01:18<00:28, 125MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.55G/11.4G [01:18<00:30, 193MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 61% 5.49G/9.07G [01:18<00:26, 133MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.57G/11.4G [01:18<00:32, 181MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 61% 5.52G/9.07G [01:18<00:26, 134MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.59G/11.4G [01:19<00:35, 164MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 61% 5.54G/9.07G [01:18<00:27, 126MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.61G/11.4G [01:19<00:39, 146MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 61% 5.56G/9.07G [01:19<00:27, 127MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 49% 5.63G/11.4G [01:19<00:39, 146MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 62% 5.58G/9.07G [01:19<00:27, 128MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 50% 5.65G/11.4G [01:19<00:38, 148MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 62% 5.60G/9.07G [01:19<00:24, 143MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 62% 5.62G/9.07G [01:19<00:22, 152MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 50% 5.68G/11.4G [01:19<00:37, 151MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 62% 5.64G/9.07G [01:20<01:26, 39.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 50% 5.70G/11.4G [01:21<02:09, 43.9MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 50% 5.73G/11.4G [01:21<01:42, 55.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 63% 5.67G/9.07G [01:21<00:59, 57.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 50% 5.75G/11.4G [01:21<01:23, 67.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 63% 5.69G/9.07G [01:21<00:49, 68.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 51% 5.77G/11.4G [01:21<01:10, 79.9MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 63% 5.71G/9.07G [01:21<00:42, 79.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 51% 5.79G/11.4G [01:21<01:01, 91.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 63% 5.74G/9.07G [01:21<00:36, 90.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 51% 5.81G/11.4G [01:21<00:58, 95.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 63% 5.76G/9.07G [01:21<00:34, 96.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 51% 5.83G/11.4G [01:22<00:52, 106MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 64% 5.78G/9.07G [01:21<00:31, 105MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 51% 5.85G/11.4G [01:22<00:50, 110MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 64% 5.80G/9.07G [01:21<00:29, 110MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.87G/11.4G [01:22<00:48, 114MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 64% 5.82G/9.07G [01:22<00:28, 115MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.89G/11.4G [01:22<00:46, 117MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 64% 5.84G/9.07G [01:22<00:27, 115MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.91G/11.4G [01:22<00:47, 116MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 65% 5.86G/9.07G [01:22<00:27, 117MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 65% 5.88G/9.07G [01:22<00:27, 114MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.93G/11.4G [01:22<00:54, 100MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.96G/11.4G [01:23<00:45, 119MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 65% 5.90G/9.07G [01:22<00:27, 116MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 52% 5.98G/11.4G [01:23<00:45, 120MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 65% 5.92G/9.07G [01:23<00:27, 113MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 53% 6.00G/11.4G [01:23<00:45, 118MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 66% 5.95G/9.07G [01:23<00:26, 117MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 53% 6.02G/11.4G [01:23<00:43, 122MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 66% 5.97G/9.07G [01:23<00:26, 119MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 53% 6.04G/11.4G [01:23<00:43, 122MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 66% 5.99G/9.07G [01:23<00:24, 126MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 53% 6.06G/11.4G [01:23<00:40, 130MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 66% 6.01G/9.07G [01:23<00:22, 137MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 53% 6.08G/11.4G [01:24<00:37, 143MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 66% 6.03G/9.07G [01:23<00:21, 144MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 54% 6.10G/11.4G [01:24<00:35, 149MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 67% 6.05G/9.07G [01:23<00:19, 154MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 54% 6.12G/11.4G [01:24<00:32, 160MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 67% 6.07G/9.07G [01:24<00:18, 161MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 67% 6.09G/9.07G [01:24<00:17, 173MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 54% 6.16G/11.4G [01:24<00:30, 173MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 67% 6.11G/9.07G [01:24<00:16, 177MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 54% 6.19G/11.4G [01:24<00:28, 183MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 68% 6.14G/9.07G [01:24<00:15, 187MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 55% 6.21G/11.4G [01:24<00:27, 189MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 68% 6.17G/9.07G [01:24<00:15, 191MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 55% 6.23G/11.4G [01:24<00:26, 192MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 68% 6.20G/9.07G [01:24<00:13, 217MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 55% 6.27G/11.4G [01:24<00:21, 233MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 69% 6.24G/9.07G [01:24<00:10, 261MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 55% 6.30G/11.4G [01:25<00:21, 236MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 69% 6.28G/9.07G [01:24<00:09, 288MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 56% 6.33G/11.4G [01:25<00:20, 242MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 70% 6.31G/9.07G [01:24<00:09, 291MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 56% 6.38G/11.4G [01:25<00:18, 272MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 70% 6.35G/9.07G [01:25<00:08, 302MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 56% 6.42G/11.4G [01:25<00:16, 295MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 70% 6.39G/9.07G [01:25<00:09, 298MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 71% 6.43G/9.07G [01:25<00:08, 304MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 57% 6.45G/11.4G [01:25<00:20, 239MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 71% 6.46G/9.07G [01:25<00:10, 255MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 57% 6.48G/11.4G [01:25<00:22, 214MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 72% 6.49G/9.07G [01:25<00:11, 223MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 57% 6.51G/11.4G [01:25<00:23, 204MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 72% 6.52G/9.07G [01:25<00:12, 200MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 57% 6.54G/11.4G [01:26<00:26, 183MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 58% 6.56G/11.4G [01:26<00:26, 181MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 72% 6.55G/9.07G [01:26<00:13, 188MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 58% 6.59G/11.4G [01:26<00:28, 168MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 72% 6.57G/9.07G [01:26<00:14, 172MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 58% 6.61G/11.4G [01:26<00:32, 149MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 73% 6.60G/9.07G [01:26<00:15, 162MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 58% 6.63G/11.4G [01:26<00:32, 148MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 73% 6.62G/9.07G [01:26<00:15, 154MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 58% 6.65G/11.4G [01:26<00:33, 141MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 73% 6.64G/9.07G [01:26<00:17, 140MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.67G/11.4G [01:27<00:34, 136MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 73% 6.66G/9.07G [01:26<00:17, 136MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.69G/11.4G [01:27<00:36, 128MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 74% 6.68G/9.07G [01:27<00:18, 133MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.71G/11.4G [01:27<00:36, 129MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 74% 6.70G/9.07G [01:27<00:18, 131MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.73G/11.4G [01:27<00:36, 128MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 74% 6.72G/9.07G [01:27<00:18, 125MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.75G/11.4G [01:27<00:37, 124MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 74% 6.74G/9.07G [01:27<00:18, 124MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 59% 6.77G/11.4G [01:27<00:39, 117MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 75% 6.76G/9.07G [01:27<00:19, 121MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 60% 6.79G/11.4G [01:28<00:38, 120MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 75% 6.78G/9.07G [01:27<00:19, 118MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 60% 6.82G/11.4G [01:28<00:37, 122MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 75% 6.81G/9.07G [01:28<00:18, 123MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 60% 6.84G/11.4G [01:28<00:35, 127MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 60% 6.86G/11.4G [01:28<00:35, 129MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 75% 6.83G/9.07G [01:28<00:23, 96.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 61% 6.89G/11.4G [01:28<00:27, 162MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 75% 6.85G/9.07G [01:28<00:19, 115MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 61% 6.91G/11.4G [01:28<00:27, 160MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 76% 6.87G/9.07G [01:29<00:51, 42.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 61% 6.93G/11.4G [01:30<01:29, 49.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 76% 6.90G/9.07G [01:29<00:34, 63.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 61% 6.96G/11.4G [01:30<01:02, 71.0MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 77% 6.94G/9.07G [01:30<00:22, 96.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 62% 7.00G/11.4G [01:30<00:41, 105MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 77% 6.97G/9.07G [01:30<00:17, 117MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 62% 7.04G/11.4G [01:30<00:36, 121MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 62% 7.08G/11.4G [01:30<00:28, 154MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 77% 6.99G/9.07G [01:30<00:19, 106MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 77% 7.01G/9.07G [01:30<00:17, 116MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 62% 7.11G/11.4G [01:30<00:25, 165MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 78% 7.04G/9.07G [01:30<00:15, 127MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 63% 7.14G/11.4G [01:30<00:25, 167MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 78% 7.06G/9.07G [01:30<00:14, 136MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 63% 7.16G/11.4G [01:31<00:26, 160MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 78% 7.08G/9.07G [01:30<00:13, 144MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 78% 7.10G/9.07G [01:31<00:12, 158MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 63% 7.18G/11.4G [01:31<00:27, 151MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 78% 7.12G/9.07G [01:31<00:12, 161MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 63% 7.20G/11.4G [01:31<00:27, 150MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 79% 7.14G/9.07G [01:31<00:12, 150MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 63% 7.22G/11.4G [01:31<00:28, 147MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 79% 7.16G/9.07G [01:31<00:12, 149MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 64% 7.25G/11.4G [01:31<00:29, 141MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 79% 7.18G/9.07G [01:31<00:13, 143MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 64% 7.27G/11.4G [01:31<00:29, 139MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 79% 7.20G/9.07G [01:31<00:13, 137MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 64% 7.29G/11.4G [01:32<00:29, 137MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 80% 7.22G/9.07G [01:31<00:13, 138MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 64% 7.31G/11.4G [01:32<00:29, 139MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 80% 7.25G/9.07G [01:32<00:13, 139MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 64% 7.33G/11.4G [01:32<00:28, 140MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 80% 7.27G/9.07G [01:32<00:12, 140MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.35G/11.4G [01:32<00:28, 140MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 80% 7.29G/9.07G [01:32<00:12, 140MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.37G/11.4G [01:32<00:28, 139MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 81% 7.31G/9.07G [01:32<00:12, 137MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.39G/11.4G [01:32<00:29, 137MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 81% 7.33G/9.07G [01:32<00:12, 135MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.41G/11.4G [01:32<00:29, 133MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 81% 7.35G/9.07G [01:32<00:13, 132MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.43G/11.4G [01:33<00:30, 128MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 81% 7.37G/9.07G [01:33<00:13, 125MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 65% 7.46G/11.4G [01:33<00:31, 125MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 82% 7.39G/9.07G [01:33<00:13, 122MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 66% 7.48G/11.4G [01:33<00:32, 120MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 82% 7.41G/9.07G [01:33<00:13, 120MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 82% 7.43G/9.07G [01:33<00:13, 123MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 66% 7.50G/11.4G [01:33<00:43, 89.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 82% 7.46G/9.07G [01:33<00:11, 137MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 82% 7.48G/9.07G [01:33<00:10, 149MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 66% 7.53G/11.4G [01:34<00:33, 117MB/s] \u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 66% 7.55G/11.4G [01:34<00:29, 131MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 83% 7.51G/9.07G [01:33<00:09, 168MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 83% 7.53G/9.07G [01:34<00:08, 175MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 67% 7.58G/11.4G [01:34<00:24, 154MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 67% 7.60G/11.4G [01:34<00:23, 163MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 83% 7.56G/9.07G [01:34<00:08, 187MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 67% 7.63G/11.4G [01:34<00:21, 177MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 84% 7.59G/9.07G [01:34<00:07, 193MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 67% 7.65G/11.4G [01:34<00:20, 180MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 84% 7.61G/9.07G [01:34<00:07, 196MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 67% 7.69G/11.4G [01:34<00:18, 199MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 84% 7.64G/9.07G [01:34<00:06, 211MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 68% 7.72G/11.4G [01:34<00:16, 223MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 85% 7.69G/9.07G [01:34<00:05, 249MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 68% 7.76G/11.4G [01:35<00:14, 256MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 85% 7.72G/9.07G [01:34<00:05, 255MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 85% 7.75G/9.07G [01:34<00:04, 269MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 68% 7.79G/11.4G [01:35<00:14, 252MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 69% 7.82G/11.4G [01:35<00:13, 266MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 86% 7.79G/9.07G [01:35<00:04, 292MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 69% 7.86G/11.4G [01:35<00:12, 283MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 86% 7.82G/9.07G [01:35<00:04, 283MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 69% 7.90G/11.4G [01:35<00:12, 275MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 87% 7.85G/9.07G [01:35<00:04, 254MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 70% 7.93G/11.4G [01:35<00:14, 231MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 87% 7.89G/9.07G [01:35<00:05, 221MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 70% 7.96G/11.4G [01:35<00:16, 209MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 87% 7.92G/9.07G [01:35<00:05, 204MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 70% 7.99G/11.4G [01:36<00:17, 192MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 88% 7.95G/9.07G [01:35<00:05, 196MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 70% 8.01G/11.4G [01:36<00:17, 189MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 88% 7.97G/9.07G [01:36<00:06, 175MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.03G/11.4G [01:36<00:19, 176MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 88% 7.99G/9.07G [01:36<00:06, 159MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.05G/11.4G [01:36<00:19, 172MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 88% 8.01G/9.07G [01:36<00:06, 158MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.07G/11.4G [01:36<00:19, 166MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 89% 8.03G/9.07G [01:36<00:06, 151MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.10G/11.4G [01:36<00:20, 159MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 89% 8.05G/9.07G [01:36<00:06, 146MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.12G/11.4G [01:36<00:21, 150MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 89% 8.07G/9.07G [01:36<00:07, 142MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 71% 8.14G/11.4G [01:37<00:22, 145MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 89% 8.10G/9.07G [01:36<00:06, 143MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 72% 8.16G/11.4G [01:37<00:22, 142MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 89% 8.12G/9.07G [01:37<00:06, 142MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 72% 8.18G/11.4G [01:37<00:22, 143MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 90% 8.14G/9.07G [01:37<00:06, 142MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 72% 8.20G/11.4G [01:37<00:22, 141MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 90% 8.16G/9.07G [01:37<00:06, 141MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 72% 8.22G/11.4G [01:37<00:22, 141MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 90% 8.18G/9.07G [01:37<00:06, 139MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 72% 8.24G/11.4G [01:37<00:22, 138MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 90% 8.20G/9.07G [01:37<00:06, 135MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.26G/11.4G [01:38<00:23, 134MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 91% 8.22G/9.07G [01:37<00:06, 131MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.28G/11.4G [01:38<00:23, 130MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 91% 8.24G/9.07G [01:38<00:06, 128MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.30G/11.4G [01:38<00:24, 126MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 91% 8.26G/9.07G [01:38<00:06, 124MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.33G/11.4G [01:38<00:24, 124MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 91% 8.28G/9.07G [01:38<00:06, 122MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.35G/11.4G [01:38<00:25, 118MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 73% 8.37G/11.4G [01:38<00:23, 126MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 92% 8.30G/9.07G [01:38<00:07, 103MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 74% 8.39G/11.4G [01:39<00:23, 125MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 92% 8.34G/9.07G [01:38<00:05, 129MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 74% 8.41G/11.4G [01:39<00:23, 128MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 92% 8.36G/9.07G [01:38<00:05, 130MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 74% 8.43G/11.4G [01:39<00:22, 130MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 92% 8.38G/9.07G [01:39<00:05, 133MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 74% 8.45G/11.4G [01:39<00:24, 121MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 93% 8.40G/9.07G [01:39<00:05, 113MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 74% 8.47G/11.4G [01:41<01:19, 36.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 93% 8.42G/9.07G [01:40<00:17, 37.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 93% 8.44G/9.07G [01:40<00:12, 49.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 75% 8.50G/11.4G [01:41<00:53, 53.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 93% 8.46G/9.07G [01:41<00:09, 62.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 75% 8.52G/11.4G [01:41<00:44, 64.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 94% 8.48G/9.07G [01:41<00:07, 75.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 75% 8.55G/11.4G [01:41<00:38, 74.6MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 94% 8.50G/9.07G [01:41<00:06, 87.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 75% 8.57G/11.4G [01:41<00:32, 86.7MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 94% 8.52G/9.07G [01:41<00:05, 97.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 75% 8.59G/11.4G [01:41<00:29, 96.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 94% 8.55G/9.07G [01:41<00:04, 106MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 76% 8.61G/11.4G [01:41<00:26, 105MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 94% 8.57G/9.07G [01:41<00:04, 114MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 76% 8.63G/11.4G [01:42<00:24, 114MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 95% 8.59G/9.07G [01:41<00:03, 122MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 76% 8.65G/11.4G [01:42<00:25, 106MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 95% 8.61G/9.07G [01:42<00:03, 129MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 76% 8.68G/11.4G [01:42<00:20, 131MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 95% 8.63G/9.07G [01:42<00:03, 131MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 76% 8.70G/11.4G [01:42<00:20, 133MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 95% 8.65G/9.07G [01:42<00:03, 133MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 77% 8.72G/11.4G [01:42<00:20, 131MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 96% 8.67G/9.07G [01:42<00:03, 131MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 77% 8.75G/11.4G [01:43<00:20, 126MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 96% 8.69G/9.07G [01:42<00:03, 126MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 77% 8.77G/11.4G [01:43<00:21, 121MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 96% 8.71G/9.07G [01:42<00:02, 121MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 77% 8.79G/11.4G [01:43<00:22, 117MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 96% 8.73G/9.07G [01:43<00:02, 116MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 77% 8.81G/11.4G [01:43<00:23, 111MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 97% 8.76G/9.07G [01:43<00:02, 112MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.83G/11.4G [01:43<00:23, 111MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 97% 8.78G/9.07G [01:43<00:02, 110MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.85G/11.4G [01:43<00:22, 114MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 97% 8.80G/9.07G [01:43<00:02, 114MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.87G/11.4G [01:44<00:21, 119MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 97% 8.82G/9.07G [01:43<00:02, 119MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.89G/11.4G [01:44<00:20, 121MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 97% 8.84G/9.07G [01:44<00:01, 123MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.91G/11.4G [01:44<00:18, 135MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 98% 8.86G/9.07G [01:44<00:01, 135MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 78% 8.93G/11.4G [01:44<00:17, 141MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 98% 8.88G/9.07G [01:44<00:01, 143MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 98% 8.90G/9.07G [01:45<00:04, 38.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 79% 8.95G/11.4G [01:46<01:04, 37.7MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 79% 8.98G/11.4G [01:46<00:48, 49.3MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 98% 8.93G/9.07G [01:45<00:02, 56.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 99% 8.95G/9.07G [01:46<00:01, 68.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 79% 9.00G/11.4G [01:46<00:39, 61.1MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 99% 8.98G/9.07G [01:46<00:01, 80.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 79% 9.02G/11.4G [01:46<00:31, 74.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 99% 9.00G/9.07G [01:46<00:00, 91.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 79% 9.04G/11.4G [01:46<00:27, 85.7MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 80% 9.06G/11.4G [01:46<00:23, 97.5MB/s]\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 99% 9.02G/9.07G [01:46<00:00, 100MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 80% 9.08G/11.4G [01:46<00:21, 106MB/s] \u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 100% 9.04G/9.07G [01:46<00:00, 108MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "\n", "\n", "\n", "\n", "seamlessM4T_v2_large.pt: 100% 9.06G/9.07G [01:46<00:00, 117MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\n", "\n", "seamlessM4T_v2_large.pt: 100% 9.07G/9.07G [01:46<00:00, 84.8MB/s]\n", "\n", "\n", "m4t_v2_multitask_unity2.pt: 80% 9.12G/11.4G [01:47<00:18, 121MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 80% 9.14G/11.4G [01:47<00:17, 129MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 80% 9.16G/11.4G [01:47<00:16, 131MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 81% 9.19G/11.4G [01:47<00:16, 134MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 81% 9.21G/11.4G [01:47<00:15, 138MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 81% 9.23G/11.4G [01:47<00:14, 145MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 81% 9.25G/11.4G [01:48<00:13, 158MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 81% 9.28G/11.4G [01:48<00:11, 184MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 82% 9.32G/11.4G [01:48<00:09, 220MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 82% 9.36G/11.4G [01:48<00:08, 247MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 83% 9.40G/11.4G [01:48<00:08, 246MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 83% 9.43G/11.4G [01:48<00:07, 257MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 83% 9.46G/11.4G [01:48<00:07, 270MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 83% 9.49G/11.4G [01:48<00:07, 260MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 84% 9.53G/11.4G [01:49<00:06, 287MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 84% 9.57G/11.4G [01:49<00:06, 299MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 84% 9.60G/11.4G [01:49<00:05, 298MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 85% 9.64G/11.4G [01:49<00:05, 298MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 85% 9.67G/11.4G [01:49<00:05, 302MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 85% 9.70G/11.4G [01:49<00:05, 297MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 86% 9.74G/11.4G [01:49<00:05, 316MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 86% 9.78G/11.4G [01:49<00:05, 299MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 86% 9.81G/11.4G [01:49<00:05, 285MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 86% 9.85G/11.4G [01:50<00:05, 285MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 87% 9.88G/11.4G [01:50<00:05, 266MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 87% 9.91G/11.4G [01:50<00:06, 231MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 87% 9.94G/11.4G [01:50<00:06, 230MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 88% 9.97G/11.4G [01:50<00:06, 234MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 88% 10.0G/11.4G [01:50<00:05, 231MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 88% 10.0G/11.4G [01:50<00:05, 250MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 88% 10.1G/11.4G [01:51<00:05, 250MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 89% 10.1G/11.4G [01:51<00:05, 245MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 89% 10.1G/11.4G [01:51<00:06, 209MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 89% 10.2G/11.4G [01:51<00:05, 223MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 90% 10.2G/11.4G [01:51<00:05, 233MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 90% 10.2G/11.4G [01:51<00:05, 216MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 90% 10.3G/11.4G [01:52<00:05, 191MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 90% 10.3G/11.4G [01:52<00:05, 199MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 91% 10.3G/11.4G [01:52<00:05, 211MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 91% 10.3G/11.4G [01:52<00:04, 229MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 91% 10.4G/11.4G [01:52<00:04, 230MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 91% 10.4G/11.4G [01:52<00:04, 236MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 92% 10.4G/11.4G [01:52<00:03, 244MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 92% 10.5G/11.4G [01:52<00:04, 221MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 92% 10.5G/11.4G [01:53<00:04, 208MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 93% 10.5G/11.4G [01:53<00:03, 253MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 93% 10.6G/11.4G [01:53<00:03, 255MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 93% 10.6G/11.4G [01:53<00:02, 287MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 94% 10.7G/11.4G [01:53<00:02, 307MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 94% 10.7G/11.4G [01:53<00:02, 257MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 94% 10.7G/11.4G [01:53<00:02, 276MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 95% 10.8G/11.4G [01:54<00:02, 286MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 95% 10.8G/11.4G [01:54<00:02, 273MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 95% 10.9G/11.4G [01:54<00:01, 291MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 96% 10.9G/11.4G [01:54<00:01, 297MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 96% 10.9G/11.4G [01:54<00:01, 306MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 96% 11.0G/11.4G [01:54<00:01, 287MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 97% 11.0G/11.4G [01:54<00:01, 304MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 97% 11.1G/11.4G [01:54<00:01, 304MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 97% 11.1G/11.4G [01:55<00:00, 305MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 98% 11.1G/11.4G [01:55<00:00, 315MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 98% 11.2G/11.4G [01:55<00:00, 308MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 98% 11.2G/11.4G [01:55<00:00, 307MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 99% 11.2G/11.4G [01:55<00:00, 295MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 99% 11.3G/11.4G [01:55<00:00, 299MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 99% 11.3G/11.4G [01:55<00:00, 290MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 100% 11.3G/11.4G [01:55<00:00, 267MB/s]\u001b[A\u001b[A\n", "\n", "m4t_v2_multitask_unity2.pt: 100% 11.4G/11.4G [01:56<00:00, 98.1MB/s]\n", "Fetching 18 files: 100% 18/18 [01:57<00:00, 6.54s/it]\n", "Downloading the tokenizer of seamlessM4T_v2_large...\n", "100% 4.93M/4.93M [00:00<00:00, 139MB/s]\n", "Using the cached tokenizer of seamlessM4T_v2_large. Set `force` to `True` to download again.\n", "Downloading the etox dataset...\n", "100% 238k/238k [00:00<00:00, 35.2MB/s]\n", "Extracting the etox dataset...\n", "Downloading the tokenizer of mintox...\n", "100% 4.63M/4.63M [00:00<00:00, 181MB/s]\n", "/usr/local/lib/python3.10/dist-packages/torch/nn/utils/weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\n", " warnings.warn(\"torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.\")\n", "2023-12-14 14:09:52,441 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:52,453 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "Running on local URL: http://127.0.0.1:7860\n", "2023-12-14 14:09:53,012 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,036 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,485 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,594 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,647 INFO -- httpx: HTTP Request: GET http://127.0.0.1:7860/startup-events \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,676 INFO -- httpx: HTTP Request: HEAD http://127.0.0.1:7860/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,845 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,858 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:53,999 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,011 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,258 INFO -- httpx: HTTP Request: GET https://api.gradio.app/pkg-version \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,263 INFO -- httpx: HTTP Request: GET https://checkip.amazonaws.com/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,427 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,549 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,640 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,762 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:54,901 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:55,185 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:55,259 INFO -- httpx: HTTP Request: GET https://api.gradio.app/v2/tunnel-request \"HTTP/1.1 200 OK\"\n", "2023-12-14 14:09:55,373 INFO -- httpx: HTTP Request: GET https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64 \"HTTP/1.1 200 OK\"\n", "Running on public URL: https://d95a9778298378d0ef.gradio.live\n", "\n", "This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces)\n", "2023-12-14 14:09:56,852 INFO -- httpx: HTTP Request: POST https://api.gradio.app/gradio-launched-telemetry/ \"HTTP/1.1 200 OK\"\n", "/usr/local/lib/python3.10/dist-packages/gradio/processing_utils.py:345: UserWarning: Trying to convert audio automatically from int32 to 16-bit int format.\n", " warnings.warn(warning.format(data.dtype))\n", "/usr/local/lib/python3.10/dist-packages/gradio/processing_utils.py:340: UserWarning: Trying to convert audio automatically from float16 to 16-bit int format.\n", " warnings.warn(warning.format(data.dtype))\n", "2023-12-14 14:15:00,572 INFO -- speechbrain.pretrained.fetching: Destination output.wav: local file in /content/seamless-test/output.wav.\n", "/usr/local/lib/python3.10/dist-packages/gradio/processing_utils.py:345: UserWarning: Trying to convert audio automatically from int32 to 16-bit int format.\n", " warnings.warn(warning.format(data.dtype))\n" ] } ] }, { "cell_type": "code", "source": [], "metadata": { "id": "swVy1EW0eoWf" }, "execution_count": null, "outputs": [] } ] }