diff --git a/cmf_raven/Attempt-1.ipynb b/cmf_raven/Attempt-1.ipynb new file mode 100644 index 00000000..835e948d --- /dev/null +++ b/cmf_raven/Attempt-1.ipynb @@ -0,0 +1,969 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: transformers in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (4.44.0)\n", + "Requirement already satisfied: filelock in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (3.15.4)\n", + "Requirement already satisfied: huggingface-hub<1.0,>=0.23.2 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (0.24.5)\n", + "Requirement already satisfied: numpy>=1.17 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (2.0.1)\n", + "Requirement already satisfied: packaging>=20.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from transformers) (24.1)\n", + "Requirement already satisfied: pyyaml>=5.1 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (6.0.2)\n", + "Requirement already satisfied: regex!=2019.12.17 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (2024.7.24)\n", + "Requirement already satisfied: requests in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (2.32.3)\n", + "Requirement already satisfied: safetensors>=0.4.1 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (0.4.4)\n", + "Requirement already satisfied: tokenizers<0.20,>=0.19 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (0.19.1)\n", + "Requirement already satisfied: tqdm>=4.27 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from transformers) (4.66.5)\n", + "Requirement already satisfied: fsspec>=2023.5.0 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from huggingface-hub<1.0,>=0.23.2->transformers) (2024.6.1)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from huggingface-hub<1.0,>=0.23.2->transformers) (4.12.2)\n", + "Requirement already satisfied: colorama in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from tqdm>=4.27->transformers) (0.4.6)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests->transformers) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests->transformers) (3.7)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests->transformers) (2.2.2)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests->transformers) (2024.7.4)\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "\n", + "[notice] A new release of pip is available: 23.2.1 -> 24.2\n", + "[notice] To update, run: python.exe -m pip install --upgrade pip\n" + ] + } + ], + "source": [ + "%pip install transformers" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Note: you may need to restart the kernel to use updated packages.Collecting pytorch\n", + " Downloading pytorch-1.0.2.tar.gz (689 bytes)\n", + " Installing build dependencies: started\n", + " Installing build dependencies: finished with status 'done'\n", + " Getting requirements to build wheel: started\n", + " Getting requirements to build wheel: finished with status 'done'\n", + " Preparing metadata (pyproject.toml): started\n", + " Preparing metadata (pyproject.toml): finished with status 'done'\n", + "Building wheels for collected packages: pytorch\n", + " Building wheel for pytorch (pyproject.toml): started\n", + " Building wheel for pytorch (pyproject.toml): finished with status 'error'\n", + "Failed to build pytorch\n", + "\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " error: subprocess-exited-with-error\n", + " \n", + " × Building wheel for pytorch (pyproject.toml) did not run successfully.\n", + " │ exit code: 1\n", + " ╰─> [20 lines of output]\n", + " Traceback (most recent call last):\n", + " File \"c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 353, in \n", + " main()\n", + " File \"c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 335, in main\n", + " json_out['return_val'] = hook(**hook_input['kwargs'])\n", + " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", + " File \"c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 251, in build_wheel\n", + " return _build_backend().build_wheel(wheel_directory, config_settings,\n", + " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", + " File \"C:\\Users\\brohanal\\AppData\\Local\\Temp\\pip-build-env-sk5btq57\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 415, in build_wheel\n", + " return self._build_with_temp_dir(\n", + " ^^^^^^^^^^^^^^^^^^^^^^^^^^\n", + " File \"C:\\Users\\brohanal\\AppData\\Local\\Temp\\pip-build-env-sk5btq57\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 397, in _build_with_temp_dir\n", + " self.run_setup()\n", + " File \"C:\\Users\\brohanal\\AppData\\Local\\Temp\\pip-build-env-sk5btq57\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 497, in run_setup\n", + " super().run_setup(setup_script=setup_script)\n", + " File \"C:\\Users\\brohanal\\AppData\\Local\\Temp\\pip-build-env-sk5btq57\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 313, in run_setup\n", + " exec(code, locals())\n", + " File \"\", line 15, in \n", + " Exception: You tried to install \"pytorch\". The package named for PyTorch is \"torch\"\n", + " [end of output]\n", + " \n", + " note: This error originates from a subprocess, and is likely not a problem with pip.\n", + " ERROR: Failed building wheel for pytorch\n", + "ERROR: Could not build wheels for pytorch, which is required to install pyproject.toml-based projects\n", + "\n", + "[notice] A new release of pip is available: 23.2.1 -> 24.2\n", + "[notice] To update, run: python.exe -m pip install --upgrade pip\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Collecting tensorflow\n", + " Obtaining dependency information for tensorflow from https://files.pythonhosted.org/packages/ed/b6/62345568cd07de5d9254fcf64d7e44aacbb6abde11ea953b3cb320e58d19/tensorflow-2.17.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading tensorflow-2.17.0-cp311-cp311-win_amd64.whl.metadata (3.2 kB)\n", + "Collecting tensorflow-intel==2.17.0 (from tensorflow)\n", + " Obtaining dependency information for tensorflow-intel==2.17.0 from https://files.pythonhosted.org/packages/66/03/5c447feceb72f5a38ac2aa79d306fa5b5772f982c2b480c1329c7e382900/tensorflow_intel-2.17.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading tensorflow_intel-2.17.0-cp311-cp311-win_amd64.whl.metadata (5.0 kB)\n", + "Collecting absl-py>=1.0.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for absl-py>=1.0.0 from https://files.pythonhosted.org/packages/a2/ad/e0d3c824784ff121c03cc031f944bc7e139a8f1870ffd2845cc2dd76f6c4/absl_py-2.1.0-py3-none-any.whl.metadata\n", + " Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)\n", + "Collecting astunparse>=1.6.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for astunparse>=1.6.0 from https://files.pythonhosted.org/packages/2b/03/13dde6512ad7b4557eb792fbcf0c653af6076b81e5941d36ec61f7ce6028/astunparse-1.6.3-py2.py3-none-any.whl.metadata\n", + " Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB)\n", + "Collecting flatbuffers>=24.3.25 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for flatbuffers>=24.3.25 from https://files.pythonhosted.org/packages/41/f0/7e988a019bc54b2dbd0ad4182ef2d53488bb02e58694cd79d61369e85900/flatbuffers-24.3.25-py2.py3-none-any.whl.metadata\n", + " Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes)\n", + "Collecting gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1 from https://files.pythonhosted.org/packages/a3/61/8001b38461d751cd1a0c3a6ae84346796a5758123f3ed97a1b121dfbf4f3/gast-0.6.0-py3-none-any.whl.metadata\n", + " Downloading gast-0.6.0-py3-none-any.whl.metadata (1.3 kB)\n", + "Collecting google-pasta>=0.1.1 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for google-pasta>=0.1.1 from https://files.pythonhosted.org/packages/a3/de/c648ef6835192e6e2cc03f40b19eeda4382c49b5bafb43d88b931c4c74ac/google_pasta-0.2.0-py3-none-any.whl.metadata\n", + " Downloading google_pasta-0.2.0-py3-none-any.whl.metadata (814 bytes)\n", + "Collecting h5py>=3.10.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for h5py>=3.10.0 from https://files.pythonhosted.org/packages/d8/5e/b7b83cfe60504cc4d24746aed04353af7ea8ec104e597e5ae71b8d0390cb/h5py-3.11.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading h5py-3.11.0-cp311-cp311-win_amd64.whl.metadata (2.5 kB)\n", + "Collecting libclang>=13.0.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for libclang>=13.0.0 from https://files.pythonhosted.org/packages/0b/2d/3f480b1e1d31eb3d6de5e3ef641954e5c67430d5ac93b7fa7e07589576c7/libclang-18.1.1-py2.py3-none-win_amd64.whl.metadata\n", + " Downloading libclang-18.1.1-py2.py3-none-win_amd64.whl.metadata (5.3 kB)\n", + "Collecting ml-dtypes<0.5.0,>=0.3.1 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for ml-dtypes<0.5.0,>=0.3.1 from https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl.metadata (20 kB)\n", + "Collecting opt-einsum>=2.3.2 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for opt-einsum>=2.3.2 from https://files.pythonhosted.org/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl.metadata\n", + " Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB)\n", + "Requirement already satisfied: packaging in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from tensorflow-intel==2.17.0->tensorflow) (24.1)\n", + "Collecting 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 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for 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 from https://files.pythonhosted.org/packages/0c/d4/589d673ada9c4c62d5f155218d7ff7ac796efb9c6af95b0bd29d438ae16e/protobuf-4.25.4-cp310-abi3-win_amd64.whl.metadata\n", + " Downloading protobuf-4.25.4-cp310-abi3-win_amd64.whl.metadata (541 bytes)\n", + "Requirement already satisfied: requests<3,>=2.21.0 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from tensorflow-intel==2.17.0->tensorflow) (2.32.3)\n", + "Requirement already satisfied: setuptools in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from tensorflow-intel==2.17.0->tensorflow) (65.5.0)\n", + "Requirement already satisfied: six>=1.12.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from tensorflow-intel==2.17.0->tensorflow) (1.16.0)\n", + "Collecting termcolor>=1.1.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for termcolor>=1.1.0 from https://files.pythonhosted.org/packages/d9/5f/8c716e47b3a50cbd7c146f45881e11d9414def768b7cd9c5e6650ec2a80a/termcolor-2.4.0-py3-none-any.whl.metadata\n", + " Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB)\n", + "Requirement already satisfied: typing-extensions>=3.6.6 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from tensorflow-intel==2.17.0->tensorflow) (4.12.2)\n", + "Collecting wrapt>=1.11.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for wrapt>=1.11.0 from https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading wrapt-1.16.0-cp311-cp311-win_amd64.whl.metadata (6.8 kB)\n", + "Collecting grpcio<2.0,>=1.24.3 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for grpcio<2.0,>=1.24.3 from https://files.pythonhosted.org/packages/f0/24/d87cfae0e8cc73532221892b414bf0ffc9fe8b84ac6bea5b6be5045963ae/grpcio-1.65.5-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading grpcio-1.65.5-cp311-cp311-win_amd64.whl.metadata (3.4 kB)\n", + "Collecting tensorboard<2.18,>=2.17 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for tensorboard<2.18,>=2.17 from https://files.pythonhosted.org/packages/d4/41/dccba8c5f955bc35b6110ff78574e4e5c8226ad62f08e732096c3861309b/tensorboard-2.17.1-py3-none-any.whl.metadata\n", + " Downloading tensorboard-2.17.1-py3-none-any.whl.metadata (1.6 kB)\n", + "Collecting keras>=3.2.0 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for keras>=3.2.0 from https://files.pythonhosted.org/packages/a3/a4/101f0f3c0b057ce150af0e8493ab7fc10b98b066b7bd81ab01e96038a268/keras-3.5.0-py3-none-any.whl.metadata\n", + " Downloading keras-3.5.0-py3-none-any.whl.metadata (5.8 kB)\n", + "Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for tensorflow-io-gcs-filesystem>=0.23.1 from https://files.pythonhosted.org/packages/ac/4e/9566a313927be582ca99455a9523a097c7888fc819695bdc08415432b202/tensorflow_io_gcs_filesystem-0.31.0-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading tensorflow_io_gcs_filesystem-0.31.0-cp311-cp311-win_amd64.whl.metadata (14 kB)\n", + "Collecting numpy<2.0.0,>=1.23.5 (from tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for numpy<2.0.0,>=1.23.5 from https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata (61 kB)\n", + " ---------------------------------------- 0.0/61.0 kB ? eta -:--:--\n", + " ---------------------------------------- 61.0/61.0 kB ? eta 0:00:00\n", + "Collecting wheel<1.0,>=0.23.0 (from astunparse>=1.6.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for wheel<1.0,>=0.23.0 from https://files.pythonhosted.org/packages/1b/d1/9babe2ccaecff775992753d8686970b1e2755d21c8a63be73aba7a4e7d77/wheel-0.44.0-py3-none-any.whl.metadata\n", + " Using cached wheel-0.44.0-py3-none-any.whl.metadata (2.3 kB)\n", + "Collecting rich (from keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for rich from https://files.pythonhosted.org/packages/87/67/a37f6214d0e9fe57f6ae54b2956d550ca8365857f42a1ce0392bb21d9410/rich-13.7.1-py3-none-any.whl.metadata\n", + " Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB)\n", + "Collecting namex (from keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for namex from https://files.pythonhosted.org/packages/73/59/7854fbfb59f8ae35483ce93493708be5942ebb6328cd85b3a609df629736/namex-0.0.8-py3-none-any.whl.metadata\n", + " Downloading namex-0.0.8-py3-none-any.whl.metadata (246 bytes)\n", + "Collecting optree (from keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for optree from https://files.pythonhosted.org/packages/12/26/ce14a11c328bfcf29341da42342cc48e4d65fb44e4e559c9e4036a88b750/optree-0.12.1-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading optree-0.12.1-cp311-cp311-win_amd64.whl.metadata (48 kB)\n", + " ---------------------------------------- 0.0/48.7 kB ? eta -:--:--\n", + " ---------------------------------------- 48.7/48.7 kB ? eta 0:00:00\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests<3,>=2.21.0->tensorflow-intel==2.17.0->tensorflow) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests<3,>=2.21.0->tensorflow-intel==2.17.0->tensorflow) (3.7)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests<3,>=2.21.0->tensorflow-intel==2.17.0->tensorflow) (2.2.2)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests<3,>=2.21.0->tensorflow-intel==2.17.0->tensorflow) (2024.7.4)\n", + "Collecting markdown>=2.6.8 (from tensorboard<2.18,>=2.17->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for markdown>=2.6.8 from https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl.metadata\n", + " Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)\n", + "Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard<2.18,>=2.17->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for tensorboard-data-server<0.8.0,>=0.7.0 from https://files.pythonhosted.org/packages/7a/13/e503968fefabd4c6b2650af21e110aa8466fe21432cd7c43a84577a89438/tensorboard_data_server-0.7.2-py3-none-any.whl.metadata\n", + " Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB)\n", + "Collecting werkzeug>=1.0.1 (from tensorboard<2.18,>=2.17->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for werkzeug>=1.0.1 from https://files.pythonhosted.org/packages/9d/6e/e792999e816d19d7fcbfa94c730936750036d65656a76a5a688b57a656c4/werkzeug-3.0.3-py3-none-any.whl.metadata\n", + " Downloading werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB)\n", + "Collecting MarkupSafe>=2.1.1 (from werkzeug>=1.0.1->tensorboard<2.18,>=2.17->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for MarkupSafe>=2.1.1 from https://files.pythonhosted.org/packages/b7/a2/c78a06a9ec6d04b3445a949615c4c7ed86a0b2eb68e44e7541b9d57067cc/MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl.metadata\n", + " Downloading MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl.metadata (3.1 kB)\n", + "Collecting markdown-it-py>=2.2.0 (from rich->keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for markdown-it-py>=2.2.0 from https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl.metadata\n", + " Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)\n", + "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from rich->keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow) (2.18.0)\n", + "Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->keras>=3.2.0->tensorflow-intel==2.17.0->tensorflow)\n", + " Obtaining dependency information for mdurl~=0.1 from https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl.metadata\n", + " Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)\n", + "Downloading tensorflow-2.17.0-cp311-cp311-win_amd64.whl (2.0 kB)\n", + "Downloading tensorflow_intel-2.17.0-cp311-cp311-win_amd64.whl (385.0 MB)\n", + " ---------------------------------------- 0.0/385.0 MB ? eta -:--:--\n", + " ---------------------------------------- 0.5/385.0 MB 10.2 MB/s eta 0:00:38\n", + " ---------------------------------------- 1.9/385.0 MB 20.5 MB/s eta 0:00:19\n", + " ---------------------------------------- 3.5/385.0 MB 25.1 MB/s eta 0:00:16\n", + " --------------------------------------- 5.0/385.0 MB 29.2 MB/s eta 0:00:14\n", + " --------------------------------------- 6.3/385.0 MB 28.7 MB/s eta 0:00:14\n", + " --------------------------------------- 8.0/385.0 MB 30.2 MB/s eta 0:00:13\n", + " - -------------------------------------- 9.7/385.0 MB 31.1 MB/s eta 0:00:13\n", + " - -------------------------------------- 11.3/385.0 MB 34.4 MB/s eta 0:00:11\n", + " - -------------------------------------- 13.0/385.0 MB 36.4 MB/s eta 0:00:11\n", + " - -------------------------------------- 14.5/385.0 MB 36.3 MB/s eta 0:00:11\n", + " - -------------------------------------- 15.7/385.0 MB 36.4 MB/s eta 0:00:11\n", + " - -------------------------------------- 17.2/385.0 MB 32.8 MB/s eta 0:00:12\n", + " - -------------------------------------- 17.5/385.0 MB 31.2 MB/s eta 0:00:12\n", + " - -------------------------------------- 18.4/385.0 MB 29.7 MB/s eta 0:00:13\n", + " - -------------------------------------- 19.1/385.0 MB 26.2 MB/s eta 0:00:14\n", + " -- ------------------------------------- 20.7/385.0 MB 26.2 MB/s eta 0:00:14\n", + " -- ------------------------------------- 22.0/385.0 MB 26.2 MB/s eta 0:00:14\n", + " -- ------------------------------------- 22.1/385.0 MB 23.4 MB/s eta 0:00:16\n", + " -- ------------------------------------- 22.1/385.0 MB 21.9 MB/s eta 0:00:17\n", + " -- ------------------------------------- 22.1/385.0 MB 21.9 MB/s eta 0:00:17\n", + " -- ------------------------------------- 22.1/385.0 MB 17.7 MB/s eta 0:00:21\n", + " -- ------------------------------------- 22.5/385.0 MB 16.8 MB/s eta 0:00:22\n", + " -- ------------------------------------- 22.8/385.0 MB 16.4 MB/s eta 0:00:23\n", + " -- ------------------------------------- 22.8/385.0 MB 14.6 MB/s eta 0:00:25\n", + " -- ------------------------------------- 23.6/385.0 MB 14.2 MB/s eta 0:00:26\n", + " -- ------------------------------------- 25.4/385.0 MB 14.2 MB/s eta 0:00:26\n", + " -- ------------------------------------- 27.1/385.0 MB 14.9 MB/s eta 0:00:25\n", + " --- ------------------------------------ 29.2/385.0 MB 16.8 MB/s eta 0:00:22\n", + " --- ------------------------------------ 30.8/385.0 MB 16.8 MB/s eta 0:00:22\n", + " --- ------------------------------------ 31.7/385.0 MB 16.4 MB/s eta 0:00:22\n", + " --- ------------------------------------ 31.8/385.0 MB 15.6 MB/s eta 0:00:23\n", + " --- ------------------------------------ 32.7/385.0 MB 22.6 MB/s eta 0:00:16\n", + " --- ------------------------------------ 33.5/385.0 MB 27.3 MB/s eta 0:00:13\n", + " --- ------------------------------------ 33.6/385.0 MB 25.2 MB/s eta 0:00:14\n", + " --- ------------------------------------ 34.5/385.0 MB 23.4 MB/s eta 0:00:15\n", + " --- ------------------------------------ 36.3/385.0 MB 23.4 MB/s eta 0:00:15\n", + " --- ------------------------------------ 38.0/385.0 MB 23.4 MB/s eta 0:00:15\n", + " ---- ----------------------------------- 39.9/385.0 MB 23.4 MB/s eta 0:00:15\n", + " ---- ----------------------------------- 41.4/385.0 MB 24.2 MB/s eta 0:00:15\n", + " ---- ----------------------------------- 41.5/385.0 MB 21.8 MB/s eta 0:00:16\n", + " ---- ----------------------------------- 41.5/385.0 MB 21.8 MB/s eta 0:00:16\n", + " ---- ----------------------------------- 41.6/385.0 MB 19.3 MB/s eta 0:00:18\n", + " ---- ----------------------------------- 41.6/385.0 MB 19.3 MB/s eta 0:00:18\n", + " ---- ----------------------------------- 41.6/385.0 MB 16.4 MB/s eta 0:00:21\n", + " ---- ----------------------------------- 41.6/385.0 MB 16.4 MB/s eta 0:00:21\n", + " ---- ----------------------------------- 41.6/385.0 MB 14.2 MB/s eta 0:00:25\n", + " ---- ----------------------------------- 41.6/385.0 MB 14.2 MB/s eta 0:00:25\n", + " ---- ----------------------------------- 41.6/385.0 MB 12.4 MB/s eta 0:00:28\n", + " ---- ----------------------------------- 41.6/385.0 MB 12.4 MB/s eta 0:00:28\n", + " ---- ----------------------------------- 41.6/385.0 MB 12.4 MB/s eta 0:00:28\n", + " ---- ----------------------------------- 41.6/385.0 MB 11.1 MB/s eta 0:00:31\n", + " ---- ----------------------------------- 42.3/385.0 MB 11.1 MB/s eta 0:00:31\n", + " ---- ----------------------------------- 42.3/385.0 MB 10.2 MB/s eta 0:00:34\n", + " ---- ----------------------------------- 42.8/385.0 MB 9.9 MB/s eta 0:00:35\n", + " ---- ----------------------------------- 44.5/385.0 MB 10.9 MB/s eta 0:00:32\n", + " ---- ----------------------------------- 46.2/385.0 MB 10.9 MB/s eta 0:00:32\n", + " ---- ----------------------------------- 48.1/385.0 MB 10.9 MB/s eta 0:00:31\n", + " ----- ---------------------------------- 49.9/385.0 MB 10.9 MB/s eta 0:00:31\n", + " ----- ---------------------------------- 51.5/385.0 MB 10.9 MB/s eta 0:00:31\n", + " ----- ---------------------------------- 52.3/385.0 MB 27.3 MB/s eta 0:00:13\n", + " ----- ---------------------------------- 52.4/385.0 MB 22.6 MB/s eta 0:00:15\n", + " ----- ---------------------------------- 53.0/385.0 MB 31.2 MB/s eta 0:00:11\n", + " ----- ---------------------------------- 53.0/385.0 MB 24.2 MB/s eta 0:00:14\n", + " ----- ---------------------------------- 54.0/385.0 MB 23.4 MB/s eta 0:00:15\n", + " ----- ---------------------------------- 55.6/385.0 MB 23.4 MB/s eta 0:00:15\n", + " ----- ---------------------------------- 57.3/385.0 MB 23.4 MB/s eta 0:00:15\n", + " ------ --------------------------------- 58.5/385.0 MB 22.6 MB/s eta 0:00:15\n", + " ------ --------------------------------- 60.6/385.0 MB 23.4 MB/s eta 0:00:14\n", + " ------ --------------------------------- 62.2/385.0 MB 23.4 MB/s eta 0:00:14\n", + " ------ --------------------------------- 63.9/385.0 MB 36.4 MB/s eta 0:00:09\n", + " ------ --------------------------------- 66.0/385.0 MB 38.6 MB/s eta 0:00:09\n", + " ------- -------------------------------- 67.5/385.0 MB 36.4 MB/s eta 0:00:09\n", + " ------- -------------------------------- 68.2/385.0 MB 36.4 MB/s eta 0:00:09\n", + " ------- -------------------------------- 69.0/385.0 MB 32.7 MB/s eta 0:00:10\n", + " ------- -------------------------------- 69.3/385.0 MB 28.4 MB/s eta 0:00:12\n", + " ------- -------------------------------- 70.8/385.0 MB 27.3 MB/s eta 0:00:12\n", + " ------- -------------------------------- 72.4/385.0 MB 27.3 MB/s eta 0:00:12\n", + " ------- -------------------------------- 74.3/385.0 MB 27.3 MB/s eta 0:00:12\n", + " ------- -------------------------------- 75.5/385.0 MB 27.3 MB/s eta 0:00:12\n", + " ------- -------------------------------- 76.4/385.0 MB 26.2 MB/s eta 0:00:12\n", + " -------- ------------------------------- 77.7/385.0 MB 24.2 MB/s eta 0:00:13\n", + " -------- ------------------------------- 79.1/385.0 MB 27.3 MB/s eta 0:00:12\n", + " -------- ------------------------------- 80.7/385.0 MB 31.2 MB/s eta 0:00:10\n", + " -------- ------------------------------- 82.3/385.0 MB 31.2 MB/s eta 0:00:10\n", + " -------- ------------------------------- 83.8/385.0 MB 29.7 MB/s eta 0:00:11\n", + " -------- ------------------------------- 84.7/385.0 MB 28.4 MB/s eta 0:00:11\n", + " -------- ------------------------------- 86.3/385.0 MB 29.7 MB/s eta 0:00:11\n", + " --------- ------------------------------ 87.7/385.0 MB 31.2 MB/s eta 0:00:10\n", + " --------- ------------------------------ 89.4/385.0 MB 32.8 MB/s eta 0:00:10\n", + " --------- ------------------------------ 91.1/385.0 MB 32.8 MB/s eta 0:00:09\n", + " --------- ------------------------------ 92.8/385.0 MB 34.6 MB/s eta 0:00:09\n", + " --------- ------------------------------ 94.5/385.0 MB 32.7 MB/s eta 0:00:09\n", + " --------- ------------------------------ 95.9/385.0 MB 34.4 MB/s eta 0:00:09\n", + " --------- ------------------------------ 96.0/385.0 MB 31.2 MB/s eta 0:00:10\n", + " --------- ------------------------------ 96.1/385.0 MB 27.3 MB/s eta 0:00:11\n", + " --------- ------------------------------ 96.2/385.0 MB 25.2 MB/s eta 0:00:12\n", + " ---------- ----------------------------- 96.8/385.0 MB 23.4 MB/s eta 0:00:13\n", + " ---------- ----------------------------- 98.3/385.0 MB 22.6 MB/s eta 0:00:13\n", + " ---------- ----------------------------- 99.8/385.0 MB 22.6 MB/s eta 0:00:13\n", + " ---------- ---------------------------- 101.5/385.0 MB 22.6 MB/s eta 0:00:13\n", + " ---------- ---------------------------- 102.9/385.0 MB 21.8 MB/s eta 0:00:13\n", + " ---------- ---------------------------- 103.7/385.0 MB 19.8 MB/s eta 0:00:15\n", + " ---------- ---------------------------- 104.3/385.0 MB 19.8 MB/s eta 0:00:15\n", + " ---------- ---------------------------- 105.8/385.0 MB 20.5 MB/s eta 0:00:14\n", + " ---------- ---------------------------- 107.4/385.0 MB 28.4 MB/s eta 0:00:10\n", + " ----------- --------------------------- 109.4/385.0 MB 29.7 MB/s eta 0:00:10\n", + " ----------- --------------------------- 111.4/385.0 MB 29.8 MB/s eta 0:00:10\n", + " ----------- --------------------------- 113.2/385.0 MB 32.8 MB/s eta 0:00:09\n", + " ----------- --------------------------- 115.3/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ----------- --------------------------- 117.3/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ------------ -------------------------- 119.2/385.0 MB 43.7 MB/s eta 0:00:07\n", + " ------------ -------------------------- 121.0/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ------------ -------------------------- 122.8/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ------------ -------------------------- 124.1/385.0 MB 38.5 MB/s eta 0:00:07\n", + " ------------ -------------------------- 126.4/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ------------- ------------------------- 128.4/385.0 MB 40.9 MB/s eta 0:00:07\n", + " ------------- ------------------------- 129.0/385.0 MB 36.4 MB/s eta 0:00:08\n", + " ------------- ------------------------- 129.1/385.0 MB 32.8 MB/s eta 0:00:08\n", + " ------------- ------------------------- 129.1/385.0 MB 28.5 MB/s eta 0:00:09\n", + " ------------- ------------------------- 129.1/385.0 MB 25.2 MB/s eta 0:00:11\n", + " ------------- ------------------------- 129.7/385.0 MB 22.6 MB/s eta 0:00:12\n", + " ------------- ------------------------- 130.3/385.0 MB 20.5 MB/s eta 0:00:13\n", + " ------------- ------------------------- 132.1/385.0 MB 21.8 MB/s eta 0:00:12\n", + " ------------- ------------------------- 133.8/385.0 MB 21.8 MB/s eta 0:00:12\n", + " ------------- ------------------------- 134.6/385.0 MB 20.5 MB/s eta 0:00:13\n", + " ------------- ------------------------- 135.4/385.0 MB 19.3 MB/s eta 0:00:13\n", + " ------------- ------------------------- 136.0/385.0 MB 18.2 MB/s eta 0:00:14\n", + " ------------- ------------------------- 137.8/385.0 MB 18.2 MB/s eta 0:00:14\n", + " -------------- ------------------------ 139.8/385.0 MB 25.2 MB/s eta 0:00:10\n", + " -------------- ------------------------ 142.1/385.0 MB 31.2 MB/s eta 0:00:08\n", + " -------------- ------------------------ 143.0/385.0 MB 31.2 MB/s eta 0:00:08\n", + " -------------- ------------------------ 143.7/385.0 MB 27.3 MB/s eta 0:00:09\n", + " -------------- ------------------------ 144.7/385.0 MB 26.2 MB/s eta 0:00:10\n", + " -------------- ------------------------ 146.6/385.0 MB 32.8 MB/s eta 0:00:08\n", + " --------------- ----------------------- 148.3/385.0 MB 32.8 MB/s eta 0:00:08\n", + " --------------- ----------------------- 149.0/385.0 MB 29.7 MB/s eta 0:00:08\n", + " --------------- ----------------------- 149.6/385.0 MB 27.3 MB/s eta 0:00:09\n", + " --------------- ----------------------- 149.8/385.0 MB 25.2 MB/s eta 0:00:10\n", + " --------------- ----------------------- 151.1/385.0 MB 23.4 MB/s eta 0:00:11\n", + " --------------- ----------------------- 152.8/385.0 MB 23.4 MB/s eta 0:00:10\n", + " --------------- ----------------------- 154.1/385.0 MB 25.1 MB/s eta 0:00:10\n", + " --------------- ----------------------- 155.8/385.0 MB 25.2 MB/s eta 0:00:10\n", + " --------------- ----------------------- 157.3/385.0 MB 26.2 MB/s eta 0:00:09\n", + " ---------------- ---------------------- 158.2/385.0 MB 25.1 MB/s eta 0:00:10\n", + " ---------------- ---------------------- 159.4/385.0 MB 27.3 MB/s eta 0:00:09\n", + " ---------------- ---------------------- 160.8/385.0 MB 29.7 MB/s eta 0:00:08\n", + " ---------------- ---------------------- 162.2/385.0 MB 31.2 MB/s eta 0:00:08\n", + " ---------------- ---------------------- 163.6/385.0 MB 29.7 MB/s eta 0:00:08\n", + " ---------------- ---------------------- 164.4/385.0 MB 28.5 MB/s eta 0:00:08\n", + " ---------------- ---------------------- 165.1/385.0 MB 26.2 MB/s eta 0:00:09\n", + " ---------------- ---------------------- 166.7/385.0 MB 25.1 MB/s eta 0:00:09\n", + " ----------------- --------------------- 168.3/385.0 MB 26.2 MB/s eta 0:00:09\n", + " ----------------- --------------------- 170.3/385.0 MB 29.8 MB/s eta 0:00:08\n", + " ----------------- --------------------- 172.1/385.0 MB 29.8 MB/s eta 0:00:08\n", + " ----------------- --------------------- 173.8/385.0 MB 31.2 MB/s eta 0:00:07\n", + " ----------------- --------------------- 175.4/385.0 MB 38.5 MB/s eta 0:00:06\n", + " ----------------- --------------------- 176.1/385.0 MB 34.4 MB/s eta 0:00:07\n", + " ----------------- --------------------- 176.1/385.0 MB 32.7 MB/s eta 0:00:07\n", + " ----------------- --------------------- 176.7/385.0 MB 27.3 MB/s eta 0:00:08\n", + " ------------------ -------------------- 177.7/385.0 MB 26.2 MB/s eta 0:00:08\n", + " ------------------ -------------------- 179.2/385.0 MB 25.2 MB/s eta 0:00:09\n", + " ------------------ -------------------- 181.2/385.0 MB 25.2 MB/s eta 0:00:09\n", + " ------------------ -------------------- 182.8/385.0 MB 25.2 MB/s eta 0:00:09\n", + " ------------------ -------------------- 183.8/385.0 MB 25.2 MB/s eta 0:00:08\n", + " ------------------ -------------------- 183.8/385.0 MB 25.2 MB/s eta 0:00:08\n", + " ------------------ -------------------- 184.0/385.0 MB 20.5 MB/s eta 0:00:10\n", + " ------------------ -------------------- 185.2/385.0 MB 19.8 MB/s eta 0:00:11\n", + " ------------------ -------------------- 186.5/385.0 MB 23.4 MB/s eta 0:00:09\n", + " ------------------- ------------------- 188.5/385.0 MB 26.2 MB/s eta 0:00:08\n", + " ------------------- ------------------- 190.6/385.0 MB 27.3 MB/s eta 0:00:08\n", + " ------------------- ------------------- 192.4/385.0 MB 26.2 MB/s eta 0:00:08\n", + " ------------------- ------------------- 194.3/385.0 MB 38.6 MB/s eta 0:00:05\n", + " ------------------- ------------------- 195.9/385.0 MB 38.6 MB/s eta 0:00:05\n", + " ------------------- ------------------- 197.4/385.0 MB 38.6 MB/s eta 0:00:05\n", + " -------------------- ------------------ 198.8/385.0 MB 38.6 MB/s eta 0:00:05\n", + " -------------------- ------------------ 198.9/385.0 MB 34.4 MB/s eta 0:00:06\n", + " -------------------- ------------------ 198.9/385.0 MB 31.1 MB/s eta 0:00:06\n", + " -------------------- ------------------ 198.9/385.0 MB 27.3 MB/s eta 0:00:07\n", + " -------------------- ------------------ 198.9/385.0 MB 27.3 MB/s eta 0:00:07\n", + " -------------------- ------------------ 199.6/385.0 MB 22.6 MB/s eta 0:00:09\n", + " -------------------- ------------------ 199.6/385.0 MB 19.3 MB/s eta 0:00:10\n", + " -------------------- ------------------ 200.0/385.0 MB 17.7 MB/s eta 0:00:11\n", + " -------------------- ------------------ 201.5/385.0 MB 17.7 MB/s eta 0:00:11\n", + " -------------------- ------------------ 203.4/385.0 MB 17.7 MB/s eta 0:00:11\n", + " -------------------- ------------------ 205.0/385.0 MB 17.2 MB/s eta 0:00:11\n", + " -------------------- ------------------ 207.3/385.0 MB 18.2 MB/s eta 0:00:10\n", + " --------------------- ----------------- 209.4/385.0 MB 28.4 MB/s eta 0:00:07\n", + " --------------------- ----------------- 211.2/385.0 MB 43.5 MB/s eta 0:00:04\n", + " --------------------- ----------------- 212.7/385.0 MB 40.9 MB/s eta 0:00:05\n", + " --------------------- ----------------- 213.6/385.0 MB 38.5 MB/s eta 0:00:05\n", + " --------------------- ----------------- 213.9/385.0 MB 32.8 MB/s eta 0:00:06\n", + " --------------------- ----------------- 215.1/385.0 MB 31.2 MB/s eta 0:00:06\n", + " --------------------- ----------------- 215.8/385.0 MB 28.5 MB/s eta 0:00:06\n", + " --------------------- ----------------- 216.2/385.0 MB 26.2 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 217.6/385.0 MB 25.2 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 218.8/385.0 MB 24.2 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 220.4/385.0 MB 23.4 MB/s eta 0:00:08\n", + " ---------------------- ---------------- 222.1/385.0 MB 23.4 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 223.7/385.0 MB 24.2 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 224.3/385.0 MB 26.2 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 224.8/385.0 MB 23.4 MB/s eta 0:00:07\n", + " ---------------------- ---------------- 226.4/385.0 MB 27.3 MB/s eta 0:00:06\n", + " ----------------------- --------------- 228.1/385.0 MB 28.5 MB/s eta 0:00:06\n", + " ----------------------- --------------- 229.7/385.0 MB 28.4 MB/s eta 0:00:06\n", + " ----------------------- --------------- 231.4/385.0 MB 29.7 MB/s eta 0:00:06\n", + " ----------------------- --------------- 233.2/385.0 MB 31.2 MB/s eta 0:00:05\n", + " ----------------------- --------------- 234.8/385.0 MB 36.4 MB/s eta 0:00:05\n", + " ----------------------- --------------- 236.7/385.0 MB 38.5 MB/s eta 0:00:04\n", + " ------------------------ -------------- 238.5/385.0 MB 40.9 MB/s eta 0:00:04\n", + " ------------------------ -------------- 240.2/385.0 MB 38.6 MB/s eta 0:00:04\n", + " ------------------------ -------------- 241.2/385.0 MB 38.5 MB/s eta 0:00:04\n", + " ------------------------ -------------- 241.2/385.0 MB 38.5 MB/s eta 0:00:04\n", + " ------------------------ -------------- 241.2/385.0 MB 38.5 MB/s eta 0:00:04\n", + " ------------------------ -------------- 241.9/385.0 MB 25.2 MB/s eta 0:00:06\n", + " ------------------------ -------------- 242.8/385.0 MB 24.2 MB/s eta 0:00:06\n", + " ------------------------ -------------- 244.3/385.0 MB 23.4 MB/s eta 0:00:07\n", + " ------------------------ -------------- 246.1/385.0 MB 23.4 MB/s eta 0:00:06\n", + " ------------------------- ------------- 247.8/385.0 MB 23.4 MB/s eta 0:00:06\n", + " ------------------------- ------------- 249.1/385.0 MB 22.6 MB/s eta 0:00:07\n", + " ------------------------- ------------- 249.2/385.0 MB 20.5 MB/s eta 0:00:07\n", + " ------------------------- ------------- 249.2/385.0 MB 19.8 MB/s eta 0:00:07\n", + " ------------------------- ------------- 249.8/385.0 MB 18.2 MB/s eta 0:00:08\n", + " ------------------------- ------------- 249.9/385.0 MB 16.4 MB/s eta 0:00:09\n", + " ------------------------- ------------- 251.5/385.0 MB 20.5 MB/s eta 0:00:07\n", + " ------------------------- ------------- 252.9/385.0 MB 21.8 MB/s eta 0:00:07\n", + " ------------------------- ------------- 254.6/385.0 MB 22.6 MB/s eta 0:00:06\n", + " ------------------------- ------------- 256.3/385.0 MB 22.6 MB/s eta 0:00:06\n", + " -------------------------- ------------ 258.5/385.0 MB 22.6 MB/s eta 0:00:06\n", + " -------------------------- ------------ 260.4/385.0 MB 38.5 MB/s eta 0:00:04\n", + " -------------------------- ------------ 261.2/385.0 MB 38.5 MB/s eta 0:00:04\n", + " -------------------------- ------------ 262.0/385.0 MB 34.4 MB/s eta 0:00:04\n", + " -------------------------- ------------ 262.7/385.0 MB 31.2 MB/s eta 0:00:04\n", + " -------------------------- ------------ 263.1/385.0 MB 28.5 MB/s eta 0:00:05\n", + " -------------------------- ------------ 264.4/385.0 MB 28.4 MB/s eta 0:00:05\n", + " -------------------------- ------------ 266.3/385.0 MB 27.3 MB/s eta 0:00:05\n", + " --------------------------- ----------- 268.1/385.0 MB 27.3 MB/s eta 0:00:05\n", + " --------------------------- ----------- 268.6/385.0 MB 24.3 MB/s eta 0:00:05\n", + " --------------------------- ----------- 269.3/385.0 MB 25.2 MB/s eta 0:00:05\n", + " --------------------------- ----------- 269.5/385.0 MB 21.1 MB/s eta 0:00:06\n", + " --------------------------- ----------- 270.2/385.0 MB 19.8 MB/s eta 0:00:06\n", + " --------------------------- ----------- 271.6/385.0 MB 20.5 MB/s eta 0:00:06\n", + " --------------------------- ----------- 273.3/385.0 MB 25.2 MB/s eta 0:00:05\n", + " --------------------------- ----------- 275.3/385.0 MB 25.1 MB/s eta 0:00:05\n", + " ---------------------------- ---------- 277.1/385.0 MB 25.1 MB/s eta 0:00:05\n", + " ---------------------------- ---------- 279.2/385.0 MB 27.3 MB/s eta 0:00:04\n", + " ---------------------------- ---------- 281.0/385.0 MB 38.6 MB/s eta 0:00:03\n", + " ---------------------------- ---------- 281.3/385.0 MB 36.3 MB/s eta 0:00:03\n", + " ---------------------------- ---------- 281.3/385.0 MB 34.4 MB/s eta 0:00:04\n", + " ---------------------------- ---------- 281.3/385.0 MB 29.7 MB/s eta 0:00:04\n", + " ---------------------------- ---------- 281.3/385.0 MB 29.7 MB/s eta 0:00:04\n", + " ---------------------------- ---------- 281.3/385.0 MB 23.4 MB/s eta 0:00:05\n", + " ---------------------------- ---------- 281.3/385.0 MB 23.4 MB/s eta 0:00:05\n", + " ---------------------------- ---------- 281.4/385.0 MB 18.2 MB/s eta 0:00:06\n", + " ---------------------------- ---------- 281.4/385.0 MB 18.2 MB/s eta 0:00:06\n", + " ---------------------------- ---------- 282.0/385.0 MB 16.4 MB/s eta 0:00:07\n", + " ---------------------------- ---------- 282.0/385.0 MB 14.9 MB/s eta 0:00:07\n", + " ---------------------------- ---------- 282.2/385.0 MB 14.2 MB/s eta 0:00:08\n", + " ---------------------------- ---------- 283.1/385.0 MB 13.6 MB/s eta 0:00:08\n", + " ---------------------------- ---------- 284.7/385.0 MB 13.6 MB/s eta 0:00:08\n", + " ---------------------------- ---------- 285.2/385.0 MB 12.8 MB/s eta 0:00:08\n", + " ---------------------------- ---------- 285.8/385.0 MB 12.4 MB/s eta 0:00:09\n", + " ----------------------------- --------- 287.1/385.0 MB 12.4 MB/s eta 0:00:08\n", + " ----------------------------- --------- 288.7/385.0 MB 12.1 MB/s eta 0:00:08\n", + " ----------------------------- --------- 290.0/385.0 MB 11.9 MB/s eta 0:00:08\n", + " ----------------------------- --------- 290.8/385.0 MB 11.7 MB/s eta 0:00:09\n", + " ----------------------------- --------- 291.7/385.0 MB 19.3 MB/s eta 0:00:05\n", + " ----------------------------- --------- 292.7/385.0 MB 22.6 MB/s eta 0:00:05\n", + " ----------------------------- --------- 294.1/385.0 MB 22.6 MB/s eta 0:00:05\n", + " ----------------------------- --------- 295.3/385.0 MB 24.2 MB/s eta 0:00:04\n", + " ------------------------------ -------- 297.2/385.0 MB 27.3 MB/s eta 0:00:04\n", + " ------------------------------ -------- 298.4/385.0 MB 27.3 MB/s eta 0:00:04\n", + " ------------------------------ -------- 298.5/385.0 MB 24.2 MB/s eta 0:00:04\n", + " ------------------------------ -------- 299.8/385.0 MB 23.4 MB/s eta 0:00:04\n", + " ------------------------------ -------- 301.3/385.0 MB 25.2 MB/s eta 0:00:04\n", + " ------------------------------ -------- 302.9/385.0 MB 27.3 MB/s eta 0:00:04\n", + " ------------------------------ -------- 304.5/385.0 MB 28.5 MB/s eta 0:00:03\n", + " ------------------------------ -------- 305.2/385.0 MB 26.2 MB/s eta 0:00:04\n", + " ------------------------------ -------- 305.3/385.0 MB 24.2 MB/s eta 0:00:04\n", + " ------------------------------- ------- 306.3/385.0 MB 23.4 MB/s eta 0:00:04\n", + " ------------------------------- ------- 307.9/385.0 MB 22.6 MB/s eta 0:00:04\n", + " ------------------------------- ------- 309.9/385.0 MB 28.4 MB/s eta 0:00:03\n", + " ------------------------------- ------- 311.3/385.0 MB 27.3 MB/s eta 0:00:03\n", + " ------------------------------- ------- 312.1/385.0 MB 27.3 MB/s eta 0:00:03\n", + " ------------------------------- ------- 312.1/385.0 MB 27.3 MB/s eta 0:00:03\n", + " ------------------------------- ------- 312.3/385.0 MB 21.1 MB/s eta 0:00:04\n", + " ------------------------------- ------- 313.4/385.0 MB 20.5 MB/s eta 0:00:04\n", + " ------------------------------- ------- 315.0/385.0 MB 21.8 MB/s eta 0:00:04\n", + " -------------------------------- ------ 316.6/385.0 MB 25.2 MB/s eta 0:00:03\n", + " -------------------------------- ------ 318.4/385.0 MB 24.2 MB/s eta 0:00:03\n", + " -------------------------------- ------ 320.3/385.0 MB 25.1 MB/s eta 0:00:03\n", + " -------------------------------- ------ 321.9/385.0 MB 27.3 MB/s eta 0:00:03\n", + " -------------------------------- ------ 323.5/385.0 MB 34.4 MB/s eta 0:00:02\n", + " -------------------------------- ------ 324.1/385.0 MB 34.4 MB/s eta 0:00:02\n", + " -------------------------------- ------ 324.1/385.0 MB 34.4 MB/s eta 0:00:02\n", + " -------------------------------- ------ 324.1/385.0 MB 27.3 MB/s eta 0:00:03\n", + " -------------------------------- ------ 324.1/385.0 MB 27.3 MB/s eta 0:00:03\n", + " -------------------------------- ------ 324.1/385.0 MB 27.3 MB/s eta 0:00:03\n", + " -------------------------------- ------ 324.2/385.0 MB 20.5 MB/s eta 0:00:03\n", + " -------------------------------- ------ 324.2/385.0 MB 20.5 MB/s eta 0:00:03\n", + " -------------------------------- ------ 324.2/385.0 MB 16.8 MB/s eta 0:00:04\n", + " -------------------------------- ------ 324.2/385.0 MB 16.8 MB/s eta 0:00:04\n", + " -------------------------------- ------ 324.2/385.0 MB 14.6 MB/s eta 0:00:05\n", + " -------------------------------- ------ 324.2/385.0 MB 14.6 MB/s eta 0:00:05\n", + " -------------------------------- ------ 324.2/385.0 MB 12.6 MB/s eta 0:00:05\n", + " -------------------------------- ------ 324.7/385.0 MB 12.8 MB/s eta 0:00:05\n", + " -------------------------------- ------ 324.8/385.0 MB 11.5 MB/s eta 0:00:06\n", + " -------------------------------- ------ 325.2/385.0 MB 11.1 MB/s eta 0:00:06\n", + " --------------------------------- ----- 326.5/385.0 MB 10.9 MB/s eta 0:00:06\n", + " --------------------------------- ----- 328.0/385.0 MB 11.1 MB/s eta 0:00:06\n", + " --------------------------------- ----- 329.8/385.0 MB 11.1 MB/s eta 0:00:05\n", + " --------------------------------- ----- 331.6/385.0 MB 10.9 MB/s eta 0:00:05\n", + " --------------------------------- ----- 333.5/385.0 MB 10.9 MB/s eta 0:00:05\n", + " --------------------------------- ----- 335.0/385.0 MB 31.2 MB/s eta 0:00:02\n", + " --------------------------------- ----- 335.6/385.0 MB 34.4 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 336.3/385.0 MB 32.7 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 336.6/385.0 MB 28.5 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 337.6/385.0 MB 27.3 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 338.5/385.0 MB 25.2 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 340.0/385.0 MB 25.1 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 341.2/385.0 MB 23.4 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 342.0/385.0 MB 22.6 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 342.0/385.0 MB 22.6 MB/s eta 0:00:02\n", + " ---------------------------------- ---- 342.0/385.0 MB 18.7 MB/s eta 0:00:03\n", + " ---------------------------------- ---- 342.8/385.0 MB 17.7 MB/s eta 0:00:03\n", + " ---------------------------------- ---- 344.1/385.0 MB 17.2 MB/s eta 0:00:03\n", + " ----------------------------------- --- 345.6/385.0 MB 17.2 MB/s eta 0:00:03\n", + " ----------------------------------- --- 347.0/385.0 MB 21.1 MB/s eta 0:00:02\n", + " ----------------------------------- --- 348.7/385.0 MB 21.8 MB/s eta 0:00:02\n", + " ----------------------------------- --- 350.3/385.0 MB 22.6 MB/s eta 0:00:02\n", + " ----------------------------------- --- 351.4/385.0 MB 23.4 MB/s eta 0:00:02\n", + " ----------------------------------- --- 352.7/385.0 MB 31.2 MB/s eta 0:00:02\n", + " ----------------------------------- --- 354.1/385.0 MB 29.7 MB/s eta 0:00:02\n", + " ------------------------------------ -- 355.5/385.0 MB 31.2 MB/s eta 0:00:01\n", + " ------------------------------------ -- 357.2/385.0 MB 31.2 MB/s eta 0:00:01\n", + " ------------------------------------ -- 358.2/385.0 MB 29.7 MB/s eta 0:00:01\n", + " ------------------------------------ -- 359.5/385.0 MB 28.4 MB/s eta 0:00:01\n", + " ------------------------------------ -- 361.1/385.0 MB 29.8 MB/s eta 0:00:01\n", + " ------------------------------------ -- 362.5/385.0 MB 29.8 MB/s eta 0:00:01\n", + " ------------------------------------ -- 364.3/385.0 MB 31.2 MB/s eta 0:00:01\n", + " ------------------------------------- - 365.6/385.0 MB 31.2 MB/s eta 0:00:01\n", + " ------------------------------------- - 366.9/385.0 MB 31.2 MB/s eta 0:00:01\n", + " ------------------------------------- - 367.6/385.0 MB 29.7 MB/s eta 0:00:01\n", + " ------------------------------------- - 368.5/385.0 MB 27.3 MB/s eta 0:00:01\n", + " ------------------------------------- - 370.2/385.0 MB 29.7 MB/s eta 0:00:01\n", + " ------------------------------------- - 371.4/385.0 MB 28.4 MB/s eta 0:00:01\n", + " ------------------------------------- - 373.2/385.0 MB 29.7 MB/s eta 0:00:01\n", + " ------------------------------------- - 375.0/385.0 MB 29.7 MB/s eta 0:00:01\n", + " -------------------------------------- 376.1/385.0 MB 28.5 MB/s eta 0:00:01\n", + " -------------------------------------- 376.3/385.0 MB 26.2 MB/s eta 0:00:01\n", + " -------------------------------------- 377.1/385.0 MB 25.2 MB/s eta 0:00:01\n", + " -------------------------------------- 378.0/385.0 MB 25.2 MB/s eta 0:00:01\n", + " -------------------------------------- 379.4/385.0 MB 26.2 MB/s eta 0:00:01\n", + " -------------------------------------- 381.2/385.0 MB 27.3 MB/s eta 0:00:01\n", + " -------------------------------------- 382.6/385.0 MB 26.2 MB/s eta 0:00:01\n", + " -------------------------------------- 384.1/385.0 MB 26.2 MB/s eta 0:00:01\n", + " -------------------------------------- 384.1/385.0 MB 26.2 MB/s eta 0:00:01\n", + " -------------------------------------- 384.2/385.0 MB 21.8 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " -------------------------------------- 385.0/385.0 MB 19.9 MB/s eta 0:00:01\n", + " ---------------------------------------- 385.0/385.0 MB 6.7 MB/s eta 0:00:00\n", + "Downloading absl_py-2.1.0-py3-none-any.whl (133 kB)\n", + " ---------------------------------------- 0.0/133.7 kB ? eta -:--:--\n", + " ---------------------------------------- 133.7/133.7 kB 8.2 MB/s eta 0:00:00\n", + "Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)\n", + "Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB)\n", + "Downloading gast-0.6.0-py3-none-any.whl (21 kB)\n", + "Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)\n", + " ---------------------------------------- 0.0/57.5 kB ? eta -:--:--\n", + " ---------------------------------------- 57.5/57.5 kB ? eta 0:00:00\n", + "Downloading grpcio-1.65.5-cp311-cp311-win_amd64.whl (4.1 MB)\n", + " ---------------------------------------- 0.0/4.1 MB ? eta -:--:--\n", + " ----------- ---------------------------- 1.2/4.1 MB 38.6 MB/s eta 0:00:01\n", + " ------------------------- -------------- 2.7/4.1 MB 34.4 MB/s eta 0:00:01\n", + " -------------------------------- ------- 3.3/4.1 MB 30.5 MB/s eta 0:00:01\n", + " -------------------------------- ------- 3.4/4.1 MB 21.7 MB/s eta 0:00:01\n", + " -------------------------------- ------- 3.4/4.1 MB 16.7 MB/s eta 0:00:01\n", + " ------------------------------------- -- 3.9/4.1 MB 14.5 MB/s eta 0:00:01\n", + " --------------------------------------- 4.1/4.1 MB 15.4 MB/s eta 0:00:01\n", + " --------------------------------------- 4.1/4.1 MB 12.0 MB/s eta 0:00:01\n", + " ---------------------------------------- 4.1/4.1 MB 11.5 MB/s eta 0:00:00\n", + "Downloading h5py-3.11.0-cp311-cp311-win_amd64.whl (3.0 MB)\n", + " ---------------------------------------- 0.0/3.0 MB ? eta -:--:--\n", + " ------------ --------------------------- 0.9/3.0 MB 28.2 MB/s eta 0:00:01\n", + " ------------------------------ --------- 2.3/3.0 MB 28.6 MB/s eta 0:00:01\n", + " ---------------------------------------- 3.0/3.0 MB 23.8 MB/s eta 0:00:00\n", + "Downloading keras-3.5.0-py3-none-any.whl (1.1 MB)\n", + " ---------------------------------------- 0.0/1.1 MB ? eta -:--:--\n", + " ---------------------------------------- 1.1/1.1 MB 36.6 MB/s eta 0:00:00\n", + "Downloading libclang-18.1.1-py2.py3-none-win_amd64.whl (26.4 MB)\n", + " ---------------------------------------- 0.0/26.4 MB ? eta -:--:--\n", + " -- ------------------------------------- 1.8/26.4 MB 56.8 MB/s eta 0:00:01\n", + " ---- ----------------------------------- 3.1/26.4 MB 40.0 MB/s eta 0:00:01\n", + " ------ --------------------------------- 4.4/26.4 MB 35.1 MB/s eta 0:00:01\n", + " ---------- ----------------------------- 6.7/26.4 MB 39.3 MB/s eta 0:00:01\n", + " ------------ --------------------------- 8.1/26.4 MB 37.1 MB/s eta 0:00:01\n", + " ------------- -------------------------- 8.9/26.4 MB 33.7 MB/s eta 0:00:01\n", + " -------------- ------------------------- 9.6/26.4 MB 30.7 MB/s eta 0:00:01\n", + " ---------------- ----------------------- 11.0/26.4 MB 29.7 MB/s eta 0:00:01\n", + " ------------------- -------------------- 12.6/26.4 MB 29.7 MB/s eta 0:00:01\n", + " -------------------- ------------------- 13.3/26.4 MB 27.3 MB/s eta 0:00:01\n", + " --------------------- ------------------ 14.1/26.4 MB 26.2 MB/s eta 0:00:01\n", + " ---------------------- ----------------- 14.9/26.4 MB 24.3 MB/s eta 0:00:01\n", + " ------------------------ --------------- 16.3/26.4 MB 24.2 MB/s eta 0:00:01\n", + " --------------------------- ------------ 18.1/26.4 MB 24.2 MB/s eta 0:00:01\n", + " ----------------------------- ---------- 19.4/26.4 MB 25.2 MB/s eta 0:00:01\n", + " ------------------------------ --------- 20.0/26.4 MB 26.2 MB/s eta 0:00:01\n", + " ------------------------------ --------- 20.0/26.4 MB 24.2 MB/s eta 0:00:01\n", + " ------------------------------ --------- 20.3/26.4 MB 21.1 MB/s eta 0:00:01\n", + " ------------------------------- -------- 20.6/26.4 MB 21.1 MB/s eta 0:00:01\n", + " ------------------------------- -------- 20.7/26.4 MB 18.2 MB/s eta 0:00:01\n", + " -------------------------------- ------- 21.5/26.4 MB 17.2 MB/s eta 0:00:01\n", + " ---------------------------------- ----- 22.7/26.4 MB 17.2 MB/s eta 0:00:01\n", + " ------------------------------------ --- 24.1/26.4 MB 17.7 MB/s eta 0:00:01\n", + " -------------------------------------- - 25.6/26.4 MB 19.3 MB/s eta 0:00:01\n", + " --------------------------------------- 26.4/26.4 MB 19.3 MB/s eta 0:00:01\n", + " ---------------------------------------- 26.4/26.4 MB 16.8 MB/s eta 0:00:00\n", + "Downloading ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl (126 kB)\n", + " ---------------------------------------- 0.0/126.8 kB ? eta -:--:--\n", + " ---------------------------------------- 126.8/126.8 kB 7.8 MB/s eta 0:00:00\n", + "Downloading numpy-1.26.4-cp311-cp311-win_amd64.whl (15.8 MB)\n", + " ---------------------------------------- 0.0/15.8 MB ? eta -:--:--\n", + " -- ------------------------------------- 0.9/15.8 MB 56.7 MB/s eta 0:00:01\n", + " ------- -------------------------------- 2.9/15.8 MB 46.6 MB/s eta 0:00:01\n", + " ---------- ----------------------------- 4.0/15.8 MB 42.5 MB/s eta 0:00:01\n", + " -------------- ------------------------- 5.6/15.8 MB 35.6 MB/s eta 0:00:01\n", + " ------------------- -------------------- 7.5/15.8 MB 37.0 MB/s eta 0:00:01\n", + " ----------------------- ---------------- 9.3/15.8 MB 37.0 MB/s eta 0:00:01\n", + " --------------------------- ------------ 11.0/15.8 MB 34.6 MB/s eta 0:00:01\n", + " -------------------------------- ------- 12.7/15.8 MB 34.4 MB/s eta 0:00:01\n", + " ------------------------------------ --- 14.3/15.8 MB 38.5 MB/s eta 0:00:01\n", + " --------------------------------------- 15.8/15.8 MB 38.6 MB/s eta 0:00:01\n", + " --------------------------------------- 15.8/15.8 MB 38.6 MB/s eta 0:00:01\n", + " ---------------------------------------- 15.8/15.8 MB 29.7 MB/s eta 0:00:00\n", + "Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)\n", + " ---------------------------------------- 0.0/65.5 kB ? eta -:--:--\n", + " ---------------------------------------- 65.5/65.5 kB ? eta 0:00:00\n", + "Downloading protobuf-4.25.4-cp310-abi3-win_amd64.whl (413 kB)\n", + " ---------------------------------------- 0.0/413.4 kB ? eta -:--:--\n", + " --------------------------------------- 413.4/413.4 kB 25.2 MB/s eta 0:00:00\n", + "Downloading tensorboard-2.17.1-py3-none-any.whl (5.5 MB)\n", + " ---------------------------------------- 0.0/5.5 MB ? eta -:--:--\n", + " ----- ---------------------------------- 0.7/5.5 MB 23.8 MB/s eta 0:00:01\n", + " ----------- ---------------------------- 1.5/5.5 MB 19.6 MB/s eta 0:00:01\n", + " ----------- ---------------------------- 1.6/5.5 MB 12.6 MB/s eta 0:00:01\n", + " ------------------ --------------------- 2.6/5.5 MB 14.9 MB/s eta 0:00:01\n", + " -------------------------------- ------- 4.5/5.5 MB 20.8 MB/s eta 0:00:01\n", + " --------------------------------------- 5.5/5.5 MB 23.5 MB/s eta 0:00:01\n", + " ---------------------------------------- 5.5/5.5 MB 20.7 MB/s eta 0:00:00\n", + "Downloading tensorflow_io_gcs_filesystem-0.31.0-cp311-cp311-win_amd64.whl (1.5 MB)\n", + " ---------------------------------------- 0.0/1.5 MB ? eta -:--:--\n", + " ----------------- ---------------------- 0.7/1.5 MB 21.1 MB/s eta 0:00:01\n", + " --------------------------------------- 1.5/1.5 MB 15.4 MB/s eta 0:00:01\n", + " ---------------------------------------- 1.5/1.5 MB 13.5 MB/s eta 0:00:00\n", + "Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB)\n", + "Downloading wrapt-1.16.0-cp311-cp311-win_amd64.whl (37 kB)\n", + "Downloading Markdown-3.7-py3-none-any.whl (106 kB)\n", + " ---------------------------------------- 0.0/106.3 kB ? eta -:--:--\n", + " ---------------------------------------- 106.3/106.3 kB 6.0 MB/s eta 0:00:00\n", + "Downloading tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB)\n", + "Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB)\n", + " ---------------------------------------- 0.0/227.3 kB ? eta -:--:--\n", + " --------------------------------------- 227.3/227.3 kB 13.6 MB/s eta 0:00:00\n", + "Using cached wheel-0.44.0-py3-none-any.whl (67 kB)\n", + "Downloading namex-0.0.8-py3-none-any.whl (5.8 kB)\n", + "Downloading optree-0.12.1-cp311-cp311-win_amd64.whl (268 kB)\n", + " ---------------------------------------- 0.0/268.5 kB ? eta -:--:--\n", + " ---------------------------------------- 268.5/268.5 kB ? eta 0:00:00\n", + "Downloading rich-13.7.1-py3-none-any.whl (240 kB)\n", + " ---------------------------------------- 0.0/240.7 kB ? eta -:--:--\n", + " ---------------------------------------- 240.7/240.7 kB ? eta 0:00:00\n", + "Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)\n", + " ---------------------------------------- 0.0/87.5 kB ? eta -:--:--\n", + " ---------------------------------------- 87.5/87.5 kB ? eta 0:00:00\n", + "Downloading MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl (17 kB)\n", + "Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)\n", + "Installing collected packages: namex, libclang, flatbuffers, wrapt, wheel, termcolor, tensorflow-io-gcs-filesystem, tensorboard-data-server, protobuf, optree, numpy, mdurl, MarkupSafe, markdown, grpcio, google-pasta, gast, absl-py, werkzeug, opt-einsum, ml-dtypes, markdown-it-py, h5py, astunparse, tensorboard, rich, keras, tensorflow-intel, tensorflow\n", + " Attempting uninstall: numpy\n", + " Found existing installation: numpy 2.0.1\n", + " Uninstalling numpy-2.0.1:\n", + " Successfully uninstalled numpy-2.0.1\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " WARNING: The script wheel.exe is installed in 'c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Scripts' which is not on PATH.\n", + " Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\n", + " WARNING: The script f2py.exe is installed in 'c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Scripts' which is not on PATH.\n", + " Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\n", + "ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\\\\Users\\\\brohanal\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python311\\\\Lib\\\\site-packages\\\\~umpy.libs\\\\libscipy_openblas64_-fb1711452d4d8cee9f276fd1449ee5c7.dll'\n", + "Consider using the `--user` option or check the permissions.\n", + "\n", + "\n", + "[notice] A new release of pip is available: 23.2.1 -> 24.2\n", + "[notice] To update, run: python.exe -m pip install --upgrade pip\n" + ] + } + ], + "source": [ + "%pip install pytorch\n", + "%pip install tensorflow" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: pip in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (23.2.1)\n", + "Collecting pip\n", + " Obtaining dependency information for pip from https://files.pythonhosted.org/packages/d4/55/90db48d85f7689ec6f81c0db0622d704306c5284850383c090e6c7195a5c/pip-24.2-py3-none-any.whl.metadata\n", + " Downloading pip-24.2-py3-none-any.whl.metadata (3.6 kB)\n", + "Downloading pip-24.2-py3-none-any.whl (1.8 MB)\n", + " ---------------------------------------- 0.0/1.8 MB ? eta -:--:--\n", + " ---- ----------------------------------- 0.2/1.8 MB 3.7 MB/s eta 0:00:01\n", + " ------------------------------ --------- 1.4/1.8 MB 14.8 MB/s eta 0:00:01\n", + " ---------------------------------------- 1.8/1.8 MB 16.6 MB/s eta 0:00:00\n", + "Installing collected packages: pip\n", + " Attempting uninstall: pip\n", + " Found existing installation: pip 23.2.1\n", + " Uninstalling pip-23.2.1:\n", + " Successfully uninstalled pip-23.2.1\n", + "Successfully installed pip-24.2\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " WARNING: The scripts pip.exe, pip3.11.exe and pip3.exe are installed in 'c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Scripts' which is not on PATH.\n", + " Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\n" + ] + } + ], + "source": [ + "%pip install --upgrade pip" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Collecting ipywidgets\n", + " Downloading ipywidgets-8.1.3-py3-none-any.whl.metadata (2.4 kB)\n", + "Requirement already satisfied: comm>=0.1.3 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipywidgets) (0.2.2)\n", + "Requirement already satisfied: ipython>=6.1.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipywidgets) (8.26.0)\n", + "Requirement already satisfied: traitlets>=4.3.1 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipywidgets) (5.14.3)\n", + "Collecting widgetsnbextension~=4.0.11 (from ipywidgets)\n", + " Downloading widgetsnbextension-4.0.11-py3-none-any.whl.metadata (1.6 kB)\n", + "Collecting jupyterlab-widgets~=3.0.11 (from ipywidgets)\n", + " Downloading jupyterlab_widgets-3.0.11-py3-none-any.whl.metadata (4.1 kB)\n", + "Requirement already satisfied: decorator in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (5.1.1)\n", + "Requirement already satisfied: jedi>=0.16 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (0.19.1)\n", + "Requirement already satisfied: matplotlib-inline in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (0.1.7)\n", + "Requirement already satisfied: prompt-toolkit<3.1.0,>=3.0.41 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (3.0.47)\n", + "Requirement already satisfied: pygments>=2.4.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (2.18.0)\n", + "Requirement already satisfied: stack-data in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (0.6.3)\n", + "Requirement already satisfied: typing-extensions>=4.6 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (4.12.2)\n", + "Requirement already satisfied: colorama in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from ipython>=6.1.0->ipywidgets) (0.4.6)\n", + "Requirement already satisfied: parso<0.9.0,>=0.8.3 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from jedi>=0.16->ipython>=6.1.0->ipywidgets) (0.8.4)\n", + "Requirement already satisfied: wcwidth in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets) (0.2.13)\n", + "Requirement already satisfied: executing>=1.2.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from stack-data->ipython>=6.1.0->ipywidgets) (2.0.1)\n", + "Requirement already satisfied: asttokens>=2.1.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from stack-data->ipython>=6.1.0->ipywidgets) (2.4.1)\n", + "Requirement already satisfied: pure-eval in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from stack-data->ipython>=6.1.0->ipywidgets) (0.2.3)\n", + "Requirement already satisfied: six>=1.12.0 in c:\\users\\brohanal\\appdata\\roaming\\python\\python311\\site-packages (from asttokens>=2.1.0->stack-data->ipython>=6.1.0->ipywidgets) (1.16.0)\n", + "Downloading ipywidgets-8.1.3-py3-none-any.whl (139 kB)\n", + "Downloading jupyterlab_widgets-3.0.11-py3-none-any.whl (214 kB)\n", + "Downloading widgetsnbextension-4.0.11-py3-none-any.whl (2.3 MB)\n", + " ---------------------------------------- 0.0/2.3 MB ? eta -:--:--\n", + " ---------------------------------------- 2.3/2.3 MB 26.6 MB/s eta 0:00:00\n", + "Installing collected packages: widgetsnbextension, jupyterlab-widgets, ipywidgets\n", + "Successfully installed ipywidgets-8.1.3 jupyterlab-widgets-3.0.11 widgetsnbextension-4.0.11\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + } + ], + "source": [ + "%pip install ipywidgets --user\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "os.environ['CURL_CA_BUNDLE'] = ''" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.\n", + "c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\urllib3\\connectionpool.py:1063: InsecureRequestWarning: Unverified HTTPS request is being made to host 'huggingface.co'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings\n", + " warnings.warn(\n", + "c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\urllib3\\connectionpool.py:1063: InsecureRequestWarning: Unverified HTTPS request is being made to host 'huggingface.co'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings\n", + " warnings.warn(\n" + ] + }, + { + "ename": "OSError", + "evalue": "We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Nexusflow/NexusRaven-13B is not the path to a directory containing a file named config.json.\nCheckout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mFileMetadataError\u001b[0m Traceback (most recent call last)", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\file_download.py:1768\u001b[0m, in \u001b[0;36m_get_metadata_or_catch_error\u001b[1;34m(repo_id, filename, repo_type, revision, endpoint, proxies, etag_timeout, headers, token, local_files_only, relative_filename, storage_folder)\u001b[0m\n\u001b[0;32m 1767\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m commit_hash \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[1;32m-> 1768\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m FileMetadataError(\n\u001b[0;32m 1769\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mDistant resource does not seem to be on huggingface.co. It is possible that a configuration issue\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1770\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m prevents you from downloading resources from https://huggingface.co. Please check your firewall\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1771\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m and proxy settings and make sure your SSL certificates are updated.\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1772\u001b[0m )\n\u001b[0;32m 1774\u001b[0m \u001b[38;5;66;03m# Etag must exist\u001b[39;00m\n\u001b[0;32m 1775\u001b[0m \u001b[38;5;66;03m# If we don't have any of those, raise an error.\u001b[39;00m\n", + "\u001b[1;31mFileMetadataError\u001b[0m: Distant resource does not seem to be on huggingface.co. It is possible that a configuration issue prevents you from downloading resources from https://huggingface.co. Please check your firewall and proxy settings and make sure your SSL certificates are updated.", + "\nThe above exception was the direct cause of the following exception:\n", + "\u001b[1;31mLocalEntryNotFoundError\u001b[0m Traceback (most recent call last)", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\utils\\hub.py:402\u001b[0m, in \u001b[0;36mcached_file\u001b[1;34m(path_or_repo_id, filename, cache_dir, force_download, resume_download, proxies, token, revision, local_files_only, subfolder, repo_type, user_agent, _raise_exceptions_for_gated_repo, _raise_exceptions_for_missing_entries, _raise_exceptions_for_connection_errors, _commit_hash, **deprecated_kwargs)\u001b[0m\n\u001b[0;32m 400\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[0;32m 401\u001b[0m \u001b[38;5;66;03m# Load from URL or cache if already cached\u001b[39;00m\n\u001b[1;32m--> 402\u001b[0m resolved_file \u001b[38;5;241m=\u001b[39m \u001b[43mhf_hub_download\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 403\u001b[0m \u001b[43m \u001b[49m\u001b[43mpath_or_repo_id\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 404\u001b[0m \u001b[43m \u001b[49m\u001b[43mfilename\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 405\u001b[0m \u001b[43m \u001b[49m\u001b[43msubfolder\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43;01mNone\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[38;5;28;43;01mif\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[38;5;28;43mlen\u001b[39;49m\u001b[43m(\u001b[49m\u001b[43msubfolder\u001b[49m\u001b[43m)\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m==\u001b[39;49m\u001b[43m \u001b[49m\u001b[38;5;241;43m0\u001b[39;49m\u001b[43m \u001b[49m\u001b[38;5;28;43;01melse\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43msubfolder\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 406\u001b[0m \u001b[43m \u001b[49m\u001b[43mrepo_type\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrepo_type\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 407\u001b[0m \u001b[43m \u001b[49m\u001b[43mrevision\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrevision\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 408\u001b[0m \u001b[43m \u001b[49m\u001b[43mcache_dir\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcache_dir\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 409\u001b[0m \u001b[43m \u001b[49m\u001b[43muser_agent\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43muser_agent\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 410\u001b[0m \u001b[43m \u001b[49m\u001b[43mforce_download\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mforce_download\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 411\u001b[0m \u001b[43m \u001b[49m\u001b[43mproxies\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mproxies\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 412\u001b[0m \u001b[43m \u001b[49m\u001b[43mresume_download\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mresume_download\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 413\u001b[0m \u001b[43m \u001b[49m\u001b[43mtoken\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mtoken\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 414\u001b[0m \u001b[43m \u001b[49m\u001b[43mlocal_files_only\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlocal_files_only\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 415\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 416\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m GatedRepoError \u001b[38;5;28;01mas\u001b[39;00m e:\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\utils\\_deprecation.py:101\u001b[0m, in \u001b[0;36m_deprecate_arguments.._inner_deprecate_positional_args..inner_f\u001b[1;34m(*args, **kwargs)\u001b[0m\n\u001b[0;32m 100\u001b[0m warnings\u001b[38;5;241m.\u001b[39mwarn(message, \u001b[38;5;167;01mFutureWarning\u001b[39;00m)\n\u001b[1;32m--> 101\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mf\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43margs\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\utils\\_validators.py:114\u001b[0m, in \u001b[0;36mvalidate_hf_hub_args.._inner_fn\u001b[1;34m(*args, **kwargs)\u001b[0m\n\u001b[0;32m 112\u001b[0m kwargs \u001b[38;5;241m=\u001b[39m smoothly_deprecate_use_auth_token(fn_name\u001b[38;5;241m=\u001b[39mfn\u001b[38;5;241m.\u001b[39m\u001b[38;5;18m__name__\u001b[39m, has_token\u001b[38;5;241m=\u001b[39mhas_token, kwargs\u001b[38;5;241m=\u001b[39mkwargs)\n\u001b[1;32m--> 114\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mfn\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43margs\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\file_download.py:1240\u001b[0m, in \u001b[0;36mhf_hub_download\u001b[1;34m(repo_id, filename, subfolder, repo_type, revision, library_name, library_version, cache_dir, local_dir, user_agent, force_download, proxies, etag_timeout, token, local_files_only, headers, endpoint, legacy_cache_layout, resume_download, force_filename, local_dir_use_symlinks)\u001b[0m\n\u001b[0;32m 1239\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m-> 1240\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43m_hf_hub_download_to_cache_dir\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 1241\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;66;43;03m# Destination\u001b[39;49;00m\n\u001b[0;32m 1242\u001b[0m \u001b[43m \u001b[49m\u001b[43mcache_dir\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcache_dir\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1243\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;66;43;03m# File info\u001b[39;49;00m\n\u001b[0;32m 1244\u001b[0m \u001b[43m \u001b[49m\u001b[43mrepo_id\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrepo_id\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1245\u001b[0m \u001b[43m \u001b[49m\u001b[43mfilename\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mfilename\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1246\u001b[0m \u001b[43m \u001b[49m\u001b[43mrepo_type\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrepo_type\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1247\u001b[0m \u001b[43m \u001b[49m\u001b[43mrevision\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrevision\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1248\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;66;43;03m# HTTP info\u001b[39;49;00m\n\u001b[0;32m 1249\u001b[0m \u001b[43m \u001b[49m\u001b[43mendpoint\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mendpoint\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1250\u001b[0m \u001b[43m \u001b[49m\u001b[43metag_timeout\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43metag_timeout\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1251\u001b[0m \u001b[43m \u001b[49m\u001b[43mheaders\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mheaders\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1252\u001b[0m \u001b[43m \u001b[49m\u001b[43mproxies\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mproxies\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1253\u001b[0m \u001b[43m \u001b[49m\u001b[43mtoken\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mtoken\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1254\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;66;43;03m# Additional options\u001b[39;49;00m\n\u001b[0;32m 1255\u001b[0m \u001b[43m \u001b[49m\u001b[43mlocal_files_only\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlocal_files_only\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1256\u001b[0m \u001b[43m \u001b[49m\u001b[43mforce_download\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mforce_download\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 1257\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\file_download.py:1347\u001b[0m, in \u001b[0;36m_hf_hub_download_to_cache_dir\u001b[1;34m(cache_dir, repo_id, filename, repo_type, revision, endpoint, etag_timeout, headers, proxies, token, local_files_only, force_download)\u001b[0m\n\u001b[0;32m 1346\u001b[0m \u001b[38;5;66;03m# Otherwise, raise appropriate error\u001b[39;00m\n\u001b[1;32m-> 1347\u001b[0m \u001b[43m_raise_on_head_call_error\u001b[49m\u001b[43m(\u001b[49m\u001b[43mhead_call_error\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mforce_download\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mlocal_files_only\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 1349\u001b[0m \u001b[38;5;66;03m# From now on, etag, commit_hash, url and size are not None.\u001b[39;00m\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\huggingface_hub\\file_download.py:1857\u001b[0m, in \u001b[0;36m_raise_on_head_call_error\u001b[1;34m(head_call_error, force_download, local_files_only)\u001b[0m\n\u001b[0;32m 1855\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[0;32m 1856\u001b[0m \u001b[38;5;66;03m# Otherwise: most likely a connection issue or Hub downtime => let's warn the user\u001b[39;00m\n\u001b[1;32m-> 1857\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m LocalEntryNotFoundError(\n\u001b[0;32m 1858\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mAn error happened while trying to locate the file on the Hub and we cannot find the requested files\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1859\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m in the local cache. Please check your connection and try again or make sure your Internet connection\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1860\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m is on.\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 1861\u001b[0m ) \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mhead_call_error\u001b[39;00m\n", + "\u001b[1;31mLocalEntryNotFoundError\u001b[0m: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.", + "\nThe above exception was the direct cause of the following exception:\n", + "\u001b[1;31mOSError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[1;32mIn[2], line 4\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[38;5;66;03m# Load model directly\u001b[39;00m\n\u001b[0;32m 2\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mtransformers\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m AutoTokenizer, AutoModelForCausalLM\n\u001b[1;32m----> 4\u001b[0m tokenizer \u001b[38;5;241m=\u001b[39m \u001b[43mAutoTokenizer\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mfrom_pretrained\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mNexusflow/NexusRaven-13B\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m)\u001b[49m\n\u001b[0;32m 5\u001b[0m model \u001b[38;5;241m=\u001b[39m AutoModelForCausalLM\u001b[38;5;241m.\u001b[39mfrom_pretrained(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mNexusflow/NexusRaven-13B\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\models\\auto\\tokenization_auto.py:854\u001b[0m, in \u001b[0;36mAutoTokenizer.from_pretrained\u001b[1;34m(cls, pretrained_model_name_or_path, *inputs, **kwargs)\u001b[0m\n\u001b[0;32m 852\u001b[0m config \u001b[38;5;241m=\u001b[39m AutoConfig\u001b[38;5;241m.\u001b[39mfor_model(\u001b[38;5;241m*\u001b[39m\u001b[38;5;241m*\u001b[39mconfig_dict)\n\u001b[0;32m 853\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m--> 854\u001b[0m config \u001b[38;5;241m=\u001b[39m \u001b[43mAutoConfig\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mfrom_pretrained\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 855\u001b[0m \u001b[43m \u001b[49m\u001b[43mpretrained_model_name_or_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mtrust_remote_code\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mtrust_remote_code\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\n\u001b[0;32m 856\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 857\u001b[0m config_tokenizer_class \u001b[38;5;241m=\u001b[39m config\u001b[38;5;241m.\u001b[39mtokenizer_class\n\u001b[0;32m 858\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mhasattr\u001b[39m(config, \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mauto_map\u001b[39m\u001b[38;5;124m\"\u001b[39m) \u001b[38;5;129;01mand\u001b[39;00m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mAutoTokenizer\u001b[39m\u001b[38;5;124m\"\u001b[39m \u001b[38;5;129;01min\u001b[39;00m config\u001b[38;5;241m.\u001b[39mauto_map:\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\models\\auto\\configuration_auto.py:976\u001b[0m, in \u001b[0;36mAutoConfig.from_pretrained\u001b[1;34m(cls, pretrained_model_name_or_path, **kwargs)\u001b[0m\n\u001b[0;32m 973\u001b[0m trust_remote_code \u001b[38;5;241m=\u001b[39m kwargs\u001b[38;5;241m.\u001b[39mpop(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mtrust_remote_code\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[0;32m 974\u001b[0m code_revision \u001b[38;5;241m=\u001b[39m kwargs\u001b[38;5;241m.\u001b[39mpop(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcode_revision\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[1;32m--> 976\u001b[0m config_dict, unused_kwargs \u001b[38;5;241m=\u001b[39m \u001b[43mPretrainedConfig\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mget_config_dict\u001b[49m\u001b[43m(\u001b[49m\u001b[43mpretrained_model_name_or_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 977\u001b[0m has_remote_code \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mauto_map\u001b[39m\u001b[38;5;124m\"\u001b[39m \u001b[38;5;129;01min\u001b[39;00m config_dict \u001b[38;5;129;01mand\u001b[39;00m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mAutoConfig\u001b[39m\u001b[38;5;124m\"\u001b[39m \u001b[38;5;129;01min\u001b[39;00m config_dict[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mauto_map\u001b[39m\u001b[38;5;124m\"\u001b[39m]\n\u001b[0;32m 978\u001b[0m has_local_code \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mmodel_type\u001b[39m\u001b[38;5;124m\"\u001b[39m \u001b[38;5;129;01min\u001b[39;00m config_dict \u001b[38;5;129;01mand\u001b[39;00m config_dict[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mmodel_type\u001b[39m\u001b[38;5;124m\"\u001b[39m] \u001b[38;5;129;01min\u001b[39;00m CONFIG_MAPPING\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\configuration_utils.py:632\u001b[0m, in \u001b[0;36mPretrainedConfig.get_config_dict\u001b[1;34m(cls, pretrained_model_name_or_path, **kwargs)\u001b[0m\n\u001b[0;32m 630\u001b[0m original_kwargs \u001b[38;5;241m=\u001b[39m copy\u001b[38;5;241m.\u001b[39mdeepcopy(kwargs)\n\u001b[0;32m 631\u001b[0m \u001b[38;5;66;03m# Get config dict associated with the base config file\u001b[39;00m\n\u001b[1;32m--> 632\u001b[0m config_dict, kwargs \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mcls\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_get_config_dict\u001b[49m\u001b[43m(\u001b[49m\u001b[43mpretrained_model_name_or_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[38;5;241;43m*\u001b[39;49m\u001b[43mkwargs\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 633\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m_commit_hash\u001b[39m\u001b[38;5;124m\"\u001b[39m \u001b[38;5;129;01min\u001b[39;00m config_dict:\n\u001b[0;32m 634\u001b[0m original_kwargs[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m_commit_hash\u001b[39m\u001b[38;5;124m\"\u001b[39m] \u001b[38;5;241m=\u001b[39m config_dict[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m_commit_hash\u001b[39m\u001b[38;5;124m\"\u001b[39m]\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\configuration_utils.py:689\u001b[0m, in \u001b[0;36mPretrainedConfig._get_config_dict\u001b[1;34m(cls, pretrained_model_name_or_path, **kwargs)\u001b[0m\n\u001b[0;32m 685\u001b[0m configuration_file \u001b[38;5;241m=\u001b[39m kwargs\u001b[38;5;241m.\u001b[39mpop(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m_configuration_file\u001b[39m\u001b[38;5;124m\"\u001b[39m, CONFIG_NAME) \u001b[38;5;28;01mif\u001b[39;00m gguf_file \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m \u001b[38;5;28;01melse\u001b[39;00m gguf_file\n\u001b[0;32m 687\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[0;32m 688\u001b[0m \u001b[38;5;66;03m# Load from local folder or from cache or download from model Hub and cache\u001b[39;00m\n\u001b[1;32m--> 689\u001b[0m resolved_config_file \u001b[38;5;241m=\u001b[39m \u001b[43mcached_file\u001b[49m\u001b[43m(\u001b[49m\n\u001b[0;32m 690\u001b[0m \u001b[43m \u001b[49m\u001b[43mpretrained_model_name_or_path\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 691\u001b[0m \u001b[43m \u001b[49m\u001b[43mconfiguration_file\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 692\u001b[0m \u001b[43m \u001b[49m\u001b[43mcache_dir\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcache_dir\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 693\u001b[0m \u001b[43m \u001b[49m\u001b[43mforce_download\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mforce_download\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 694\u001b[0m \u001b[43m \u001b[49m\u001b[43mproxies\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mproxies\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 695\u001b[0m \u001b[43m \u001b[49m\u001b[43mresume_download\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mresume_download\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 696\u001b[0m \u001b[43m \u001b[49m\u001b[43mlocal_files_only\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mlocal_files_only\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 697\u001b[0m \u001b[43m \u001b[49m\u001b[43mtoken\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mtoken\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 698\u001b[0m \u001b[43m \u001b[49m\u001b[43muser_agent\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43muser_agent\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 699\u001b[0m \u001b[43m \u001b[49m\u001b[43mrevision\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mrevision\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 700\u001b[0m \u001b[43m \u001b[49m\u001b[43msubfolder\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43msubfolder\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 701\u001b[0m \u001b[43m \u001b[49m\u001b[43m_commit_hash\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcommit_hash\u001b[49m\u001b[43m,\u001b[49m\n\u001b[0;32m 702\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 703\u001b[0m commit_hash \u001b[38;5;241m=\u001b[39m extract_commit_hash(resolved_config_file, commit_hash)\n\u001b[0;32m 704\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mEnvironmentError\u001b[39;00m:\n\u001b[0;32m 705\u001b[0m \u001b[38;5;66;03m# Raise any environment error raise by `cached_file`. It will have a helpful error message adapted to\u001b[39;00m\n\u001b[0;32m 706\u001b[0m \u001b[38;5;66;03m# the original exception.\u001b[39;00m\n", + "File \u001b[1;32mc:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\transformers\\utils\\hub.py:445\u001b[0m, in \u001b[0;36mcached_file\u001b[1;34m(path_or_repo_id, filename, cache_dir, force_download, resume_download, proxies, token, revision, local_files_only, subfolder, repo_type, user_agent, _raise_exceptions_for_gated_repo, _raise_exceptions_for_missing_entries, _raise_exceptions_for_connection_errors, _commit_hash, **deprecated_kwargs)\u001b[0m\n\u001b[0;32m 439\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m (\n\u001b[0;32m 440\u001b[0m resolved_file \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m\n\u001b[0;32m 441\u001b[0m \u001b[38;5;129;01mor\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m _raise_exceptions_for_missing_entries\n\u001b[0;32m 442\u001b[0m \u001b[38;5;129;01mor\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m _raise_exceptions_for_connection_errors\n\u001b[0;32m 443\u001b[0m ):\n\u001b[0;32m 444\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m resolved_file\n\u001b[1;32m--> 445\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mEnvironmentError\u001b[39;00m(\n\u001b[0;32m 446\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mWe couldn\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mt connect to \u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;132;01m{\u001b[39;00mHUGGINGFACE_CO_RESOLVE_ENDPOINT\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m to load this file, couldn\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mt find it in the\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 447\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m cached files and it looks like \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mpath_or_repo_id\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m is not the path to a directory containing a file named\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 448\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m \u001b[39m\u001b[38;5;132;01m{\u001b[39;00mfull_filename\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m.\u001b[39m\u001b[38;5;130;01m\\n\u001b[39;00m\u001b[38;5;124mCheckout your internet connection or see how to run the library in offline mode at\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 449\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m \u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mhttps://huggingface.co/docs/transformers/installation#offline-mode\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m.\u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[0;32m 450\u001b[0m ) \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01me\u001b[39;00m\n\u001b[0;32m 451\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m EntryNotFoundError \u001b[38;5;28;01mas\u001b[39;00m e:\n\u001b[0;32m 452\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m _raise_exceptions_for_missing_entries:\n", + "\u001b[1;31mOSError\u001b[0m: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Nexusflow/NexusRaven-13B is not the path to a directory containing a file named config.json.\nCheckout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'." + ] + } + ], + "source": [ + "# Load model directly\n", + "from transformers import AutoTokenizer, AutoModelForCausalLM\n", + " \n", + "tokenizer = AutoTokenizer.from_pretrained(\"Nexusflow/NexusRaven-13B\")\n", + "model = AutoModelForCausalLM.from_pretrained(\"Nexusflow/NexusRaven-13B\")" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Collecting requests==2.27.1\n", + " Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB)\n", + "Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1)\n", + " Downloading urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB)\n", + "Requirement already satisfied: certifi>=2017.4.17 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests==2.27.1) (2024.7.4)\n", + "Collecting charset-normalizer~=2.0.0 (from requests==2.27.1)\n", + " Downloading charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB)\n", + "Requirement already satisfied: idna<4,>=2.5 in c:\\users\\brohanal\\appdata\\local\\programs\\python\\python311\\lib\\site-packages (from requests==2.27.1) (3.7)\n", + "Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)\n", + "Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)\n", + "Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB)\n", + "Installing collected packages: urllib3, charset-normalizer, requests\n", + " Attempting uninstall: urllib3\n", + " Found existing installation: urllib3 2.2.2\n", + " Uninstalling urllib3-2.2.2:\n", + " Successfully uninstalled urllib3-2.2.2\n", + " Attempting uninstall: charset-normalizer\n", + " Found existing installation: charset-normalizer 3.3.2\n", + " Uninstalling charset-normalizer-3.3.2:\n", + " Successfully uninstalled charset-normalizer-3.3.2\n", + " Attempting uninstall: requests\n", + " Found existing installation: requests 2.32.3\n", + " Uninstalling requests-2.32.3:\n", + " Successfully uninstalled requests-2.32.3\n", + "Successfully installed charset-normalizer-2.0.12 requests-2.27.1 urllib3-1.26.19\n", + "Note: you may need to restart the kernel to use updated packages.\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " WARNING: The script normalizer.exe is installed in 'c:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Scripts' which is not on PATH.\n", + " Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.\n", + " WARNING: Failed to remove contents in a temporary directory 'C:\\Users\\brohanal\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\~harset_normalizer'.\n", + " You can safely remove it manually.\n" + ] + } + ], + "source": [ + "%pip install requests==2.27.1 \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.5" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}