diff --git a/main.ipynb b/main.ipynb index 65a586d..95e944e 100644 --- a/main.ipynb +++ b/main.ipynb @@ -59,138 +59,616 @@ "outputId": "960151d8-f350-449e-9d92-eb4e6337de91" }, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ERROR: Invalid requirement: '#': Expected package name at the start of dependency specifier\n", + " #\n", + " ^\n" + ] + }, { "name": "stdout", "output_type": "stream", "text": [ - "Requirement already satisfied: transformers in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (4.27.2)\n", - "Requirement already satisfied: filelock in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (3.15.1)\n", - "Requirement already satisfied: huggingface-hub<1.0,>=0.11.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (0.23.3)\n", - "Requirement already satisfied: numpy>=1.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (1.26.4)\n", - "Requirement already satisfied: packaging>=20.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (24.0)\n", - "Requirement already satisfied: pyyaml>=5.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (6.0.1)\n", - "Requirement already satisfied: regex!=2019.12.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (2024.5.15)\n", - "Requirement already satisfied: requests in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (2.32.3)\n", - "Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (0.13.3)\n", - "Requirement already satisfied: tqdm>=4.27 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from transformers) (4.66.4)\n", - "Requirement already satisfied: fsspec>=2023.5.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.11.0->transformers) (2024.5.0)\n", - "Requirement already satisfied: typing-extensions>=3.7.4.3 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from huggingface-hub<1.0,>=0.11.0->transformers) (4.11.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->transformers) (3.3.2)\n", - "Requirement already satisfied: idna<4,>=2.5 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->transformers) (3.7)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->transformers) (2.2.1)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->transformers) (2024.2.2)\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", "Collecting sentencepiece\n", - " Downloading sentencepiece-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.metadata (7.7 kB)\n", - "Downloading sentencepiece-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB)\n", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m8.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m:00:01\u001b[0m0:01\u001b[0m\n", - "\u001b[?25hInstalling collected packages: sentencepiece\n", + " Downloading sentencepiece-0.2.0-cp311-cp311-win_amd64.whl.metadata (8.3 kB)\n", + "Downloading sentencepiece-0.2.0-cp311-cp311-win_amd64.whl (991 kB)\n", + " ---------------------------------------- 0.0/991.5 kB ? eta -:--:--\n", + " ---------- ----------------------------- 262.1/991.5 kB ? eta -:--:--\n", + " --------------------- ------------------ 524.3/991.5 kB 1.4 MB/s eta 0:00:01\n", + " --------------------- ------------------ 524.3/991.5 kB 1.4 MB/s eta 0:00:01\n", + " ------------------------------ ------- 786.4/991.5 kB 799.2 kB/s eta 0:00:01\n", + " -------------------------------------- 991.5/991.5 kB 897.1 kB/s eta 0:00:00\n", + "Installing collected packages: sentencepiece\n", "Successfully installed sentencepiece-0.2.0\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", "Collecting wikipedia\n", - " Using cached wikipedia-1.4.0-py3-none-any.whl\n", - "Requirement already satisfied: beautifulsoup4 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from wikipedia) (4.12.3)\n", - "Requirement already satisfied: requests<3.0.0,>=2.0.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from wikipedia) (2.32.3)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (3.3.2)\n", - "Requirement already satisfied: idna<4,>=2.5 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (3.7)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (2.2.1)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (2024.2.2)\n", - "Requirement already satisfied: soupsieve>1.2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from beautifulsoup4->wikipedia) (2.5)\n", + " Downloading wikipedia-1.4.0.tar.gz (27 kB)\n", + " Preparing metadata (setup.py): started\n", + " Preparing metadata (setup.py): finished with status 'done'\n", + "Requirement already satisfied: beautifulsoup4 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from wikipedia) (4.13.3)\n", + "Requirement already satisfied: requests<3.0.0,>=2.0.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from wikipedia) (2.32.3)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (2.3.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3.0.0,>=2.0.0->wikipedia) (2025.1.31)\n", + "Requirement already satisfied: soupsieve>1.2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from beautifulsoup4->wikipedia) (2.6)\n", + "Requirement already satisfied: typing-extensions>=4.0.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from beautifulsoup4->wikipedia) (4.12.2)\n", + "Building wheels for collected packages: wikipedia\n", + " Building wheel for wikipedia (setup.py): started\n", + " Building wheel for wikipedia (setup.py): finished with status 'done'\n", + " Created wheel for wikipedia: filename=wikipedia-1.4.0-py3-none-any.whl size=11703 sha256=ffb87b2d74cc06f5e3799b5c3165e46e0208aa7706764efb4f7fff93be1c6e99\n", + " Stored in directory: c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local\\pip\\cache\\wheels\\8f\\ab\\cb\\45ccc40522d3a1c41e1d2ad53b8f33a62f394011ec38cd71c6\n", + "Successfully built wikipedia\n", "Installing collected packages: wikipedia\n", "Successfully installed wikipedia-1.4.0\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", - "Requirement already satisfied: accelerate in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (0.31.0)\n", - "Requirement already satisfied: numpy>=1.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (1.26.4)\n", - "Requirement already satisfied: packaging>=20.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (24.0)\n", - "Requirement already satisfied: psutil in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (5.9.8)\n", - "Requirement already satisfied: pyyaml in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (6.0.1)\n", - "Requirement already satisfied: torch>=1.10.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (2.2.2)\n", - "Requirement already satisfied: huggingface-hub in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (0.23.3)\n", - "Requirement already satisfied: safetensors>=0.3.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from accelerate) (0.4.3)\n", - "Requirement already satisfied: filelock in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (3.15.1)\n", - "Requirement already satisfied: typing-extensions>=4.8.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (4.11.0)\n", - "Requirement already satisfied: sympy in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (1.12.1)\n", - "Requirement already satisfied: networkx in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (3.3)\n", - "Requirement already satisfied: jinja2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (3.1.3)\n", - "Requirement already satisfied: fsspec in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch>=1.10.0->accelerate) (2024.5.0)\n", - "Requirement already satisfied: requests in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from huggingface-hub->accelerate) (2.32.3)\n", - "Requirement already satisfied: tqdm>=4.42.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from huggingface-hub->accelerate) (4.66.4)\n", - "Requirement already satisfied: MarkupSafe>=2.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from jinja2->torch>=1.10.0->accelerate) (2.1.5)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->huggingface-hub->accelerate) (3.3.2)\n", - "Requirement already satisfied: idna<4,>=2.5 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->huggingface-hub->accelerate) (3.7)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->huggingface-hub->accelerate) (2.2.1)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests->huggingface-hub->accelerate) (2024.2.2)\n", - "Requirement already satisfied: mpmath<1.4.0,>=1.1.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from sympy->torch>=1.10.0->accelerate) (1.3.0)\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", + "Collecting accelerate\n", + " Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB)\n", + "Requirement already satisfied: numpy<3.0.0,>=1.17 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (1.26.4)\n", + "Requirement already satisfied: packaging>=20.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (24.2)\n", + "Requirement already satisfied: psutil in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (7.0.0)\n", + "Requirement already satisfied: pyyaml in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (6.0.2)\n", + "Collecting torch>=2.0.0 (from accelerate)\n", + " Downloading torch-2.6.0-cp311-cp311-win_amd64.whl.metadata (28 kB)\n", + "Requirement already satisfied: huggingface-hub>=0.21.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (0.29.3)\n", + "Requirement already satisfied: safetensors>=0.4.3 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from accelerate) (0.5.3)\n", + "Requirement already satisfied: filelock in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from huggingface-hub>=0.21.0->accelerate) (3.18.0)\n", + "Requirement already satisfied: fsspec>=2023.5.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from huggingface-hub>=0.21.0->accelerate) (2024.12.0)\n", + "Requirement already satisfied: requests in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from huggingface-hub>=0.21.0->accelerate) (2.32.3)\n", + "Requirement already satisfied: tqdm>=4.42.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from huggingface-hub>=0.21.0->accelerate) (4.67.1)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from huggingface-hub>=0.21.0->accelerate) (4.12.2)\n", + "Requirement already satisfied: networkx in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch>=2.0.0->accelerate) (3.4.2)\n", + "Requirement already satisfied: jinja2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch>=2.0.0->accelerate) (3.1.5)\n", + "Collecting sympy==1.13.1 (from torch>=2.0.0->accelerate)\n", + " Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB)\n", + "Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from sympy==1.13.1->torch>=2.0.0->accelerate) (1.3.0)\n", + "Requirement already satisfied: colorama in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tqdm>=4.42.1->huggingface-hub>=0.21.0->accelerate) (0.4.6)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from jinja2->torch>=2.0.0->accelerate) (3.0.2)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2.3.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2025.1.31)\n", + "Downloading accelerate-1.5.2-py3-none-any.whl (345 kB)\n", + "Downloading torch-2.6.0-cp311-cp311-win_amd64.whl (204.2 MB)\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.3/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.3/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.3/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.3/204.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.5/204.2 MB 305.2 kB/s eta 0:11:08\n", + " ---------------------------------------- 0.5/204.2 MB 305.2 kB/s eta 0:11:08\n", + " ---------------------------------------- 0.8/204.2 MB 390.1 kB/s eta 0:08:42\n", + " ---------------------------------------- 0.8/204.2 MB 390.1 kB/s eta 0:08:42\n", + " ---------------------------------------- 0.8/204.2 MB 390.1 kB/s eta 0:08:42\n", + " ---------------------------------------- 1.0/204.2 MB 409.2 kB/s eta 0:08:17\n", + " ---------------------------------------- 1.0/204.2 MB 409.2 kB/s eta 0:08:17\n", + " ---------------------------------------- 1.0/204.2 MB 409.2 kB/s eta 0:08:17\n", + " ---------------------------------------- 1.3/204.2 MB 394.8 kB/s eta 0:08:34\n", + " ---------------------------------------- 1.3/204.2 MB 394.8 kB/s eta 0:08:34\n", + " ---------------------------------------- 1.6/204.2 MB 430.2 kB/s eta 0:07:51\n", + " ---------------------------------------- 1.8/204.2 MB 470.4 kB/s eta 0:07:11\n", + " ---------------------------------------- 2.1/204.2 MB 506.2 kB/s eta 0:06:40\n", + " ---------------------------------------- 2.1/204.2 MB 506.2 kB/s eta 0:06:40\n", + " ---------------------------------------- 2.1/204.2 MB 506.2 kB/s eta 0:06:40\n", + " ---------------------------------------- 2.4/204.2 MB 514.3 kB/s eta 0:06:33\n", + " ---------------------------------------- 2.4/204.2 MB 514.3 kB/s eta 0:06:33\n", + " --------------------------------------- 2.6/204.2 MB 522.4 kB/s eta 0:06:26\n", + " --------------------------------------- 2.9/204.2 MB 536.0 kB/s eta 0:06:16\n", + " --------------------------------------- 2.9/204.2 MB 536.0 kB/s eta 0:06:16\n", + " --------------------------------------- 3.1/204.2 MB 542.8 kB/s eta 0:06:11\n", + " --------------------------------------- 3.1/204.2 MB 542.8 kB/s eta 0:06:11\n", + " --------------------------------------- 3.4/204.2 MB 553.1 kB/s eta 0:06:03\n", + " --------------------------------------- 3.4/204.2 MB 553.1 kB/s eta 0:06:03\n", + " --------------------------------------- 3.4/204.2 MB 553.1 kB/s eta 0:06:03\n", + " --------------------------------------- 3.7/204.2 MB 542.6 kB/s eta 0:06:10\n", + " --------------------------------------- 3.7/204.2 MB 542.6 kB/s eta 0:06:10\n", + " --------------------------------------- 3.7/204.2 MB 542.6 kB/s eta 0:06:10\n", + " --------------------------------------- 3.9/204.2 MB 529.0 kB/s eta 0:06:19\n", + " --------------------------------------- 3.9/204.2 MB 529.0 kB/s eta 0:06:19\n", + " --------------------------------------- 4.2/204.2 MB 532.0 kB/s eta 0:06:16\n", + " --------------------------------------- 4.2/204.2 MB 532.0 kB/s eta 0:06:16\n", + " --------------------------------------- 4.2/204.2 MB 532.0 kB/s eta 0:06:16\n", + " --------------------------------------- 4.2/204.2 MB 532.0 kB/s eta 0:06:16\n", + " --------------------------------------- 4.2/204.2 MB 532.0 kB/s eta 0:06:16\n", + " --------------------------------------- 4.5/204.2 MB 503.6 kB/s eta 0:06:37\n", + " --------------------------------------- 4.5/204.2 MB 503.6 kB/s eta 0:06:37\n", + " --------------------------------------- 4.5/204.2 MB 503.6 kB/s eta 0:06:37\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 4.7/204.2 MB 488.4 kB/s eta 0:06:49\n", + " --------------------------------------- 5.0/204.2 MB 421.2 kB/s eta 0:07:53\n", + " --------------------------------------- 5.0/204.2 MB 421.2 kB/s eta 0:07:53\n", + " --------------------------------------- 5.0/204.2 MB 421.2 kB/s eta 0:07:53\n", + " --------------------------------------- 5.0/204.2 MB 421.2 kB/s eta 0:07:53\n", + " --------------------------------------- 5.0/204.2 MB 421.2 kB/s eta 0:07:53\n", + " - -------------------------------------- 5.2/204.2 MB 410.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.2/204.2 MB 410.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.5/204.2 MB 414.3 kB/s eta 0:08:00\n", + " - -------------------------------------- 5.5/204.2 MB 414.3 kB/s eta 0:08:00\n", + " - -------------------------------------- 5.5/204.2 MB 414.3 kB/s eta 0:08:00\n", + " - -------------------------------------- 5.5/204.2 MB 414.3 kB/s eta 0:08:00\n", + " - -------------------------------------- 5.8/204.2 MB 409.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.8/204.2 MB 409.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.8/204.2 MB 409.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.8/204.2 MB 409.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 5.8/204.2 MB 409.2 kB/s eta 0:08:05\n", + " - -------------------------------------- 6.0/204.2 MB 391.8 kB/s eta 0:08:26\n", + " - -------------------------------------- 6.0/204.2 MB 391.8 kB/s eta 0:08:26\n", + " - -------------------------------------- 6.0/204.2 MB 391.8 kB/s eta 0:08:26\n", + " - -------------------------------------- 6.3/204.2 MB 395.8 kB/s eta 0:08:20\n", + " - -------------------------------------- 6.3/204.2 MB 395.8 kB/s eta 0:08:20\n", + " - -------------------------------------- 6.6/204.2 MB 400.2 kB/s eta 0:08:14\n", + " - -------------------------------------- 6.6/204.2 MB 400.2 kB/s eta 0:08:14\n", + " - -------------------------------------- 6.8/204.2 MB 408.0 kB/s eta 0:08:04\n", + " - -------------------------------------- 7.1/204.2 MB 416.2 kB/s eta 0:07:54\n", + " - -------------------------------------- 7.1/204.2 MB 416.2 kB/s eta 0:07:54\n", + " - -------------------------------------- 7.1/204.2 MB 416.2 kB/s eta 0:07:54\n", + " - -------------------------------------- 7.3/204.2 MB 419.4 kB/s eta 0:07:50\n", + " - -------------------------------------- 7.3/204.2 MB 419.4 kB/s eta 0:07:50\n", + " - -------------------------------------- 7.3/204.2 MB 419.4 kB/s eta 0:07:50\n", + " - -------------------------------------- 7.6/204.2 MB 417.2 kB/s eta 0:07:52\n", + " - -------------------------------------- 7.6/204.2 MB 417.2 kB/s eta 0:07:52\n", + " - -------------------------------------- 7.6/204.2 MB 417.2 kB/s eta 0:07:52\n", + " - -------------------------------------- 7.6/204.2 MB 417.2 kB/s eta 0:07:52\n", + " - -------------------------------------- 7.9/204.2 MB 412.0 kB/s eta 0:07:57\n", + " - -------------------------------------- 7.9/204.2 MB 412.0 kB/s eta 0:07:57\n", + " - -------------------------------------- 7.9/204.2 MB 412.0 kB/s eta 0:07:57\n", + " - -------------------------------------- 7.9/204.2 MB 412.0 kB/s eta 0:07:57\n", + " - -------------------------------------- 8.1/204.2 MB 408.2 kB/s eta 0:08:01\n", + " - -------------------------------------- 8.1/204.2 MB 408.2 kB/s eta 0:08:01\n", + " - -------------------------------------- 8.1/204.2 MB 408.2 kB/s eta 0:08:01\n", + " - -------------------------------------- 8.4/204.2 MB 409.8 kB/s eta 0:07:58\n", + " - -------------------------------------- 8.4/204.2 MB 409.8 kB/s eta 0:07:58\n", + " - -------------------------------------- 8.7/204.2 MB 412.0 kB/s eta 0:07:55\n", + " - -------------------------------------- 8.7/204.2 MB 412.0 kB/s eta 0:07:55\n", + " - -------------------------------------- 8.7/204.2 MB 412.0 kB/s eta 0:07:55\n", + " - -------------------------------------- 8.9/204.2 MB 412.9 kB/s eta 0:07:53\n", + " - -------------------------------------- 8.9/204.2 MB 412.9 kB/s eta 0:07:53\n", + " - -------------------------------------- 9.2/204.2 MB 417.3 kB/s eta 0:07:48\n", + " - -------------------------------------- 9.2/204.2 MB 417.3 kB/s eta 0:07:48\n", + " - -------------------------------------- 9.2/204.2 MB 417.3 kB/s eta 0:07:48\n", + " - -------------------------------------- 9.2/204.2 MB 417.3 kB/s eta 0:07:48\n", + " - -------------------------------------- 9.4/204.2 MB 413.5 kB/s eta 0:07:51\n", + " - -------------------------------------- 9.4/204.2 MB 413.5 kB/s eta 0:07:51\n", + " - -------------------------------------- 9.4/204.2 MB 413.5 kB/s eta 0:07:51\n", + " - -------------------------------------- 9.7/204.2 MB 412.8 kB/s eta 0:07:52\n", + " - -------------------------------------- 9.7/204.2 MB 412.8 kB/s eta 0:07:52\n", + " - -------------------------------------- 9.7/204.2 MB 412.8 kB/s eta 0:07:52\n", + " - ------------------------------------- 10.0/204.2 MB 413.6 kB/s eta 0:07:50\n", + " - ------------------------------------- 10.0/204.2 MB 413.6 kB/s eta 0:07:50\n", + " - ------------------------------------- 10.2/204.2 MB 417.0 kB/s eta 0:07:46\n", + " -- ------------------------------------ 10.5/204.2 MB 422.4 kB/s eta 0:07:39\n", + " -- ------------------------------------ 10.5/204.2 MB 422.4 kB/s eta 0:07:39\n", + " -- ------------------------------------ 10.7/204.2 MB 428.0 kB/s eta 0:07:32\n", + " -- ------------------------------------ 11.0/204.2 MB 433.7 kB/s eta 0:07:26\n", + " -- ------------------------------------ 11.3/204.2 MB 439.0 kB/s eta 0:07:20\n", + " -- ------------------------------------ 11.5/204.2 MB 445.3 kB/s eta 0:07:13\n", + " -- ------------------------------------ 11.5/204.2 MB 445.3 kB/s eta 0:07:13\n", + " -- ------------------------------------ 11.8/204.2 MB 451.2 kB/s eta 0:07:07\n", + " -- ------------------------------------ 12.3/204.2 MB 464.9 kB/s eta 0:06:53\n", + " -- ------------------------------------ 12.3/204.2 MB 464.9 kB/s eta 0:06:53\n", + " -- ------------------------------------ 12.6/204.2 MB 470.5 kB/s eta 0:06:48\n", + " -- ------------------------------------ 12.6/204.2 MB 470.5 kB/s eta 0:06:48\n", + " -- ------------------------------------ 12.8/204.2 MB 472.6 kB/s eta 0:06:45\n", + " -- ------------------------------------ 13.1/204.2 MB 476.6 kB/s eta 0:06:41\n", + " -- ------------------------------------ 13.4/204.2 MB 481.3 kB/s eta 0:06:37\n", + " -- ------------------------------------ 13.4/204.2 MB 481.3 kB/s eta 0:06:37\n", + " -- ------------------------------------ 13.6/204.2 MB 486.4 kB/s eta 0:06:32\n", + " -- ------------------------------------ 14.2/204.2 MB 498.4 kB/s eta 0:06:22\n", + " -- ------------------------------------ 14.4/204.2 MB 504.2 kB/s eta 0:06:17\n", + " -- ------------------------------------ 14.7/204.2 MB 510.7 kB/s eta 0:06:12\n", + " -- ------------------------------------ 14.9/204.2 MB 516.5 kB/s eta 0:06:07\n", + " -- ------------------------------------ 15.2/204.2 MB 522.6 kB/s eta 0:06:02\n", + " --- ----------------------------------- 15.7/204.2 MB 534.8 kB/s eta 0:05:53\n", + " --- ----------------------------------- 16.0/204.2 MB 541.5 kB/s eta 0:05:48\n", + " --- ----------------------------------- 16.5/204.2 MB 553.9 kB/s eta 0:05:39\n", + " --- ----------------------------------- 17.0/204.2 MB 567.2 kB/s eta 0:05:30\n", + " --- ----------------------------------- 17.6/204.2 MB 581.0 kB/s eta 0:05:22\n", + " --- ----------------------------------- 17.8/204.2 MB 587.0 kB/s eta 0:05:18\n", + " --- ----------------------------------- 18.4/204.2 MB 607.8 kB/s eta 0:05:06\n", + " --- ----------------------------------- 18.9/204.2 MB 620.7 kB/s eta 0:04:59\n", + " --- ----------------------------------- 19.1/204.2 MB 626.3 kB/s eta 0:04:56\n", + " --- ----------------------------------- 19.7/204.2 MB 638.9 kB/s eta 0:04:49\n", + " --- ----------------------------------- 19.9/204.2 MB 644.9 kB/s eta 0:04:46\n", + " --- ----------------------------------- 20.2/204.2 MB 650.7 kB/s eta 0:04:43\n", + " --- ----------------------------------- 20.7/204.2 MB 665.4 kB/s eta 0:04:36\n", + " --- ----------------------------------- 20.7/204.2 MB 665.4 kB/s eta 0:04:36\n", + " ---- ---------------------------------- 21.0/204.2 MB 665.8 kB/s eta 0:04:36\n", + " ---- ---------------------------------- 21.0/204.2 MB 665.8 kB/s eta 0:04:36\n", + " ---- ---------------------------------- 21.2/204.2 MB 672.5 kB/s eta 0:04:33\n", + " ---- ---------------------------------- 21.2/204.2 MB 672.5 kB/s eta 0:04:33\n", + " ---- ---------------------------------- 21.5/204.2 MB 675.0 kB/s eta 0:04:31\n", + " ---- ---------------------------------- 21.8/204.2 MB 678.1 kB/s eta 0:04:29\n", + " ---- ---------------------------------- 22.0/204.2 MB 677.4 kB/s eta 0:04:29\n", + " ---- ---------------------------------- 22.0/204.2 MB 677.4 kB/s eta 0:04:29\n", + " ---- ---------------------------------- 22.3/204.2 MB 673.5 kB/s eta 0:04:31\n", + " ---- ---------------------------------- 22.3/204.2 MB 673.5 kB/s eta 0:04:31\n", + " ---- ---------------------------------- 22.5/204.2 MB 676.7 kB/s eta 0:04:29\n", + " ---- ---------------------------------- 22.8/204.2 MB 681.4 kB/s eta 0:04:27\n", + " ---- ---------------------------------- 23.1/204.2 MB 685.2 kB/s eta 0:04:25\n", + " ---- ---------------------------------- 23.3/204.2 MB 688.4 kB/s eta 0:04:23\n", + " ---- ---------------------------------- 23.6/204.2 MB 692.9 kB/s eta 0:04:21\n", + " ---- ---------------------------------- 24.1/204.2 MB 703.8 kB/s eta 0:04:16\n", + " ---- ---------------------------------- 24.4/204.2 MB 709.3 kB/s eta 0:04:14\n", + " ---- ---------------------------------- 24.6/204.2 MB 715.2 kB/s eta 0:04:12\n", + " ---- ---------------------------------- 25.2/204.2 MB 729.8 kB/s eta 0:04:06\n", + " ---- ---------------------------------- 25.7/204.2 MB 741.3 kB/s eta 0:04:01\n", + " ---- ---------------------------------- 26.0/204.2 MB 745.1 kB/s eta 0:04:00\n", + " ---- ---------------------------------- 26.0/204.2 MB 745.1 kB/s eta 0:04:00\n", + " ---- ---------------------------------- 26.0/204.2 MB 745.1 kB/s eta 0:04:00\n", + " ----- --------------------------------- 26.2/204.2 MB 746.2 kB/s eta 0:03:59\n", + " ----- --------------------------------- 26.2/204.2 MB 746.2 kB/s eta 0:03:59\n", + " ----- --------------------------------- 26.5/204.2 MB 747.0 kB/s eta 0:03:58\n", + " ----- --------------------------------- 26.5/204.2 MB 747.0 kB/s eta 0:03:58\n", + " ----- --------------------------------- 26.7/204.2 MB 761.4 kB/s eta 0:03:54\n", + " ----- --------------------------------- 27.0/204.2 MB 763.4 kB/s eta 0:03:53\n", + " ----- --------------------------------- 27.0/204.2 MB 763.4 kB/s eta 0:03:53\n", + " ----- --------------------------------- 27.3/204.2 MB 760.6 kB/s eta 0:03:53\n", + " ----- --------------------------------- 27.3/204.2 MB 760.6 kB/s eta 0:03:53\n", + " ----- --------------------------------- 27.3/204.2 MB 760.6 kB/s eta 0:03:53\n", + " ----- --------------------------------- 27.5/204.2 MB 766.6 kB/s eta 0:03:51\n", + " ----- --------------------------------- 27.5/204.2 MB 766.6 kB/s eta 0:03:51\n", + " ----- --------------------------------- 27.5/204.2 MB 766.6 kB/s eta 0:03:51\n", + " ----- --------------------------------- 27.8/204.2 MB 807.8 kB/s eta 0:03:39\n", + " ----- --------------------------------- 28.0/204.2 MB 807.2 kB/s eta 0:03:39\n", + " ----- --------------------------------- 28.3/204.2 MB 808.9 kB/s eta 0:03:38\n", + " ----- --------------------------------- 28.6/204.2 MB 811.8 kB/s eta 0:03:37\n", + " ----- --------------------------------- 28.8/204.2 MB 814.7 kB/s eta 0:03:36\n", + " ----- --------------------------------- 29.1/204.2 MB 818.4 kB/s eta 0:03:34\n", + " ----- --------------------------------- 29.4/204.2 MB 822.9 kB/s eta 0:03:33\n", + " ----- --------------------------------- 29.9/204.2 MB 831.8 kB/s eta 0:03:30\n", + " ----- --------------------------------- 30.1/204.2 MB 853.7 kB/s eta 0:03:24\n", + " ----- --------------------------------- 30.7/204.2 MB 863.8 kB/s eta 0:03:21\n", + " ----- --------------------------------- 30.9/204.2 MB 869.0 kB/s eta 0:03:20\n", + " ----- --------------------------------- 31.2/204.2 MB 872.8 kB/s eta 0:03:19\n", + " ------ -------------------------------- 31.7/204.2 MB 882.6 kB/s eta 0:03:16\n", + " ------ -------------------------------- 32.2/204.2 MB 899.2 kB/s eta 0:03:12\n", + " ------ -------------------------------- 32.8/204.2 MB 910.6 kB/s eta 0:03:09\n", + " ------ -------------------------------- 33.3/204.2 MB 936.5 kB/s eta 0:03:03\n", + " ------ -------------------------------- 33.6/204.2 MB 942.5 kB/s eta 0:03:02\n", + " ------ -------------------------------- 34.1/204.2 MB 950.7 kB/s eta 0:02:59\n", + " ------ -------------------------------- 34.6/204.2 MB 992.8 kB/s eta 0:02:51\n", + " ------ -------------------------------- 34.9/204.2 MB 996.0 kB/s eta 0:02:50\n", + " ------ -------------------------------- 35.1/204.2 MB 999.6 kB/s eta 0:02:50\n", + " ------ --------------------------------- 35.7/204.2 MB 1.0 MB/s eta 0:02:48\n", + " ------- -------------------------------- 35.9/204.2 MB 1.0 MB/s eta 0:02:47\n", + " ------- -------------------------------- 36.2/204.2 MB 1.0 MB/s eta 0:02:46\n", + " ------- -------------------------------- 36.4/204.2 MB 1.0 MB/s eta 0:02:46\n", + " ------- -------------------------------- 37.0/204.2 MB 1.0 MB/s eta 0:02:43\n", + " ------- -------------------------------- 37.2/204.2 MB 1.0 MB/s eta 0:02:42\n", + " ------- -------------------------------- 37.7/204.2 MB 1.1 MB/s eta 0:02:39\n", + " ------- -------------------------------- 38.0/204.2 MB 1.1 MB/s eta 0:02:38\n", + " ------- -------------------------------- 38.8/204.2 MB 1.1 MB/s eta 0:02:34\n", + " ------- -------------------------------- 39.6/204.2 MB 1.1 MB/s eta 0:02:31\n", + " ------- -------------------------------- 40.4/204.2 MB 1.1 MB/s eta 0:02:27\n", + " -------- ------------------------------- 40.9/204.2 MB 1.1 MB/s eta 0:02:24\n", + " -------- ------------------------------- 41.9/204.2 MB 1.2 MB/s eta 0:02:20\n", + " -------- ------------------------------- 42.7/204.2 MB 1.2 MB/s eta 0:02:17\n", + " -------- ------------------------------- 44.0/204.2 MB 1.2 MB/s eta 0:02:10\n", + " -------- ------------------------------- 45.1/204.2 MB 1.3 MB/s eta 0:02:07\n", + " --------- ------------------------------ 46.1/204.2 MB 1.3 MB/s eta 0:02:03\n", + " --------- ------------------------------ 46.9/204.2 MB 1.3 MB/s eta 0:01:58\n", + " --------- ------------------------------ 47.7/204.2 MB 1.4 MB/s eta 0:01:56\n", + " --------- ------------------------------ 48.8/204.2 MB 1.4 MB/s eta 0:01:54\n", + " --------- ------------------------------ 49.5/204.2 MB 1.4 MB/s eta 0:01:52\n", + " --------- ------------------------------ 50.1/204.2 MB 1.4 MB/s eta 0:01:48\n", + " --------- ------------------------------ 50.9/204.2 MB 1.4 MB/s eta 0:01:47\n", + " ---------- ----------------------------- 51.4/204.2 MB 1.5 MB/s eta 0:01:46\n", + " ---------- ----------------------------- 51.6/204.2 MB 1.5 MB/s eta 0:01:45\n", + " ---------- ----------------------------- 51.9/204.2 MB 1.5 MB/s eta 0:01:44\n", + " ---------- ----------------------------- 52.7/204.2 MB 1.5 MB/s eta 0:01:43\n", + " ---------- ----------------------------- 53.2/204.2 MB 1.5 MB/s eta 0:01:41\n", + " ---------- ----------------------------- 53.7/204.2 MB 1.5 MB/s eta 0:01:40\n", + " ---------- ----------------------------- 54.8/204.2 MB 1.6 MB/s eta 0:01:36\n", + " ---------- ----------------------------- 55.6/204.2 MB 1.6 MB/s eta 0:01:35\n", + " ----------- ---------------------------- 56.6/204.2 MB 1.6 MB/s eta 0:01:33\n", + " ----------- ---------------------------- 57.9/204.2 MB 1.6 MB/s eta 0:01:29\n", + " ----------- ---------------------------- 59.0/204.2 MB 1.7 MB/s eta 0:01:27\n", + " ----------- ---------------------------- 60.3/204.2 MB 1.7 MB/s eta 0:01:23\n", + " ------------ --------------------------- 61.3/204.2 MB 1.8 MB/s eta 0:01:22\n", + " ------------ --------------------------- 62.7/204.2 MB 1.8 MB/s eta 0:01:19\n", + " ------------ --------------------------- 64.0/204.2 MB 1.8 MB/s eta 0:01:17\n", + " ------------ --------------------------- 65.3/204.2 MB 1.9 MB/s eta 0:01:14\n", + " ------------ --------------------------- 66.3/204.2 MB 1.9 MB/s eta 0:01:13\n", + " ------------- -------------------------- 67.4/204.2 MB 1.9 MB/s eta 0:01:11\n", + " ------------- -------------------------- 68.4/204.2 MB 2.0 MB/s eta 0:01:09\n", + " ------------- -------------------------- 69.7/204.2 MB 2.0 MB/s eta 0:01:07\n", + " ------------- -------------------------- 70.8/204.2 MB 2.0 MB/s eta 0:01:06\n", + " -------------- ------------------------- 71.8/204.2 MB 2.1 MB/s eta 0:01:04\n", + " -------------- ------------------------- 72.6/204.2 MB 2.1 MB/s eta 0:01:03\n", + " -------------- ------------------------- 73.4/204.2 MB 2.1 MB/s eta 0:01:02\n", + " -------------- ------------------------- 74.4/204.2 MB 2.1 MB/s eta 0:01:01\n", + " -------------- ------------------------- 75.2/204.2 MB 2.2 MB/s eta 0:01:00\n", + " -------------- ------------------------- 76.0/204.2 MB 2.2 MB/s eta 0:00:59\n", + " --------------- ------------------------ 76.8/204.2 MB 2.2 MB/s eta 0:00:58\n", + " --------------- ------------------------ 77.6/204.2 MB 2.2 MB/s eta 0:00:58\n", + " --------------- ------------------------ 78.1/204.2 MB 2.2 MB/s eta 0:00:57\n", + " --------------- ------------------------ 78.6/204.2 MB 2.2 MB/s eta 0:00:57\n", + " --------------- ------------------------ 79.2/204.2 MB 2.2 MB/s eta 0:00:56\n", + " --------------- ------------------------ 80.0/204.2 MB 2.3 MB/s eta 0:00:55\n", + " --------------- ------------------------ 80.7/204.2 MB 2.3 MB/s eta 0:00:55\n", + " --------------- ------------------------ 81.5/204.2 MB 2.3 MB/s eta 0:00:54\n", + " ---------------- ----------------------- 82.6/204.2 MB 2.3 MB/s eta 0:00:52\n", + " ---------------- ----------------------- 83.1/204.2 MB 2.3 MB/s eta 0:00:52\n", + " ---------------- ----------------------- 83.9/204.2 MB 2.4 MB/s eta 0:00:51\n", + " ---------------- ----------------------- 84.7/204.2 MB 2.4 MB/s eta 0:00:51\n", + " ---------------- ----------------------- 85.5/204.2 MB 2.4 MB/s eta 0:00:50\n", + " ---------------- ----------------------- 86.0/204.2 MB 2.4 MB/s eta 0:00:50\n", + " ---------------- ----------------------- 86.5/204.2 MB 2.4 MB/s eta 0:00:49\n", + " ----------------- ---------------------- 87.0/204.2 MB 2.4 MB/s eta 0:00:49\n", + " ----------------- ---------------------- 87.6/204.2 MB 2.4 MB/s eta 0:00:48\n", + " ----------------- ---------------------- 88.1/204.2 MB 2.4 MB/s eta 0:00:48\n", + " ----------------- ---------------------- 88.6/204.2 MB 2.4 MB/s eta 0:00:48\n", + " ----------------- ---------------------- 88.9/204.2 MB 2.4 MB/s eta 0:00:48\n", + " ----------------- ---------------------- 89.7/204.2 MB 2.4 MB/s eta 0:00:47\n", + " ----------------- ---------------------- 90.4/204.2 MB 2.5 MB/s eta 0:00:47\n", + " ----------------- ---------------------- 91.2/204.2 MB 2.5 MB/s eta 0:00:46\n", + " ----------------- ---------------------- 91.8/204.2 MB 2.5 MB/s eta 0:00:46\n", + " ------------------ --------------------- 92.3/204.2 MB 2.5 MB/s eta 0:00:46\n", + " ------------------ --------------------- 93.1/204.2 MB 2.5 MB/s eta 0:00:45\n", + " ------------------ --------------------- 93.6/204.2 MB 2.5 MB/s eta 0:00:45\n", + " ------------------ --------------------- 94.1/204.2 MB 2.5 MB/s eta 0:00:45\n", + " ------------------ --------------------- 94.9/204.2 MB 2.5 MB/s eta 0:00:44\n", + " ------------------ --------------------- 95.9/204.2 MB 2.5 MB/s eta 0:00:43\n", + " ------------------ --------------------- 96.7/204.2 MB 2.5 MB/s eta 0:00:43\n", + " ------------------- -------------------- 97.8/204.2 MB 2.6 MB/s eta 0:00:42\n", + " ------------------- -------------------- 99.1/204.2 MB 2.6 MB/s eta 0:00:41\n", + " ------------------- -------------------- 100.4/204.2 MB 2.7 MB/s eta 0:00:39\n", + " ------------------- -------------------- 101.7/204.2 MB 2.7 MB/s eta 0:00:39\n", + " -------------------- ------------------- 102.8/204.2 MB 2.7 MB/s eta 0:00:38\n", + " -------------------- ------------------- 104.1/204.2 MB 2.8 MB/s eta 0:00:37\n", + " -------------------- ------------------- 104.9/204.2 MB 2.8 MB/s eta 0:00:36\n", + " -------------------- ------------------- 106.2/204.2 MB 2.8 MB/s eta 0:00:35\n", + " --------------------- ------------------ 107.5/204.2 MB 2.9 MB/s eta 0:00:34\n", + " --------------------- ------------------ 108.8/204.2 MB 2.9 MB/s eta 0:00:33\n", + " --------------------- ------------------ 110.4/204.2 MB 2.9 MB/s eta 0:00:32\n", + " --------------------- ------------------ 111.7/204.2 MB 3.0 MB/s eta 0:00:31\n", + " ---------------------- ----------------- 113.2/204.2 MB 3.0 MB/s eta 0:00:31\n", + " ---------------------- ----------------- 114.6/204.2 MB 3.1 MB/s eta 0:00:30\n", + " ---------------------- ----------------- 115.3/204.2 MB 3.1 MB/s eta 0:00:29\n", + " ---------------------- ----------------- 116.1/204.2 MB 3.1 MB/s eta 0:00:29\n", + " ---------------------- ----------------- 116.9/204.2 MB 3.1 MB/s eta 0:00:29\n", + " ----------------------- ---------------- 118.5/204.2 MB 3.1 MB/s eta 0:00:28\n", + " ----------------------- ---------------- 119.5/204.2 MB 3.2 MB/s eta 0:00:27\n", + " ----------------------- ---------------- 120.8/204.2 MB 3.2 MB/s eta 0:00:27\n", + " ----------------------- ---------------- 122.4/204.2 MB 3.2 MB/s eta 0:00:26\n", + " ------------------------ --------------- 124.0/204.2 MB 3.3 MB/s eta 0:00:25\n", + " ------------------------ --------------- 125.3/204.2 MB 3.4 MB/s eta 0:00:24\n", + " ------------------------ --------------- 126.6/204.2 MB 3.4 MB/s eta 0:00:23\n", + " ------------------------- -------------- 127.7/204.2 MB 3.4 MB/s eta 0:00:23\n", + " ------------------------- -------------- 129.2/204.2 MB 3.5 MB/s eta 0:00:22\n", + " ------------------------- -------------- 130.8/204.2 MB 3.5 MB/s eta 0:00:22\n", + " ------------------------- -------------- 132.1/204.2 MB 3.5 MB/s eta 0:00:21\n", + " -------------------------- ------------- 133.4/204.2 MB 3.6 MB/s eta 0:00:20\n", + " -------------------------- ------------- 134.0/204.2 MB 3.6 MB/s eta 0:00:20\n", + " -------------------------- ------------- 135.0/204.2 MB 3.6 MB/s eta 0:00:20\n", + " -------------------------- ------------- 136.1/204.2 MB 3.6 MB/s eta 0:00:19\n", + " -------------------------- ------------- 137.1/204.2 MB 3.7 MB/s eta 0:00:19\n", + " --------------------------- ------------ 138.1/204.2 MB 3.7 MB/s eta 0:00:18\n", + " --------------------------- ------------ 138.9/204.2 MB 3.7 MB/s eta 0:00:18\n", + " --------------------------- ------------ 140.2/204.2 MB 3.8 MB/s eta 0:00:17\n", + " --------------------------- ------------ 141.6/204.2 MB 3.8 MB/s eta 0:00:17\n", + " --------------------------- ------------ 142.6/204.2 MB 3.9 MB/s eta 0:00:16\n", + " ---------------------------- ----------- 143.7/204.2 MB 3.9 MB/s eta 0:00:16\n", + " ---------------------------- ----------- 144.4/204.2 MB 3.9 MB/s eta 0:00:16\n", + " ---------------------------- ----------- 145.8/204.2 MB 3.9 MB/s eta 0:00:15\n", + " ---------------------------- ----------- 146.8/204.2 MB 4.0 MB/s eta 0:00:15\n", + " ---------------------------- ----------- 147.8/204.2 MB 4.0 MB/s eta 0:00:15\n", + " ----------------------------- ---------- 148.6/204.2 MB 4.0 MB/s eta 0:00:14\n", + " ----------------------------- ---------- 149.4/204.2 MB 4.0 MB/s eta 0:00:14\n", + " ----------------------------- ---------- 150.7/204.2 MB 4.0 MB/s eta 0:00:14\n", + " ----------------------------- ---------- 151.8/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ----------------------------- ---------- 152.6/204.2 MB 4.1 MB/s eta 0:00:13\n", + " ----------------------------- ---------- 153.1/204.2 MB 4.1 MB/s eta 0:00:13\n", + " ------------------------------ --------- 153.4/204.2 MB 4.1 MB/s eta 0:00:13\n", + " ------------------------------ --------- 153.6/204.2 MB 4.1 MB/s eta 0:00:13\n", + " ------------------------------ --------- 153.9/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 154.1/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 154.7/204.2 MB 4.1 MB/s eta 0:00:13\n", + " ------------------------------ --------- 154.9/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 155.2/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 155.5/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 155.7/204.2 MB 4.0 MB/s eta 0:00:13\n", + " ------------------------------ --------- 156.2/204.2 MB 4.0 MB/s eta 0:00:12\n", + " ------------------------------ --------- 156.8/204.2 MB 4.0 MB/s eta 0:00:12\n", + " ------------------------------ --------- 157.3/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------ --------- 157.8/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------- -------- 158.3/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------- -------- 158.9/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------- -------- 159.1/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------- -------- 159.4/204.2 MB 4.1 MB/s eta 0:00:12\n", + " ------------------------------- -------- 159.9/204.2 MB 4.0 MB/s eta 0:00:11\n", + " ------------------------------- -------- 160.7/204.2 MB 4.1 MB/s eta 0:00:11\n", + " ------------------------------- -------- 161.2/204.2 MB 4.0 MB/s eta 0:00:11\n", + " ------------------------------- -------- 161.7/204.2 MB 4.0 MB/s eta 0:00:11\n", + " ------------------------------- -------- 162.3/204.2 MB 4.0 MB/s eta 0:00:11\n", + " -------------------------------- ------- 163.8/204.2 MB 4.0 MB/s eta 0:00:10\n", + " -------------------------------- ------- 165.2/204.2 MB 4.0 MB/s eta 0:00:10\n", + " -------------------------------- ------- 166.2/204.2 MB 4.0 MB/s eta 0:00:10\n", + " -------------------------------- ------- 167.0/204.2 MB 4.0 MB/s eta 0:00:10\n", + " -------------------------------- ------- 167.8/204.2 MB 4.0 MB/s eta 0:00:10\n", + " -------------------------------- ------- 168.3/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 169.1/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 169.9/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 170.7/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 171.2/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 171.7/204.2 MB 4.0 MB/s eta 0:00:09\n", + " --------------------------------- ------ 172.0/204.2 MB 4.0 MB/s eta 0:00:08\n", + " --------------------------------- ------ 172.5/204.2 MB 4.0 MB/s eta 0:00:08\n", + " --------------------------------- ------ 173.0/204.2 MB 4.0 MB/s eta 0:00:08\n", + " --------------------------------- ------ 173.5/204.2 MB 4.0 MB/s eta 0:00:08\n", + " ---------------------------------- ----- 174.1/204.2 MB 4.0 MB/s eta 0:00:08\n", + " ---------------------------------- ----- 174.9/204.2 MB 4.0 MB/s eta 0:00:08\n", + " ---------------------------------- ----- 175.4/204.2 MB 4.0 MB/s eta 0:00:08\n", + " ---------------------------------- ----- 176.2/204.2 MB 4.0 MB/s eta 0:00:08\n", + " ---------------------------------- ----- 176.7/204.2 MB 4.0 MB/s eta 0:00:07\n", + " ---------------------------------- ----- 177.2/204.2 MB 4.0 MB/s eta 0:00:07\n", + " ---------------------------------- ----- 177.7/204.2 MB 3.9 MB/s eta 0:00:07\n", + " ---------------------------------- ----- 178.5/204.2 MB 3.9 MB/s eta 0:00:07\n", + " ----------------------------------- ---- 179.0/204.2 MB 3.9 MB/s eta 0:00:07\n", + " ----------------------------------- ---- 180.1/204.2 MB 3.9 MB/s eta 0:00:07\n", + " ----------------------------------- ---- 181.1/204.2 MB 3.9 MB/s eta 0:00:06\n", + " ----------------------------------- ---- 181.9/204.2 MB 3.9 MB/s eta 0:00:06\n", + " ----------------------------------- ---- 182.7/204.2 MB 3.9 MB/s eta 0:00:06\n", + " ----------------------------------- ---- 183.5/204.2 MB 3.8 MB/s eta 0:00:06\n", + " ------------------------------------ --- 184.5/204.2 MB 3.8 MB/s eta 0:00:06\n", + " ------------------------------------ --- 185.6/204.2 MB 3.8 MB/s eta 0:00:05\n", + " ------------------------------------ --- 186.6/204.2 MB 3.8 MB/s eta 0:00:05\n", + " ------------------------------------ --- 187.7/204.2 MB 3.8 MB/s eta 0:00:05\n", + " ------------------------------------ --- 188.5/204.2 MB 3.9 MB/s eta 0:00:05\n", + " ------------------------------------- -- 189.5/204.2 MB 3.9 MB/s eta 0:00:04\n", + " ------------------------------------- -- 189.8/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 190.1/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 190.6/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 191.1/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 191.6/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 192.2/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 192.4/204.2 MB 3.8 MB/s eta 0:00:04\n", + " ------------------------------------- -- 193.2/204.2 MB 3.8 MB/s eta 0:00:03\n", + " ------------------------------------- -- 193.7/204.2 MB 3.8 MB/s eta 0:00:03\n", + " -------------------------------------- - 194.0/204.2 MB 3.8 MB/s eta 0:00:03\n", + " -------------------------------------- - 194.2/204.2 MB 3.8 MB/s eta 0:00:03\n", + " -------------------------------------- - 194.5/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 194.8/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 195.0/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 195.3/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 195.6/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 195.8/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 196.3/204.2 MB 3.7 MB/s eta 0:00:03\n", + " -------------------------------------- - 196.6/204.2 MB 3.6 MB/s eta 0:00:03\n", + " -------------------------------------- - 197.1/204.2 MB 3.6 MB/s eta 0:00:02\n", + " -------------------------------------- - 197.7/204.2 MB 3.7 MB/s eta 0:00:02\n", + " -------------------------------------- - 198.2/204.2 MB 3.7 MB/s eta 0:00:02\n", + " -------------------------------------- - 198.7/204.2 MB 3.7 MB/s eta 0:00:02\n", + " --------------------------------------- 199.5/204.2 MB 3.7 MB/s eta 0:00:02\n", + " --------------------------------------- 199.8/204.2 MB 3.6 MB/s eta 0:00:02\n", + " --------------------------------------- 200.0/204.2 MB 3.6 MB/s eta 0:00:02\n", + " --------------------------------------- 200.5/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 200.8/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 201.1/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 201.6/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 202.4/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 202.9/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 203.2/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 203.7/204.2 MB 3.6 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " --------------------------------------- 203.9/204.2 MB 3.5 MB/s eta 0:00:01\n", + " ---------------------------------------- 204.2/204.2 MB 3.3 MB/s eta 0:00:00\n", + "Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB)\n", + " ---------------------------------------- 0.0/6.2 MB ? eta -:--:--\n", + " ---------------------------------------- 0.0/6.2 MB ? eta -:--:--\n", + " --- ------------------------------------ 0.5/6.2 MB 1.7 MB/s eta 0:00:04\n", + " --- ------------------------------------ 0.5/6.2 MB 1.7 MB/s eta 0:00:04\n", + " ----- ---------------------------------- 0.8/6.2 MB 1.1 MB/s eta 0:00:05\n", + " ----- ---------------------------------- 0.8/6.2 MB 1.1 MB/s eta 0:00:05\n", + " ------ --------------------------------- 1.0/6.2 MB 774.0 kB/s eta 0:00:07\n", + " -------- ------------------------------- 1.3/6.2 MB 860.2 kB/s eta 0:00:06\n", + " ---------- ----------------------------- 1.6/6.2 MB 963.8 kB/s eta 0:00:05\n", + " ------------- -------------------------- 2.1/6.2 MB 1.1 MB/s eta 0:00:04\n", + " ---------------- ----------------------- 2.6/6.2 MB 1.3 MB/s eta 0:00:03\n", + " ------------------ --------------------- 2.9/6.2 MB 1.3 MB/s eta 0:00:03\n", + " ---------------------- ----------------- 3.4/6.2 MB 1.4 MB/s eta 0:00:02\n", + " ------------------------- -------------- 3.9/6.2 MB 1.5 MB/s eta 0:00:02\n", + " ---------------------------- ----------- 4.5/6.2 MB 1.5 MB/s eta 0:00:02\n", + " -------------------------------- ------- 5.0/6.2 MB 1.6 MB/s eta 0:00:01\n", + " ----------------------------------- ---- 5.5/6.2 MB 1.7 MB/s eta 0:00:01\n", + " -------------------------------------- - 6.0/6.2 MB 1.7 MB/s eta 0:00:01\n", + " ---------------------------------------- 6.2/6.2 MB 1.7 MB/s eta 0:00:00\n", + "Installing collected packages: sympy, torch, accelerate\n", + " Attempting uninstall: sympy\n", + " Found existing installation: sympy 1.13.3\n", + " Uninstalling sympy-1.13.3:\n", + " Successfully uninstalled sympy-1.13.3\n", + "Successfully installed accelerate-1.5.2 sympy-1.13.1 torch-2.6.0\n", "Collecting tf-keras\n", - " Downloading tf_keras-2.17.0-py3-none-any.whl.metadata (1.6 kB)\n", - "INFO: pip is looking at multiple versions of tf-keras to determine which version is compatible with other requirements. This could take a while.\n", - " Downloading tf_keras-2.16.0-py3-none-any.whl.metadata (1.6 kB)\n", - "Requirement already satisfied: tensorflow<2.17,>=2.16 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tf-keras) (2.16.1)\n", - "Requirement already satisfied: absl-py>=1.0.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (2.1.0)\n", - "Requirement already satisfied: astunparse>=1.6.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (1.6.3)\n", - "Requirement already satisfied: flatbuffers>=23.5.26 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (24.3.25)\n", - "Requirement already satisfied: gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (0.5.4)\n", - "Requirement already satisfied: google-pasta>=0.1.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (0.2.0)\n", - "Requirement already satisfied: h5py>=3.10.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (3.11.0)\n", - "Requirement already satisfied: libclang>=13.0.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (18.1.1)\n", - "Requirement already satisfied: ml-dtypes~=0.3.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (0.3.2)\n", - "Requirement already satisfied: opt-einsum>=2.3.2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (3.3.0)\n", - "Requirement already satisfied: packaging in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (24.0)\n", - "Requirement already satisfied: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (4.25.4)\n", - "Requirement already satisfied: requests<3,>=2.21.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (2.32.3)\n", - "Requirement already satisfied: setuptools in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (68.2.2)\n", - "Requirement already satisfied: six>=1.12.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (1.16.0)\n", - "Requirement already satisfied: termcolor>=1.1.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (2.4.0)\n", - "Requirement already satisfied: typing-extensions>=3.6.6 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (4.11.0)\n", - "Requirement already satisfied: wrapt>=1.11.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (1.16.0)\n", - "Requirement already satisfied: grpcio<2.0,>=1.24.3 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (1.64.1)\n", - "Requirement already satisfied: tensorboard<2.17,>=2.16 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (2.16.2)\n", - "Requirement already satisfied: keras>=3.0.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (3.3.3)\n", - "Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (0.37.0)\n", - "Requirement already satisfied: numpy<2.0.0,>=1.23.5 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorflow<2.17,>=2.16->tf-keras) (1.26.4)\n", - "Requirement already satisfied: wheel<1.0,>=0.23.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from astunparse>=1.6.0->tensorflow<2.17,>=2.16->tf-keras) (0.43.0)\n", - "Requirement already satisfied: rich in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (13.7.1)\n", - "Requirement already satisfied: namex in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (0.0.8)\n", - "Requirement already satisfied: optree in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (0.11.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<2.17,>=2.16->tf-keras) (3.3.2)\n", - "Requirement already satisfied: idna<4,>=2.5 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<2.17,>=2.16->tf-keras) (3.7)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<2.17,>=2.16->tf-keras) (2.2.1)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from requests<3,>=2.21.0->tensorflow<2.17,>=2.16->tf-keras) (2024.2.2)\n", - "Requirement already satisfied: markdown>=2.6.8 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorboard<2.17,>=2.16->tensorflow<2.17,>=2.16->tf-keras) (3.6)\n", - "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorboard<2.17,>=2.16->tensorflow<2.17,>=2.16->tf-keras) (0.7.2)\n", - "Requirement already satisfied: werkzeug>=1.0.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from tensorboard<2.17,>=2.16->tensorflow<2.17,>=2.16->tf-keras) (3.0.3)\n", - "Requirement already satisfied: MarkupSafe>=2.1.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from werkzeug>=1.0.1->tensorboard<2.17,>=2.16->tensorflow<2.17,>=2.16->tf-keras) (2.1.5)\n", - "Requirement already satisfied: markdown-it-py>=2.2.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from rich->keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (3.0.0)\n", - "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from rich->keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (2.17.2)\n", - "Requirement already satisfied: mdurl~=0.1 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich->keras>=3.0.0->tensorflow<2.17,>=2.16->tf-keras) (0.1.2)\n", - "Downloading tf_keras-2.16.0-py3-none-any.whl (1.7 MB)\n", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.7/1.7 MB\u001b[0m \u001b[31m12.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m0:01\u001b[0m\n", - "\u001b[?25hInstalling collected packages: tf-keras\n", - "Successfully installed tf-keras-2.16.0\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n", - "Requirement already satisfied: torch in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (2.2.2)\n", - "Requirement already satisfied: filelock in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (3.15.1)\n", - "Requirement already satisfied: typing-extensions>=4.8.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (4.11.0)\n", - "Requirement already satisfied: sympy in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (1.12.1)\n", - "Requirement already satisfied: networkx in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (3.3)\n", - "Requirement already satisfied: jinja2 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (3.1.3)\n", - "Requirement already satisfied: fsspec in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from torch) (2024.5.0)\n", - "Requirement already satisfied: MarkupSafe>=2.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from jinja2->torch) (2.1.5)\n", - "Requirement already satisfied: mpmath<1.4.0,>=1.1.0 in /Users/joaorochaemelo/code/IH/venv_ironhack/lib/python3.11/site-packages (from sympy->torch) (1.3.0)\n", - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.2\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n" + " Downloading tf_keras-2.19.0-py3-none-any.whl.metadata (1.8 kB)\n", + "Collecting tensorflow<2.20,>=2.19 (from tf-keras)\n", + " Using cached tensorflow-2.19.0-cp311-cp311-win_amd64.whl.metadata (4.1 kB)\n", + "Requirement already satisfied: absl-py>=1.0.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (2.1.0)\n", + "Requirement already satisfied: astunparse>=1.6.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (1.6.3)\n", + "Requirement already satisfied: flatbuffers>=24.3.25 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (25.2.10)\n", + "Requirement already satisfied: gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (0.6.0)\n", + "Requirement already satisfied: google-pasta>=0.1.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (0.2.0)\n", + "Requirement already satisfied: libclang>=13.0.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (18.1.1)\n", + "Requirement already satisfied: opt-einsum>=2.3.2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (3.4.0)\n", + "Requirement already satisfied: packaging in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (24.2)\n", + "Requirement already satisfied: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.3 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (5.29.3)\n", + "Requirement already satisfied: requests<3,>=2.21.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (2.32.3)\n", + "Requirement already satisfied: setuptools in c:\\program files\\windowsapps\\pythonsoftwarefoundation.python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\\lib\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (65.5.0)\n", + "Requirement already satisfied: six>=1.12.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (1.17.0)\n", + "Requirement already satisfied: termcolor>=1.1.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (2.5.0)\n", + "Requirement already satisfied: typing-extensions>=3.6.6 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (4.12.2)\n", + "Requirement already satisfied: wrapt>=1.11.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (1.17.2)\n", + "Requirement already satisfied: grpcio<2.0,>=1.24.3 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (1.70.0)\n", + "Requirement already satisfied: tensorboard~=2.19.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (2.19.0)\n", + "Requirement already satisfied: keras>=3.5.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (3.8.0)\n", + "Requirement already satisfied: numpy<2.2.0,>=1.26.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (1.26.4)\n", + "Requirement already satisfied: h5py>=3.11.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (3.13.0)\n", + "Requirement already satisfied: ml-dtypes<1.0.0,>=0.5.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (0.5.1)\n", + "Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.23.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorflow<2.20,>=2.19->tf-keras) (0.31.0)\n", + "Requirement already satisfied: wheel<1.0,>=0.23.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from astunparse>=1.6.0->tensorflow<2.20,>=2.19->tf-keras) (0.45.1)\n", + "Requirement already satisfied: rich in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (13.9.4)\n", + "Requirement already satisfied: namex in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (0.0.8)\n", + "Requirement already satisfied: optree in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (0.14.1)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3,>=2.21.0->tensorflow<2.20,>=2.19->tf-keras) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3,>=2.21.0->tensorflow<2.20,>=2.19->tf-keras) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3,>=2.21.0->tensorflow<2.20,>=2.19->tf-keras) (2.3.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from requests<3,>=2.21.0->tensorflow<2.20,>=2.19->tf-keras) (2025.1.31)\n", + "Requirement already satisfied: markdown>=2.6.8 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorboard~=2.19.0->tensorflow<2.20,>=2.19->tf-keras) (3.7)\n", + "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorboard~=2.19.0->tensorflow<2.20,>=2.19->tf-keras) (0.7.2)\n", + "Requirement already satisfied: werkzeug>=1.0.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from tensorboard~=2.19.0->tensorflow<2.20,>=2.19->tf-keras) (3.1.3)\n", + "Requirement already satisfied: MarkupSafe>=2.1.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from werkzeug>=1.0.1->tensorboard~=2.19.0->tensorflow<2.20,>=2.19->tf-keras) (3.0.2)\n", + "Requirement already satisfied: markdown-it-py>=2.2.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from rich->keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (3.0.0)\n", + "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from rich->keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (2.19.1)\n", + "Requirement already satisfied: mdurl~=0.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from markdown-it-py>=2.2.0->rich->keras>=3.5.0->tensorflow<2.20,>=2.19->tf-keras) (0.1.2)\n", + "Downloading tf_keras-2.19.0-py3-none-any.whl (1.7 MB)\n", + " ---------------------------------------- 0.0/1.7 MB ? eta -:--:--\n", + " ------------------------ --------------- 1.0/1.7 MB 6.3 MB/s eta 0:00:01\n", + " ---------------------------------------- 1.7/1.7 MB 7.2 MB/s eta 0:00:00\n", + "Using cached tensorflow-2.19.0-cp311-cp311-win_amd64.whl (375.9 MB)\n", + "Installing collected packages: tensorflow, tf-keras\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\\\Users\\\\Lenovo\\\\AppData\\\\Local\\\\Packages\\\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\\\LocalCache\\\\local-packages\\\\Python311\\\\site-packages\\\\tensorflow\\\\include\\\\external\\\\com_github_grpc_grpc\\\\src\\\\core\\\\ext\\\\filters\\\\client_channel\\\\lb_policy\\\\grpclb\\\\client_load_reporting_filter.h'\n", + "HINT: This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths\n", + "\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: torch in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (2.6.0)\n", + "Requirement already satisfied: filelock in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (3.18.0)\n", + "Requirement already satisfied: typing-extensions>=4.10.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (4.12.2)\n", + "Requirement already satisfied: networkx in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (3.4.2)\n", + "Requirement already satisfied: jinja2 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (3.1.5)\n", + "Requirement already satisfied: fsspec in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (2024.12.0)\n", + "Requirement already satisfied: sympy==1.13.1 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from torch) (1.13.1)\n", + "Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from sympy==1.13.1->torch) (1.3.0)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in c:\\users\\lenovo\\appdata\\local\\packages\\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\\localcache\\local-packages\\python311\\site-packages (from jinja2->torch) (3.0.2)\n" ] } ], @@ -222,7 +700,16 @@ "metadata": { "id": "0U1iHK0ETBXf" }, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\Lenovo\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n" + ] + } + ], "source": [ "from transformers import pipeline\n", "import pandas as pd\n", @@ -338,11 +825,13 @@ }, "outputs": [ { - "name": "stdout", + "name": "stderr", "output_type": "stream", "text": [ - "WARNING:tensorflow:From C:\\Users\\drago\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\tf_keras\\src\\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.\n", - "\n" + "C:\\Users\\Lenovo\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\huggingface_hub\\file_download.py:142: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\\Users\\Lenovo\\.cache\\huggingface\\hub\\models--cardiffnlp--twitter-roberta-base-irony. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.\n", + "To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development\n", + " warnings.warn(message)\n", + "Device set to use cpu\n" ] } ], @@ -374,7 +863,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[{'label': 'irony', 'score': 0.9424387812614441}, {'label': 'non_irony', 'score': 0.057561274617910385}]\n" + "[{'label': 'irony', 'score': 0.9424386620521545}, {'label': 'non_irony', 'score': 0.05756136775016785}]\n" ] } ], @@ -539,7 +1028,18 @@ "id": "hKtdnG1FkRQt", "outputId": "6bde9a22-0683-447c-f614-10ef5e298c91" }, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\Lenovo\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\huggingface_hub\\file_download.py:142: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\\Users\\Lenovo\\.cache\\huggingface\\hub\\models--facebook--m2m100_418M. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.\n", + "To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development\n", + " warnings.warn(message)\n", + "Device set to use cpu\n" + ] + } + ], "source": [ "# translation pipeline docs: https://huggingface.co/transformers/main_classes/pipelines.html#transformers.TranslationPipeline\n", "pipeline_translate = pipeline(\"translation\", model=\"facebook/m2m100_418M\")" @@ -606,10 +1106,10 @@ "output_type": "stream", "text": [ "Original text:\n", - "Donald John Trump [ˈdɑn.əld dʒɑn tɹɐmp] (* 14. Juni 1946 in New York City) ist ein US-amerikanischer Unternehmer, Entertainer und Politiker der Republikanischen Partei. Von 2017 bis 2021 war er der 45. Präsident der Vereinigten Staaten. Er gilt als einer der umstrittensten Politiker der US-Geschichte und ist der erst\n", + "Donald John Trump [ˈdɑn.əld dʒɑn tɹɐmp] (* 14. Juni 1946 in New York City) ist ein US-amerikanischer Politiker der Republikanischen Partei. Er war von 2017 bis 2021 der 45. und ist seit 2025 der 47. Präsident der Vereinigten Staaten. Außerdem ist er Unternehmer und ehemaliger Showmaster. Er gilt als einer der umstrit\n", "\n", "Translated text:\n", - "Donald John Trump [ˈdɑn.əld dʒɑn tɔmp] (* 14 June 1946 in New York City) is an American entrepreneur, entertainer and politician of the Republican Party. From 2017 to 2021 he was the 45th President of the United States.\n" + "Donald John Trump [ˈdɑn.əld dʒɑn tɔmp] (* 14 June 1946 in New York City) is an American politician of the Republican Party. he was from 2017 to 2021 the 45th and is from 2025 the 47th President of the United States.\n" ] } ], @@ -705,74 +1205,14 @@ }, "outputs": [ { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "2ca08b4e4d1e462fb582bbbf3062d206", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "config.json: 0%| | 0.00/1.80k [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "b46f811fae8145fdabb6b3ab26e300b3", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "pytorch_model.bin: 0%| | 0.00/1.22G [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "8270fc01dd70403cb046e32c351af896", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "tokenizer_config.json: 0%| | 0.00/26.0 [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "cf82e76a7b6b40b69e630f81301f492d", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "vocab.json: 0%| | 0.00/899k [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "4ab7019198b04e53baad43621dac479c", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "merges.txt: 0%| | 0.00/456k [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\Lenovo\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\huggingface_hub\\file_download.py:142: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\\Users\\Lenovo\\.cache\\huggingface\\hub\\models--sshleifer--distilbart-cnn-12-6. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.\n", + "To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development\n", + " warnings.warn(message)\n", + "Device set to use cpu\n" + ] } ], "source": [ @@ -796,10 +1236,10 @@ "output_type": "stream", "text": [ "Original text:\n", - "Donald John Trump (born June 14, 1946) is an American politician, media personality, and businessman who served as the 45th president of the United States from 2017 to 2021. Trump received a Bachelor of Science in economics from the University of Pennsylvania in 1968. His father named him president of his real estate business in 1971. Trump renamed it the Trump Organization and reoriented the company toward building and renovating skyscrapers, hotels, casinos, and golf courses. After a series of business failures in the late 1990s, he launched successful side ventures, mostly licensing the Trump name. From 2004 to 2015, he co-produced and hosted the reality television series The Apprentice. He and his businesses have been plaintiffs or defendants in more than 4,000 legal actions, including six business bankruptcies. Trump won the 2016 presidential election as the Republican Party nominee against Democratic Party candidate Hillary Clinton while losing the popular vote. A special counsel investigation established that Russia had interfered in the election to favor Trump. During the campaign, his political positions were described as populist, protectionist, isolationist, and nationalist. His election and policies sparked numerous protests. He was the only U.S. president without prior military or government experience. Trump promoted conspiracy theories and made many false and misleading statements during his campaigns and presidency, to a degree unprecedented in American politics. Many of his comments and actions have been characterized as racially charged, racist, and misogynistic. As president, Trump ordered a travel ban on citizens from several Muslim-majority countries, diverted military funding toward building a wall on the U.S.–Mexico border, and implemented a family separation policy. He rolled back more than 100 environmental policies and regulations. He signed the Tax Cuts and Jobs Act of 2017, which cut taxes and eliminated the individual health insurance mandate penalty of the Affordable Care Act. He appointed Neil Gorsuch, Brett Kavanaugh, and Amy Coney Barrett to the U.S. Supreme Court. He reacted slowly to the COVID-19 pandemic, ignored or contradicted many recommendations from health officials, used political pressure to interfere with testing efforts, and spread misinformation about unproven treatments. Trump initiated a trade war with China and withdrew the U.S. from the proposed Trans-Pacific Partnership trade agreement, the Paris Agreement on climate change, and the Iran nuclear deal. He met with North Korean leader Kim Jong Un three times but made no progress on denuclearization. Trump is the only U.S. president to have been impeached twice, in 2019 for abuse of power and obstruction of Congress after he pressured Ukraine to investigate Joe Biden, and in 2021 for incitement of insurrection. The Senate acquitted him in both cases. Trump lost the 2020 presidential election to Biden but refused to concede, falsely claiming widespread electoral fraud and attempting to overturn the results. On January 6, 2021, he urged his supporters to march to the U.S. Capitol, which many of them attacked. Scholars and historians rank Trump as one of the worst presidents in American history. Since leaving office, Trump has continued to dominate the Republican Party and is their candidate again in the 2024 presidential election. In May 2024, a jury in New York found Trump guilty on 34 felony counts of falsifying business records related to a hush money payment to Stormy Daniels in an attempt to influence the 2016 election, making him the first former U.S. president to be convicted of a crime. He has been indicted in three other jurisdictions on 54 other felony counts related to his mishandling of classified documents and efforts to overturn the 2020 presidential election. In civil proceedings, Trump was found liable for sexual abuse and defamation in 2023, defamation in 2024, and financial fraud in 2024.\n", + "Donald John Trump (born June 14, 1946) is an American politician, media personality, and businessman who is the 47th president of the United States. A member of the Republican Party, he served as the 45th president from 2017 to 2021. Born in New York City, Trump graduated from the University of Pennsylvania in 1968 with a bachelor's degree in economics. He became the president of his family's real estate business in 1971, renamed it the Trump Organization, and began acquiring and building skyscrapers, hotels, casinos, and golf courses. After six business bankruptcies in the 1990s and 2000s, he began side ventures. From 2004 to 2015, he hosted the reality television show The Apprentice. A political outsider, Trump won the 2016 presidential election against Democratic nominee Hillary Clinton. In his first term, Trump imposed a travel ban on citizens from six Muslim-majority countries, expanded the U.S.–Mexico border wall, and implemented a family separation policy. He rolled back environmental and business regulations, signed the Tax Cuts and Jobs Act, and appointed three Supreme Court justices. In foreign policy, Trump withdrew the U.S. from agreements on climate, trade, and Iran's nuclear program, began a trade war with China, and met with North Korean leader Kim Jong Un without reaching a deal on denuclearization. In response to the COVID-19 pandemic, he downplayed its severity, contradicted health officials, and signed the CARES Act stimulus. Trump was impeached in 2019 for abuse of power and obstruction of Congress, and in 2021 for incitement of insurrection; the Senate acquitted him in both cases. After his first term, scholars and historians ranked him as one of the worst presidents in American history. Trump is the central figure of Trumpism. Many of his comments and actions have been characterized as racially charged, racist or misogynistic, and he has made false and misleading statements and promoted conspiracy theories to a degree unprecedented in American politics. After losing the 2020 presidential election to Joe Biden, Trump attempted to overturn the outcome, culminating in the January 6 Capitol attack in 2021. In 2023, Trump was found liable in civil cases for sexual abuse and defamation and for business fraud, and in 2024, he was found guilty of falsifying business records, making him the first U.S. president convicted of a felony. After winning the 2024 presidential election against Kamala Harris, Trump was sentenced to a penalty-free discharge, and two other felony indictments against him were dismissed. Trump began his second term by pardoning around 1,500 January 6 rioters, initiating mass layoffs of the federal workforce, and starting a trade war with Mexico and Canada. Trump's broad and extensive use of executive orders has drawn numerous lawsuits challenging their legality.\n", "\n", "Summarized text:\n", - " Donald John Trump is the 45th president of the United States . He won the 2016 presidential election as the Republican Party nominee against Hillary Clinton\n" + " Donald John Trump is the 47th president of the United States . He served as the 45th president from 2017 to 2021 . Trump is\n" ] } ], @@ -898,84 +1338,18 @@ "outputId": "cce7e688-7777-48c6-88ce-227adeaf73e0" }, "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "98e9441255594befa1933b66bc414f43", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "config.json: 0%| | 0.00/1.26k [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "2d7d2dc96eea4c3b934e1bdea0d58b30", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "model.safetensors: 0%| | 0.00/438M [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, { "name": "stderr", "output_type": "stream", "text": [ + "C:\\Users\\Lenovo\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python311\\site-packages\\huggingface_hub\\file_download.py:142: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\\Users\\Lenovo\\.cache\\huggingface\\hub\\models--dslim--bert-base-NER-uncased. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.\n", + "To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development\n", + " warnings.warn(message)\n", "Some weights of the model checkpoint at dslim/bert-base-NER-uncased were not used when initializing BertForTokenClassification: ['bert.pooler.dense.bias', 'bert.pooler.dense.weight']\n", "- This IS expected if you are initializing BertForTokenClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).\n", - "- This IS NOT expected if you are initializing BertForTokenClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\n" + "- This IS NOT expected if you are initializing BertForTokenClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).\n", + "Device set to use cpu\n" ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "d370ba0a997845f890f76fc088cc3ef2", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "tokenizer_config.json: 0%| | 0.00/39.0 [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "a92e522026c14fcfaa2da9f10c1152ae", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "vocab.txt: 0%| | 0.00/232k [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "97ff8b801a5740839a6a6402c7600bbb", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "special_tokens_map.json: 0%| | 0.00/112 [00:00, ?B/s]" - ] - }, - "metadata": {}, - "output_type": "display_data" } ], "source": [ @@ -984,7 +1358,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/", @@ -1026,7 +1400,7 @@ "
| \n", + " | translation_text | \n", + "
|---|---|
| 0 | \n", + "دونالد جون ترامب مواليد 14 يونيو 1946 هو سياسي... | \n", + "