{ "cells": [ { "cell_type": "markdown", "metadata": { "id": "Z97NsWqYepIS" }, "source": [ "## **Step 1: Setting Up ExecuTorch**" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "collapsed": true, "id": "cAsZThj3dFo7", "outputId": "a03e11b7-05d7-4d59-c98d-9dab52b6576f" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Cloning into 'executorch'...\n", "remote: Enumerating objects: 153876, done.\u001b[K\n", "remote: Counting objects: 100% (723/723), done.\u001b[K\n", "remote: Compressing objects: 100% (319/319), done.\u001b[K\n", "remote: Total 153876 (delta 456), reused 623 (delta 384), pack-reused 153153 (from 1)\u001b[K\n", "Receiving objects: 100% (153876/153876), 140.51 MiB | 16.04 MiB/s, done.\n", "Resolving deltas: 100% (121006/121006), done.\n", "Note: switching to 'dfbf6fd53546eb86e18f2e5cc693d70a82e3b03f'.\n", "\n", "You are in 'detached HEAD' state. You can look around, make experimental\n", "changes and commit them, and you can discard any commits you make in this\n", "state without impacting any branches by switching back to a branch.\n", "\n", "If you want to create a new branch to retain commits you create, you may\n", "do so (now or later) by using -c with the switch command. Example:\n", "\n", " git switch -c \n", "\n", "Or undo this operation with:\n", "\n", " git switch -\n", "\n", "Turn off this advice by setting config variable advice.detachedHead to false\n", "\n", "HEAD is now at dfbf6fd53 Mention torchao in llama readme page (#6487)\n", "Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver'\n", "Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib'\n", "Submodule 'backends/cadence/hifi/third-party/nnlib/nnlib-hifi4' (https://github.com/foss-xtensa/nnlib-hifi4.git) registered for path 'backends/cadence/hifi/third-party/nnlib/nnlib-hifi4'\n", "Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers'\n", "Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator'\n", "Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk'\n", "Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16'\n", "Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv'\n", "Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK'\n", "Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo'\n", "Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool'\n", "Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp'\n", "Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2'\n", "Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece'\n", "Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen'\n", "Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers'\n", "Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc'\n", "Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags'\n", "Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest'\n", "Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake'\n", "Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude'\n", "Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11'\n", "Cloning into '/content/executorch/backends/arm/third-party/ethos-u-core-driver'...\n", "Cloning into '/content/executorch/backends/arm/third-party/serialization_lib'...\n", "Cloning into '/content/executorch/backends/cadence/hifi/third-party/nnlib/nnlib-hifi4'...\n", "Cloning into '/content/executorch/backends/vulkan/third-party/Vulkan-Headers'...\n", "Cloning into '/content/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'...\n", "Cloning into '/content/executorch/backends/vulkan/third-party/volk'...\n", "Cloning into '/content/executorch/backends/xnnpack/third-party/FP16'...\n", "Cloning into '/content/executorch/backends/xnnpack/third-party/FXdiv'...\n", "Cloning into '/content/executorch/backends/xnnpack/third-party/XNNPACK'...\n", "Cloning into '/content/executorch/backends/xnnpack/third-party/cpuinfo'...\n", "Cloning into '/content/executorch/backends/xnnpack/third-party/pthreadpool'...\n", "Cloning into '/content/executorch/extension/llm/third-party/abseil-cpp'...\n", "Cloning into '/content/executorch/extension/llm/third-party/re2'...\n", "Cloning into '/content/executorch/extension/llm/third-party/sentencepiece'...\n", "Cloning into '/content/executorch/kernels/optimized/third-party/eigen'...\n", "Cloning into '/content/executorch/third-party/flatbuffers'...\n", "Cloning into '/content/executorch/third-party/flatcc'...\n", "Cloning into '/content/executorch/third-party/gflags'...\n", "Cloning into '/content/executorch/third-party/googletest'...\n", "Cloning into '/content/executorch/third-party/ios-cmake'...\n", "Cloning into '/content/executorch/third-party/prelude'...\n", "Cloning into '/content/executorch/third-party/pybind11'...\n", "Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5'\n", "Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2'\n", "Submodule path 'backends/cadence/hifi/third-party/nnlib/nnlib-hifi4': checked out '6a9ea45e23ef591fe207442df33a5ebe88bbe8de'\n", "Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2'\n", "Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191'\n", "Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3'\n", "Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3'\n", "Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1'\n", "Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out 'd5d572e46ed3929fa3e67f6174192893943cf724'\n", "Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99'\n", "Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8'\n", "Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a'\n", "Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca'\n", "Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445'\n", "Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa'\n", "Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e'\n", "Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117'\n", "Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd'\n", "Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'\n", "Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45'\n", "Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b'\n", "Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1'\n" ] } ], "source": [ "! touch /content/executorch; rm -rf /content/executorch\n", "! git clone https://github.com/pytorch/executorch ; cd /content/executorch; git checkout dfbf6fd53546eb86e18f2e5cc693d70a82e3b03f; git submodule sync ; git submodule update --init" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "collapsed": true, "id": "N1WgIQyqd5ra", "outputId": "81433138-4789-4b29-9137-f147f159ee07" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Found existing installation: torch 2.6.0.dev20241007+cpu\n", "Uninstalling torch-2.6.0.dev20241007+cpu:\n", " Successfully uninstalled torch-2.6.0.dev20241007+cpu\n", "Found existing installation: torchvision 0.20.0.dev20241007+cpu\n", "Uninstalling torchvision-0.20.0.dev20241007+cpu:\n", " Successfully uninstalled torchvision-0.20.0.dev20241007+cpu\n", "Found existing installation: torchaudio 2.5.0.dev20241007+cpu\n", "Uninstalling torchaudio-2.5.0.dev20241007+cpu:\n", " Successfully uninstalled torchaudio-2.5.0.dev20241007+cpu\n", "Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu\n", "Collecting torch==2.6.0.dev20241007\n", " Using cached https://download.pytorch.org/whl/nightly/cpu/torch-2.6.0.dev20241007%2Bcpu-cp310-cp310-linux_x86_64.whl (174.9 MB)\n", "Collecting torchvision==0.20.0.dev20241007\n", " Using cached https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20241007%2Bcpu-cp310-cp310-linux_x86_64.whl (2.0 MB)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (4.12.2)\n", "Requirement already satisfied: cmake in /usr/local/lib/python3.10/dist-packages (3.30.5)\n", "Requirement already satisfied: pip>=23 in /usr/local/lib/python3.10/dist-packages (24.1.2)\n", "Requirement already satisfied: pyyaml in /usr/local/lib/python3.10/dist-packages (6.0.2)\n", "Requirement already satisfied: setuptools>=63 in /usr/local/lib/python3.10/dist-packages (75.1.0)\n", "Requirement already satisfied: tomli in /usr/local/lib/python3.10/dist-packages (2.1.0)\n", "Requirement already satisfied: wheel in /usr/local/lib/python3.10/dist-packages (0.45.0)\n", "Requirement already satisfied: zstd in /usr/local/lib/python3.10/dist-packages (1.5.5.1)\n", "Requirement already satisfied: timm==1.0.7 in /usr/local/lib/python3.10/dist-packages (1.0.7)\n", "Collecting torchaudio==2.5.0.dev20241007\n", " Using cached https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.5.0.dev20241007%2Bcpu-cp310-cp310-linux_x86_64.whl (1.7 MB)\n", "Requirement already satisfied: torchsr==1.0.4 in /usr/local/lib/python3.10/dist-packages (1.0.4)\n", "Requirement already satisfied: transformers==4.42.4 in /usr/local/lib/python3.10/dist-packages (4.42.4)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch==2.6.0.dev20241007) (3.16.1)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch==2.6.0.dev20241007) (3.4.2)\n", "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch==2.6.0.dev20241007) (3.1.4)\n", "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch==2.6.0.dev20241007) (2024.10.0)\n", "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.10/dist-packages (from torch==2.6.0.dev20241007) (1.13.1)\n", "Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from torchvision==0.20.0.dev20241007) (1.26.4)\n", "Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from torchvision==0.20.0.dev20241007) (11.0.0)\n", "Requirement already satisfied: huggingface_hub in /usr/local/lib/python3.10/dist-packages (from timm==1.0.7) (0.26.2)\n", "Requirement already satisfied: safetensors in /usr/local/lib/python3.10/dist-packages (from timm==1.0.7) (0.4.5)\n", "Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from transformers==4.42.4) (24.2)\n", "Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.10/dist-packages (from transformers==4.42.4) (2024.9.11)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from transformers==4.42.4) (2.32.3)\n", "Requirement already satisfied: tokenizers<0.20,>=0.19 in /usr/local/lib/python3.10/dist-packages (from transformers==4.42.4) (0.19.1)\n", "Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.10/dist-packages (from transformers==4.42.4) (4.66.6)\n", "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy==1.13.1->torch==2.6.0.dev20241007) (1.3.0)\n", "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch==2.6.0.dev20241007) (3.0.2)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->transformers==4.42.4) (3.4.0)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->transformers==4.42.4) (3.10)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->transformers==4.42.4) (2.2.3)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->transformers==4.42.4) (2024.8.30)\n", "Installing collected packages: torch, torchvision, torchaudio\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "fastai 2.7.18 requires torch<2.6,>=1.10, but you have torch 2.6.0.dev20241007+cpu which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed torch-2.6.0.dev20241007+cpu torchaudio-2.5.0.dev20241007+cpu torchvision-0.20.0.dev20241007+cpu\n", "Using pip 24.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)\n", "Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu\n", "Processing /content/executorch\n", " Running command Preparing metadata (pyproject.toml)\n", " running dist_info\n", " creating /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info\n", " writing /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/PKG-INFO\n", " writing dependency_links to /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/dependency_links.txt\n", " writing entry points to /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/entry_points.txt\n", " writing requirements to /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/requires.txt\n", " writing top-level names to /tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/top_level.txt\n", " writing manifest file '/tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/SOURCES.txt'\n", " reading manifest file '/tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/SOURCES.txt'\n", " adding license file 'LICENSE'\n", " writing manifest file '/tmp/pip-modern-metadata-r52hg1up/executorch.egg-info/SOURCES.txt'\n", " creating '/tmp/pip-modern-metadata-r52hg1up/executorch-0.5.0a0+dfbf6fd.dist-info'\n", " Preparing metadata (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", "Collecting expecttest (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for expecttest from https://files.pythonhosted.org/packages/73/a8/9427813686fe043eaf817b99444d4d321ce14f9434e3ffb6bbd1a182a8df/expecttest-0.2.1-py3-none-any.whl.metadata\n", " Using cached expecttest-0.2.1-py3-none-any.whl.metadata (2.5 kB)\n", "Requirement already satisfied: flatbuffers in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (24.3.25)\n", "Collecting hypothesis (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for hypothesis from https://files.pythonhosted.org/packages/b3/88/b6deb8736da63acd3b39855ec56c7672277a9594b77656a7a598cea49ed9/hypothesis-6.119.4-py3-none-any.whl.metadata\n", " Using cached hypothesis-6.119.4-py3-none-any.whl.metadata (6.0 kB)\n", "Requirement already satisfied: mpmath==1.3.0 in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (1.3.0)\n", "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (24.2)\n", "Collecting parameterized (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for parameterized from https://files.pythonhosted.org/packages/00/2f/804f58f0b856ab3bf21617cccf5b39206e6c4c94c2cd227bde125ea6105f/parameterized-0.9.0-py2.py3-none-any.whl.metadata\n", " Using cached parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB)\n", "Requirement already satisfied: pytest in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (8.3.3)\n", "Collecting pytest-xdist (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata\n", " Using cached pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB)\n", "Requirement already satisfied: pyyaml in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (6.0.2)\n", "Collecting ruamel.yaml (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for ruamel.yaml from https://files.pythonhosted.org/packages/73/67/8ece580cc363331d9a53055130f86b096bf16e38156e33b1d3014fffda6b/ruamel.yaml-0.18.6-py3-none-any.whl.metadata\n", " Using cached ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)\n", "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (1.13.1)\n", "Requirement already satisfied: tabulate in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (0.9.0)\n", "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from executorch==0.5.0a0+dfbf6fd) (4.12.2)\n", "Collecting numpy==1.21.3 (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for numpy==1.21.3 from https://files.pythonhosted.org/packages/ef/c7/db3cc47b2ef177c75bafe27ce16c83031db9e160c920a7b2f46d56882e54/numpy-1.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata\n", " Using cached numpy-1.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)\n", "Collecting pandas==2.0.3 (from executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for pandas==2.0.3 from https://files.pythonhosted.org/packages/e3/59/35a2892bf09ded9c1bf3804461efe772836a5261ef5dfb4e264ce813ff99/pandas-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata\n", " Using cached pandas-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas==2.0.3->executorch==0.5.0a0+dfbf6fd) (2.8.2)\n", "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas==2.0.3->executorch==0.5.0a0+dfbf6fd) (2024.2)\n", "Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas==2.0.3->executorch==0.5.0a0+dfbf6fd) (2024.2)\n", "Requirement already satisfied: attrs>=22.2.0 in /usr/local/lib/python3.10/dist-packages (from hypothesis->executorch==0.5.0a0+dfbf6fd) (24.2.0)\n", "Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for sortedcontainers<3.0.0,>=2.1.0 from https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata\n", " Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: exceptiongroup>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from hypothesis->executorch==0.5.0a0+dfbf6fd) (1.2.2)\n", "Requirement already satisfied: iniconfig in /usr/local/lib/python3.10/dist-packages (from pytest->executorch==0.5.0a0+dfbf6fd) (2.0.0)\n", "Requirement already satisfied: pluggy<2,>=1.5 in /usr/local/lib/python3.10/dist-packages (from pytest->executorch==0.5.0a0+dfbf6fd) (1.5.0)\n", "Requirement already satisfied: tomli>=1 in /usr/local/lib/python3.10/dist-packages (from pytest->executorch==0.5.0a0+dfbf6fd) (2.1.0)\n", "Collecting execnet>=2.1 (from pytest-xdist->executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata\n", " Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB)\n", "Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->executorch==0.5.0a0+dfbf6fd)\n", " Obtaining dependency information for ruamel.yaml.clib>=0.2.7 from https://files.pythonhosted.org/packages/35/6d/ae05a87a3ad540259c3ad88d71275cbd1c0f2d30ae04c65dcbfb6dcd4b9f/ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata\n", " Using cached ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.7 kB)\n", "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas==2.0.3->executorch==0.5.0a0+dfbf6fd) (1.16.0)\n", "Using cached numpy-1.21.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.9 MB)\n", "Using cached pandas-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)\n", "Using cached expecttest-0.2.1-py3-none-any.whl (7.4 kB)\n", "Using cached hypothesis-6.119.4-py3-none-any.whl (473 kB)\n", "Using cached parameterized-0.9.0-py2.py3-none-any.whl (20 kB)\n", "Using cached pytest_xdist-3.6.1-py3-none-any.whl (46 kB)\n", "Using cached ruamel.yaml-0.18.6-py3-none-any.whl (117 kB)\n", "Using cached execnet-2.1.1-py3-none-any.whl (40 kB)\n", "Using cached ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (722 kB)\n", "Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)\n", "Building wheels for collected packages: executorch\n", " Running command Building wheel for executorch (pyproject.toml)\n", " running bdist_wheel\n", " running build\n", " command options for 'CustomBuild':\n", " build_base = pip-out\n", " build_purelib = pip-out/lib\n", " build_platlib = pip-out/lib.linux-x86_64-cpython-310\n", " build_lib = pip-out/lib.linux-x86_64-cpython-310\n", " build_scripts = pip-out/scripts-3.10\n", " build_temp = pip-out/temp.linux-x86_64-cpython-310\n", " plat_name = linux-x86_64\n", " compiler = None\n", " parallel = 1\n", " debug = None\n", " force = None\n", " executable = /usr/bin/python3\n", " deleting /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt\n", " temporarily unsetting HOME while running as root\n", " cmake -S /content/executorch -B /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/usr/bin/python3 -DCMAKE_PREFIX_PATH=/usr/local/lib/python3.10/dist-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON\n", " -- The C compiler identification is GNU 11.4.0\n", " -- The CXX compiler identification is GNU 11.4.0\n", " -- Detecting C compiler ABI info\n", " -- Detecting C compiler ABI info - done\n", " -- Check for working C compiler: /usr/bin/cc - skipped\n", " -- Detecting C compile features\n", " -- Detecting C compile features - done\n", " -- Detecting CXX compiler ABI info\n", " -- Detecting CXX compiler ABI info - done\n", " -- Check for working CXX compiler: /usr/bin/c++ - skipped\n", " -- Detecting CXX compile features\n", " -- Detecting CXX compile features - done\n", " -- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n", " -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n", " -- Found Threads: TRUE\n", " -- Downloading FXdiv to /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it)\n", " -- Configuring done (0.0s)\n", " -- Generating done (0.0s)\n", " -- Build files have been written to: /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/FXdiv-download\n", " [ 11%] Performing update step for 'fxdiv'\n", " -- Fetching latest from the remote origin\n", " [ 22%] No patch step for 'fxdiv'\n", " [ 33%] No configure step for 'fxdiv'\n", " [ 44%] No build step for 'fxdiv'\n", " [ 55%] No install step for 'fxdiv'\n", " [ 66%] No test step for 'fxdiv'\n", " [ 77%] Completed 'fxdiv'\n", " [100%] Built target fxdiv\n", " -- Using python executable '/usr/bin/python3'\n", " -- Resolved buck2 as /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284.\n", " -- Killing buck2 daemon\n", " '/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 kill'\n", " -- executorch: Generating source lists\n", " -- executorch: Using source file list /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake\n", " -- executorch: Using sources file /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake\n", " -- Proceeding with version: 24.3.25.0\n", " -- Looking for strtof_l\n", " -- Looking for strtof_l - found\n", " -- Looking for strtoull_l\n", " -- Looking for strtoull_l - found\n", " -- Looking for realpath\n", " -- Looking for realpath - found\n", " -- CMAKE_CXX_FLAGS:\n", " -- executorch: Using PAL default 'posix'\n", " -- Generating operator lib:\n", " -- LIB_NAME: portable_ops_lib\n", " -- OPS_SCHEMA_YAML: /content/executorch/kernels/portable/functions.yaml\n", " -- ROOT_OPS:\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path=\"/content/executorch/kernels/portable/functions.yaml\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: portable_ops_lib\n", " -- FUNCTIONS_YAML: /content/executorch/kernels/portable/functions.yaml\n", " -- CUSTOM_OPS_YAML:\n", " Generated files /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h\n", " -- Generating operator lib:\n", " -- LIB_NAME: portable_ops_lib\n", " -- KERNEL_LIBS: portable_kernels\n", " -- DEPS: executorch\n", " -- Generating operator lib:\n", " -- LIB_NAME: optimized_ops_lib\n", " -- OPS_SCHEMA_YAML: /content/executorch/kernels/optimized/optimized-oss.yaml\n", " -- ROOT_OPS:\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path=\"/content/executorch/kernels/optimized/optimized-oss.yaml\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: optimized_ops_lib\n", " -- FUNCTIONS_YAML: /content/executorch/kernels/optimized/optimized-oss.yaml\n", " -- CUSTOM_OPS_YAML:\n", " Generated files /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h\n", " -- Generating operator lib:\n", " -- LIB_NAME: optimized_ops_lib\n", " -- KERNEL_LIBS: optimized_kernels\n", " -- DEPS: executorch\n", " -- Merging kernel yaml files:\n", " -- FUNCTIONS_YAML: /content/executorch/configurations/../kernels/optimized/optimized-oss.yaml\n", " -- FALLBACK_YAML: /content/executorch/configurations/../kernels/portable/functions.yaml\n", " -- OUTPUT_DIR: /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations\n", " -- Generating operator lib:\n", " -- LIB_NAME: optimized_native_cpu_ops_lib\n", " -- OPS_SCHEMA_YAML: /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml\n", " -- ROOT_OPS:\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path=\"/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: optimized_native_cpu_ops_lib\n", " -- FUNCTIONS_YAML: /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml\n", " -- CUSTOM_OPS_YAML:\n", " Generated files /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h\n", " -- Generating operator lib:\n", " -- LIB_NAME: optimized_native_cpu_ops_lib\n", " -- KERNEL_LIBS: portable_kernels;optimized_kernels\n", " -- DEPS: executorch\n", " CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required):\n", " Compatibility with CMake < 3.5 will be removed from a future version of\n", " CMake.\n", "\n", " Update the VERSION argument value or use a ... suffix to tell\n", " CMake that the project does not need compatibility with older versions.\n", "\n", "\n", " -- Looking for C++ include unistd.h\n", " -- Looking for C++ include unistd.h - found\n", " -- Looking for C++ include stdint.h\n", " -- Looking for C++ include stdint.h - found\n", " -- Looking for C++ include inttypes.h\n", " -- Looking for C++ include inttypes.h - found\n", " -- Looking for C++ include sys/types.h\n", " -- Looking for C++ include sys/types.h - found\n", " -- Looking for C++ include sys/stat.h\n", " -- Looking for C++ include sys/stat.h - found\n", " -- Looking for C++ include fnmatch.h\n", " -- Looking for C++ include fnmatch.h - found\n", " -- Looking for C++ include stddef.h\n", " -- Looking for C++ include stddef.h - found\n", " -- Check size of uint32_t\n", " -- Check size of uint32_t - done\n", " -- Looking for strtoll\n", " -- Looking for strtoll - found\n", " -- pybind11 v2.12.0 dev1\n", " CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package):\n", " Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules\n", " are removed. Run \"cmake --help-policy CMP0148\" for policy details. Use\n", " the cmake_policy command to set the policy and suppress this warning.\n", "\n", " Call Stack (most recent call first):\n", " third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package)\n", " third-party/pybind11/tools/pybind11Common.cmake:188 (include)\n", " third-party/pybind11/CMakeLists.txt:211 (include)\n", " This warning is for project developers. Use -Wno-dev to suppress it.\n", "\n", " -- Found PythonInterp: /usr/bin/python3 (found suitable version \"3.10.12\", minimum required is \"3.6\")\n", " -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so\n", " -- Performing Test HAS_FLTO\n", " -- Performing Test HAS_FLTO - Success\n", " CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required):\n", " Compatibility with CMake < 3.5 will be removed from a future version of\n", " CMake.\n", "\n", " Update the VERSION argument value or use a ... suffix to tell\n", " CMake that the project does not need compatibility with older versions.\n", "\n", "\n", " -- dist install dir /content/executorch/third-party/flatcc\n", " -- lib install dir /content/executorch/third-party/flatcc/lib\n", " -- Setting GNU C compiler options with c11 and Posix\n", " -- Disabling -pedantic for GCC >= 8.0\n", " -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow\n", " -- GCC_VERSION: 11\n", "\n", " -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion\n", " CMake Warning at /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message):\n", " static library kineto_LIBRARY-NOTFOUND not found.\n", " Call Stack (most recent call first):\n", " /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found)\n", " CMakeLists.txt:683 (find_package)\n", "\n", "\n", " -- Found Torch: /usr/local/lib/python3.10/dist-packages/torch/lib/libtorch.so\n", " -- executorch: Using source file list /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake\n", " CMake Warning at /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message):\n", " static library kineto_LIBRARY-NOTFOUND not found.\n", " Call Stack (most recent call first):\n", " /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found)\n", " extension/llm/custom_ops/CMakeLists.txt:74 (find_package)\n", "\n", "\n", " -- Generating operator lib:\n", " -- LIB_NAME: quantized_ops_lib\n", " -- OPS_SCHEMA_YAML: /content/executorch/kernels/quantized/quantized.yaml\n", " -- ROOT_OPS:\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path=\"/content/executorch/kernels/quantized/quantized.yaml\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: quantized_ops_lib\n", " -- FUNCTIONS_YAML:\n", " -- CUSTOM_OPS_YAML: /content/executorch/kernels/quantized/quantized.yaml\n", " Generated files /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h\n", " -- Generating operator lib:\n", " -- LIB_NAME: quantized_ops_aot_lib\n", " -- OPS_SCHEMA_YAML:\n", " -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops=\"quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: quantized_ops_aot_lib\n", " -- FUNCTIONS_YAML:\n", " -- CUSTOM_OPS_YAML: /content/executorch/kernels/quantized/quantized.yaml\n", " -- Generating custom ops aot lib:\n", " -- LIB_NAME: quantized_ops_aot_lib\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp\n", " -- KERNEL_SOURCE: /content/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp\n", " CMake Warning at /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message):\n", " static library kineto_LIBRARY-NOTFOUND not found.\n", " Call Stack (most recent call first):\n", " /usr/local/lib/python3.10/dist-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found)\n", " build/Codegen.cmake:144 (find_package)\n", " kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib)\n", "\n", "\n", " -- Generating operator lib:\n", " -- LIB_NAME: quantized_ops_pybind_lib\n", " -- OPS_SCHEMA_YAML: /content/executorch/kernels/quantized/quantized.yaml\n", " -- ROOT_OPS:\n", " -- INCLUDE_ALL_OPS:\n", " Command - /usr/bin/python3;-m;codegen.tools.gen_oplist;--output_path=/content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path=\"/content/executorch/kernels/quantized/quantized.yaml\"\n", " -- Generating kernel bindings:\n", " -- LIB_NAME: quantized_ops_pybind_lib\n", " -- FUNCTIONS_YAML:\n", " -- CUSTOM_OPS_YAML: /content/executorch/kernels/quantized/quantized.yaml\n", " -- Generating operator lib:\n", " -- LIB_NAME: quantized_ops_pybind_lib\n", " -- KERNEL_LIBS: quantized_pybind_kernels_lib\n", " -- DEPS: portable_lib\n", " -- Generating operator lib:\n", " -- LIB_NAME: quantized_ops_lib\n", " -- KERNEL_LIBS: quantized_kernels\n", " -- DEPS: executorch\n", " --\n", " -- ******** Summary ********\n", " -- CMAKE_BUILD_TYPE : Release\n", " -- CMAKE_CXX_STANDARD : 17\n", " -- CMAKE_CXX_COMPILER_ID : GNU\n", " -- CMAKE_TOOLCHAIN_FILE :\n", " -- BUCK2 : /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284\n", " -- PYTHON_EXECUTABLE : /usr/bin/python3\n", " -- FLATC_EXECUTABLE : flatc\n", " -- EXECUTORCH_ENABLE_LOGGING : ON\n", " -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF\n", " -- EXECUTORCH_LOG_LEVEL : Info\n", " -- EXECUTORCH_BUILD_ANDROID_JNI : OFF\n", " -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF\n", " -- EXECUTORCH_BUILD_COREML : OFF\n", " -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON\n", " -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON\n", " -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF\n", " -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF\n", " -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF\n", " -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON\n", " -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF\n", " -- EXECUTORCH_BUILD_FLATC : ON\n", " -- EXECUTORCH_BUILD_GFLAGS : ON\n", " -- EXECUTORCH_BUILD_GTESTS : OFF\n", " -- EXECUTORCH_BUILD_HOST_TARGETS : ON\n", " -- EXECUTORCH_BUILD_MPS : OFF\n", " -- EXECUTORCH_BUILD_PYBIND : ON\n", " -- EXECUTORCH_BUILD_QNN : OFF\n", " -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON\n", " -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON\n", " -- EXECUTORCH_BUILD_DEVTOOLS : OFF\n", " -- EXECUTORCH_BUILD_SIZE_TEST : OFF\n", " -- EXECUTORCH_BUILD_XNNPACK : OFF\n", " -- EXECUTORCH_BUILD_VULKAN : OFF\n", " -- EXECUTORCH_BUILD_PTHREADPOOL : ON\n", " -- EXECUTORCH_BUILD_CPUINFO : ON\n", " -- Configuring done (4.2s)\n", " -- Generating done (0.3s)\n", " -- Build files have been written to: /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out\n", " restored HOME\n", " cmake --build /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j1 --target flatc --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release\n", " [100%] Built target flatc\n", " [ 2%] Built target flatccrt\n", " [ 12%] Built target flatc\n", " [ 12%] Generating common_schema headers\n", " [ 12%] Built target common_schema\n", " [ 14%] Generating program_schema headers\n", " [ 14%] Built target program_schema\n", " [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o\n", " [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o\n", " [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o\n", " [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o\n", " [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o\n", " [ 16%] Linking CXX static library libexecutorch_core.a\n", " [ 19%] Built target executorch_core\n", " [ 20%] Built target executorch\n", " [ 21%] Built target extension_tensor\n", " [ 21%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o\n", " In file included from /content/executorch/../executorch/runtime/core/error.h:18,\n", " from /content/executorch/../executorch/extension/tensor/tensor_ptr.h:15,\n", " from /content/executorch/../executorch/extension/tensor/tensor.h:12,\n", " from /content/executorch/../executorch/extension/aten_util/aten_bridge.h:11,\n", " from /content/executorch/extension/aten_util/aten_bridge.cpp:9:\n", " /content/executorch/extension/aten_util/aten_bridge.cpp: In function ‘void executorch::extension::{anonymous}::check_tensor_meta(const at::Tensor&, const Tensor&)’:\n", " /content/executorch/../executorch/runtime/platform/assert.h:24:7: warning: format ‘%hhd’ expects argument of type ‘int’, but argument 9 has type ‘executorch::runtime::etensor::ScalarType’ [-Wformat=]\n", " 24 | \"In function %s(), assert failed\" _format, \\\n", " /content/executorch/../executorch/runtime/platform/log.h:171:11: note: in definition of macro ‘ET_LOG’\n", " 171 | _format, \\\n", " | ^~~~~~~\n", " /content/executorch/../executorch/runtime/platform/assert.h:39:7: note: in expansion of macro ‘ET_ASSERT_MESSAGE_EMIT’\n", " 39 | ET_ASSERT_MESSAGE_EMIT(\" (%s): \" _format, #_cond, ##__VA_ARGS__); \\\n", " | ^~~~~~~~~~~~~~~~~~~~~~\n", " /content/executorch/extension/aten_util/aten_bridge.cpp:57:3: note: in expansion of macro ‘ET_CHECK_MSG’\n", " 57 | ET_CHECK_MSG(\n", " | ^~~~~~~~~~~~\n", " /content/executorch/extension/aten_util/aten_bridge.cpp:59:31: note: format string is defined here\n", " 59 | \"dtypes dont match a %hhd vs. b %hhd\",\n", " | ~~~^\n", " | |\n", " | int\n", " In file included from /content/executorch/../executorch/runtime/core/error.h:18,\n", " from /content/executorch/../executorch/extension/tensor/tensor_ptr.h:15,\n", " from /content/executorch/../executorch/extension/tensor/tensor.h:12,\n", " from /content/executorch/../executorch/extension/aten_util/aten_bridge.h:11,\n", " from /content/executorch/extension/aten_util/aten_bridge.cpp:9:\n", " /content/executorch/../executorch/runtime/platform/assert.h:24:7: warning: format ‘%hhd’ expects argument of type ‘int’, but argument 10 has type ‘executorch::runtime::etensor::ScalarType’ [-Wformat=]\n", " 24 | \"In function %s(), assert failed\" _format, \\\n", " /content/executorch/../executorch/runtime/platform/log.h:171:11: note: in definition of macro ‘ET_LOG’\n", " 171 | _format, \\\n", " | ^~~~~~~\n", " /content/executorch/../executorch/runtime/platform/assert.h:39:7: note: in expansion of macro ‘ET_ASSERT_MESSAGE_EMIT’\n", " 39 | ET_ASSERT_MESSAGE_EMIT(\" (%s): \" _format, #_cond, ##__VA_ARGS__); \\\n", " | ^~~~~~~~~~~~~~~~~~~~~~\n", " /content/executorch/extension/aten_util/aten_bridge.cpp:57:3: note: in expansion of macro ‘ET_CHECK_MSG’\n", " 57 | ET_CHECK_MSG(\n", " | ^~~~~~~~~~~~\n", " /content/executorch/extension/aten_util/aten_bridge.cpp:59:42: note: format string is defined here\n", " 59 | \"dtypes dont match a %hhd vs. b %hhd\",\n", " | ~~~^\n", " | |\n", " | int\n", " [ 23%] Linking CXX static library libutil.a\n", " [ 23%] Built target util\n", " [ 28%] Built target cpuinfo\n", " [ 29%] Built target pthreadpool\n", " [ 75%] Built target portable_kernels\n", " [ 82%] Built target eigen_blas\n", " [ 83%] Built target extension_threadpool\n", " [ 85%] Built target cpublas\n", " [ 89%] Built target optimized_kernels\n", " [ 89%] Generating code for kernel registration\n", " [ 89%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o\n", " [ 89%] Linking CXX static library liboptimized_native_cpu_ops_lib.a\n", " [ 91%] Built target optimized_native_cpu_ops_lib\n", " [ 91%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o\n", " [ 91%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o\n", " In file included from /content/executorch/extension/data_loader/../../../executorch/runtime/core/error.h:18,\n", " from /content/executorch/extension/data_loader/../../../executorch/runtime/core/result.h:19,\n", " from /content/executorch/extension/data_loader/../../../executorch/runtime/core/data_loader.h:14,\n", " from /content/executorch/extension/data_loader/../../../executorch/extension/data_loader/mmap_data_loader.h:11,\n", " from /content/executorch/extension/data_loader/mmap_data_loader.cpp:9:\n", " /content/executorch/extension/data_loader/mmap_data_loader.cpp: In function ‘void executorch::extension::{anonymous}::MunmapSegment(void*, void*, size_t)’:\n", " /content/executorch/extension/data_loader/mmap_data_loader.cpp:143:9: warning: too many arguments for format [-Wformat-extra-args]\n", " 143 | \"munmap(0x%zx, %zu) failed: %s (ignored)\",\n", " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n", " /content/executorch/extension/data_loader/../../../executorch/runtime/platform/log.h:171:11: note: in definition of macro ‘ET_LOG’\n", " 171 | _format, \\\n", " | ^~~~~~~\n", " [ 91%] Linking CXX static library libextension_data_loader.a\n", " [ 91%] Built target extension_data_loader\n", " [ 91%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o\n", " [ 91%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o\n", " [ 92%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o\n", " [ 92%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o\n", " [ 92%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o\n", " [ 92%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o\n", " [ 92%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o\n", " [ 93%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o\n", " [ 93%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o\n", " [ 93%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o\n", " [ 93%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o\n", " [ 93%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o\n", " [ 94%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o\n", " [ 94%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o\n", " [ 94%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o\n", " [ 94%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o\n", " [ 94%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o\n", " [ 96%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o\n", " [ 96%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o\n", " [ 96%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o\n", " [ 96%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o\n", " [ 97%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o\n", " [ 97%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o\n", " [ 97%] Linking C static library /content/executorch/third-party/flatcc/lib/libflatcc.a\n", " [ 97%] Built target flatcc\n", " [ 97%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o\n", " [ 97%] Linking C executable /content/executorch/third-party/flatcc/bin/flatcc\n", " [ 97%] Built target flatcc_cli\n", " [ 97%] Generating etdump headers\n", " [ 97%] Built target etdump_schema\n", " [ 97%] Generating bundled_program headers\n", " [ 97%] Built target bundled_program_schema\n", " [ 97%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o\n", " [ 97%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o\n", " [ 98%] Linking CXX static library libetdump.a\n", " [ 98%] Built target etdump\n", " [ 98%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o\n", " [ 98%] Linking CXX static library libbundled_program.a\n", " [ 98%] Built target bundled_program\n", " [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o\n", " [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so\n", " lto-wrapper: warning: using serial compilation of 7 LTRANS jobs\n", " [100%] Built target portable_lib\n", " [ 9%] Built target flatc\n", " [ 9%] Generating common_schema headers\n", " [ 9%] Built target common_schema\n", " [ 11%] Generating program_schema headers\n", " [ 11%] Built target program_schema\n", " [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o\n", " [ 11%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o\n", " [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o\n", " [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o\n", " [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o\n", " [ 13%] Linking CXX static library libexecutorch_core.a\n", " [ 16%] Built target executorch_core\n", " [ 20%] Built target cpuinfo\n", " [ 22%] Built target pthreadpool\n", " [ 23%] Built target extension_threadpool\n", " [ 25%] Built target flatccrt\n", " [ 27%] Built target executorch\n", " [ 28%] Built target extension_tensor\n", " [ 29%] Built target util\n", " [ 74%] Built target portable_kernels\n", " [ 80%] Built target eigen_blas\n", " [ 82%] Built target cpublas\n", " [ 86%] Built target optimized_kernels\n", " [ 87%] Built target optimized_native_cpu_ops_lib\n", " [ 87%] Built target extension_data_loader\n", " [ 93%] Built target flatcc\n", " [ 93%] Built target flatcc_cli\n", " [ 93%] Built target etdump_schema\n", " [ 93%] Built target bundled_program_schema\n", " [ 95%] Built target etdump\n", " [ 95%] Built target bundled_program\n", " [ 96%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so\n", " lto-wrapper: warning: using serial compilation of 7 LTRANS jobs\n", " [ 96%] Built target portable_lib\n", " [ 96%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o\n", " [ 97%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o\n", " [ 97%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o\n", " /content/executorch/extension/llm/custom_ops/op_sdpa.cpp: In lambda function:\n", " /content/executorch/extension/llm/custom_ops/op_sdpa.cpp:506:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6\n", " 506 | [scaling_factor](Vec x, Vec y) {\n", " | ^\n", " [ 97%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_quantized_cache.cpp.o\n", " [ 97%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o\n", " [ 98%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o\n", " cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C\n", " [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/kernels/portable/cpu/util/reduce_util.cpp.o\n", " [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o\n", " [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o\n", " [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o\n", " [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o\n", " [100%] Linking CXX shared library libcustom_ops_aot_lib.so\n", " [100%] Built target custom_ops_aot_lib\n", " [ 2%] Built target flatccrt\n", " [ 11%] Built target flatc\n", " [ 11%] Generating common_schema headers\n", " [ 11%] Built target common_schema\n", " [ 12%] Generating program_schema headers\n", " [ 12%] Built target program_schema\n", " [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o\n", " [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o\n", " [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o\n", " [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o\n", " [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o\n", " [ 15%] Linking CXX static library libexecutorch_core.a\n", " [ 17%] Built target executorch_core\n", " [ 18%] Built target executorch\n", " [ 20%] Built target extension_tensor\n", " [ 21%] Built target util\n", " [ 25%] Built target cpuinfo\n", " [ 27%] Built target pthreadpool\n", " [ 69%] Built target portable_kernels\n", " [ 75%] Built target eigen_blas\n", " [ 76%] Built target extension_threadpool\n", " [ 78%] Built target cpublas\n", " [ 82%] Built target optimized_kernels\n", " [ 83%] Built target optimized_native_cpu_ops_lib\n", " [ 83%] Built target extension_data_loader\n", " [ 89%] Built target flatcc\n", " [ 89%] Built target flatcc_cli\n", " [ 89%] Built target etdump_schema\n", " [ 89%] Built target bundled_program_schema\n", " [ 90%] Built target etdump\n", " [ 90%] Built target bundled_program\n", " [ 91%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so\n", " lto-wrapper: warning: using serial compilation of 7 LTRANS jobs\n", " [ 91%] Built target portable_lib\n", " [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o\n", " [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o\n", " [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o\n", " [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o\n", " [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o\n", " [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o\n", " [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o\n", " [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o\n", " [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o\n", " [ 94%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o\n", " [ 94%] Linking CXX static library libquantized_pybind_kernels_lib.a\n", " [ 94%] Built target quantized_pybind_kernels_lib\n", " [ 94%] Generating selected_operators.yaml for quantized_ops_pybind_lib\n", " [ 94%] Generating code for kernel registration\n", " [ 94%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o\n", " [ 95%] Linking CXX static library libquantized_ops_pybind_lib.a\n", " [ 95%] Built target quantized_ops_pybind_lib\n", " [ 96%] Generating selected_operators.yaml for quantized_ops_aot_lib\n", " quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out\n", " [ 96%] Generating code for kernel registration\n", " [ 96%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o\n", " [ 96%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o\n", " [ 96%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o\n", " [ 96%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o\n", " [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o\n", " [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o\n", " [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o\n", " [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o\n", " [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o\n", " [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o\n", " [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o\n", " [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o\n", " [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o\n", " [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o\n", " [100%] Linking CXX shared library libquantized_ops_aot_lib.so\n", " [100%] Built target quantized_ops_aot_lib\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin\n", " copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py\n", " running build_py\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan\n", " copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan\n", " copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example\n", " copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example\n", " copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example\n", " copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example\n", " copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm\n", " copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack\n", " copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack\n", " copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek\n", " copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek\n", " copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek\n", " copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps\n", " copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps\n", " copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition\n", " copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition\n", " copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils\n", " copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils\n", " copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization\n", " copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization\n", " copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition\n", " copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition\n", " copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test\n", " copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test\n", " copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer\n", " copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer\n", " copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler\n", " copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler\n", " copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs\n", " copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test\n", " copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner\n", " copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner\n", " copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " copying backends/vulkan/_passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime\n", " copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization\n", " copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization\n", " copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization\n", " copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test\n", " copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test\n", " copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test\n", " copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer\n", " copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests\n", " copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests\n", " copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests\n", " copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk\n", " copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools\n", " copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis\n", " copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test\n", " copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes\n", " copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes\n", " copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests\n", " copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests\n", " copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests\n", " copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition\n", " copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition\n", " copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils\n", " copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils\n", " copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization\n", " copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization\n", " copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer\n", " copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer\n", " copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer\n", " copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/insert_squeeze_after_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test\n", " copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test\n", " copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer\n", " copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer\n", " copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer\n", " copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer\n", " copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util\n", " copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc\n", " copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc\n", " copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc\n", " copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc\n", " copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes\n", " copying backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes\n", " copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models\n", " copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer\n", " copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil\n", " copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester\n", " copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester\n", " copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/generic_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/mm_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/one_to_one_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/cat_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/sum_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " copying backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib\n", " copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts\n", " copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit\n", " copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition\n", " copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition\n", " copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils\n", " copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils\n", " copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils\n", " copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils\n", " copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization\n", " copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization\n", " copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test\n", " copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test\n", " copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party\n", " copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs\n", " copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs\n", " copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization\n", " copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization\n", " copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester\n", " copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester\n", " copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16\n", " copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo\n", " copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool\n", " copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv\n", " copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy\n", " copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes\n", " copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes\n", " copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer\n", " copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer\n", " copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer\n", " copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer\n", " copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime\n", " copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime\n", " copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime\n", " copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime\n", " copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils\n", " copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils\n", " copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer\n", " copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer\n", " copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer\n", " copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer\n", " copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models\n", " copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models\n", " copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models\n", " copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models\n", " copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr\n", " copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr\n", " copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3\n", " copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3\n", " copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora\n", " copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision\n", " copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2\n", " copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2\n", " copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test\n", " copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test\n", " copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert\n", " copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert\n", " copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet\n", " copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet\n", " copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3\n", " copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3\n", " copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit\n", " copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit\n", " copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3\n", " copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3\n", " copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm\n", " copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm\n", " copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava\n", " copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava\n", " copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava\n", " copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava\n", " copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4\n", " copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4\n", " copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt\n", " copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt\n", " copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter\n", " copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter\n", " copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model\n", " copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model\n", " copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess\n", " copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess\n", " copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess\n", " copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess\n", " copying examples/models/llama3_2_vision/preprocess/export_preprocess_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests\n", " copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests\n", " copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer\n", " copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental\n", " copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental\n", " copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental\n", " copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental\n", " copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner\n", " copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner\n", " copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner\n", " copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate\n", " copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate\n", " copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test\n", " copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test\n", " copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit\n", " copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit\n", " copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit\n", " copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification\n", " copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification\n", " copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification\n", " copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification\n", " copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program\n", " copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program\n", " copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program\n", " copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects\n", " copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects\n", " copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator\n", " copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator\n", " copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator\n", " copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture\n", " copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture\n", " copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture\n", " copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture\n", " copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners\n", " copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners\n", " copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners\n", " copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners\n", " copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos\n", " copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos\n", " copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc\n", " copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc\n", " copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc\n", " copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test\n", " copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test\n", " copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test\n", " copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test\n", " copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test\n", " copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend\n", " copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test\n", " copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge\n", " copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test\n", " copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg\n", " copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg\n", " copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test\n", " copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test\n", " copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype\n", " copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype\n", " copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype\n", " copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op\n", " copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op\n", " copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec\n", " copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec\n", " copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test\n", " copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test\n", " copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test\n", " copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test\n", " copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test\n", " copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test\n", " copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree\n", " copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util\n", " copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util\n", " copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util\n", " copying extension/export_util/export_hf_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training\n", " copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings\n", " copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util\n", " copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util\n", " copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util\n", " copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test\n", " copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer\n", " copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer\n", " copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer\n", " copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/test_update_quantized_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export\n", " copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export\n", " copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export\n", " copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export\n", " copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test\n", " copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant\n", " copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp\n", " copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp\n", " copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2\n", " copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2\n", " copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2\n", " copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python\n", " copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python\n", " copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python\n", " copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog\n", " copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains\n", " copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python\n", " copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test\n", " copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test\n", " copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl\n", " copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR\n", " copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR\n", " copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test\n", " copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test\n", " copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters\n", " copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized\n", " copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test\n", " copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test\n", " copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools\n", " copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord\n", " copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord\n", " copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool\n", " copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool\n", " copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump\n", " copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump\n", " copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector\n", " copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector\n", " copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector\n", " copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector\n", " copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format\n", " copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format\n", " copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug\n", " copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug\n", " copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests\n", " copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests\n", " copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize\n", " copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util\n", " copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test\n", " copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test\n", " copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests\n", " copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests\n", " copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests\n", " copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests\n", " copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests\n", " copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program\n", " copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test\n", " copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize\n", " copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util\n", " copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test\n", " copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime\n", " copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test\n", " copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/core/exec_aten/util\n", " copying runtime/core/exec_aten/util/genScalarTypeTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/core/exec_aten/util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/util\n", " copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util\n", " copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util\n", " creating pip-out/lib.linux-x86_64-cpython-310/serializer\n", " copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/serializer\n", " copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/serializer\n", " creating pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/tosa\n", " running egg_info\n", " creating executorch.egg-info\n", " writing executorch.egg-info/PKG-INFO\n", " writing dependency_links to executorch.egg-info/dependency_links.txt\n", " writing entry points to executorch.egg-info/entry_points.txt\n", " writing requirements to executorch.egg-info/requires.txt\n", " writing top-level names to executorch.egg-info/top_level.txt\n", " writing manifest file 'executorch.egg-info/SOURCES.txt'\n", " reading manifest file 'executorch.egg-info/SOURCES.txt'\n", " adding license file 'LICENSE'\n", " writing manifest file 'executorch.egg-info/SOURCES.txt'\n", " copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml\n", " copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization\n", " copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl\n", " copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl\n", " copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir\n", " copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema\n", " copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema\n", " copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization\n", " copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization\n", " copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party\n", " copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16\n", " copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo\n", " copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool\n", " copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot\n", " copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini\n", " copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir\n", " copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge\n", " copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings\n", " copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl\n", " copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized\n", " copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema\n", " copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema\n", " copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema\n", " copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump\n", " copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump\n", " copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test\n", " copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test\n", " copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize\n", " copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize\n", " copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake\n", " copying build/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten\n", " copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util\n", " copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util\n", " copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util\n", " copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel\n", " copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel\n", " copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel\n", " copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test\n", " copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test\n", " copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util\n", " copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util\n", " copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util\n", " copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor\n", " copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor\n", " copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor\n", " copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor\n", " creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool\n", " copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool\n", " copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool\n", " copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool\n", " running build_ext\n", " copying /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /content/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin\n", " copying /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings\n", " copying /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /content/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops\n", " copying /content/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /content/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized\n", " installing to pip-out/bdist.linux-x86_64/wheel\n", " running install\n", " running install_lib\n", " creating pip-out/bdist.linux-x86_64/wheel\n", " creating pip-out/bdist.linux-x86_64/wheel/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./tosa\n", " creating pip-out/bdist.linux-x86_64/wheel/serializer\n", " copying pip-out/lib.linux-x86_64-cpython-310/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./serializer\n", " copying pip-out/lib.linux-x86_64-cpython-310/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./serializer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/supported_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/custom_ops_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/test_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_output.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_squeeze_after_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/generic_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/mm_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/one_to_one_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/cat_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/sum_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer/quantization_annotation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/data\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/core\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/core/exec_aten\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/core/exec_aten/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/core/exec_aten/util/genScalarTypeTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/core/exec_aten/util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/share\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_quantized_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python/toolchains\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/benchlog\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/export_hf_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters\n", " copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util\n", " running install_egg_info\n", " Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.5.0a0+dfbf6fd-py3.10.egg-info\n", " running install_scripts\n", " creating pip-out/bdist.linux-x86_64/wheel/executorch-0.5.0a0+dfbf6fd.dist-info/WHEEL\n", " creating '/tmp/pip-wheel-7dzp84tn/.tmp-eab38ykx/executorch-0.5.0a0+dfbf6fd-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it\n", " adding 'executorch/version.py'\n", " adding 'executorch/backends/apple/coreml/executorchcoreml.pyi'\n", " adding 'executorch/backends/apple/coreml/compiler/__init__.py'\n", " adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py'\n", " adding 'executorch/backends/apple/coreml/partition/__init__.py'\n", " adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py'\n", " adding 'executorch/backends/apple/coreml/quantizer/__init__.py'\n", " adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py'\n", " adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py'\n", " adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py'\n", " adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py'\n", " adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py'\n", " adding 'executorch/backends/apple/mps/__init__.py'\n", " adding 'executorch/backends/apple/mps/mps_preprocess.py'\n", " adding 'executorch/backends/apple/mps/operators/__init__.py'\n", " adding 'executorch/backends/apple/mps/operators/activation_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/binary_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/clamp_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/constant_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/convolution_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/indexing_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/node_visitor.py'\n", " adding 'executorch/backends/apple/mps/operators/normalization_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/op_clone.py'\n", " adding 'executorch/backends/apple/mps/operators/op_getitem.py'\n", " adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py'\n", " adding 'executorch/backends/apple/mps/operators/op_skip_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/pad_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/pooling_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/range_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/reduce_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/shape_ops.py'\n", " adding 'executorch/backends/apple/mps/operators/unary_ops.py'\n", " adding 'executorch/backends/apple/mps/partition/__init__.py'\n", " adding 'executorch/backends/apple/mps/partition/mps_partitioner.py'\n", " adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py'\n", " adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py'\n", " adding 'executorch/backends/apple/mps/serialization/schema.fbs'\n", " adding 'executorch/backends/apple/mps/test/test_mps.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_linear.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_models.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py'\n", " adding 'executorch/backends/apple/mps/test/test_mps_utils.py'\n", " adding 'executorch/backends/apple/mps/utils/mps_utils.py'\n", " adding 'executorch/backends/apple/mps/utils/quant_utils.py'\n", " adding 'executorch/backends/arm/arm_backend.py'\n", " adding 'executorch/backends/arm/arm_partitioner.py'\n", " adding 'executorch/backends/arm/arm_vela.py'\n", " adding 'executorch/backends/arm/tosa_mapping.py'\n", " adding 'executorch/backends/arm/tosa_quant_utils.py'\n", " adding 'executorch/backends/arm/tosa_utils.py'\n", " adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py'\n", " adding 'executorch/backends/arm/_passes/arm_pass_manager.py'\n", " adding 'executorch/backends/arm/_passes/arm_pass_utils.py'\n", " adding 'executorch/backends/arm/_passes/cast_int64_pass.py'\n", " adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py'\n", " adding 'executorch/backends/arm/_passes/convert_split_to_slice.py'\n", " adding 'executorch/backends/arm/_passes/decompose_div_pass.py'\n", " adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py'\n", " adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py'\n", " adding 'executorch/backends/arm/_passes/decompose_softmaxes_pass.py'\n", " adding 'executorch/backends/arm/_passes/decompose_var_pass.py'\n", " adding 'executorch/backends/arm/_passes/insert_squeeze_after_sum_pass.py'\n", " adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py'\n", " adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py'\n", " adding 'executorch/backends/arm/_passes/remove_clone_pass.py'\n", " adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py'\n", " adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py'\n", " adding 'executorch/backends/arm/_passes/tag_io_quant_pass.py'\n", " adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py'\n", " adding 'executorch/backends/arm/operators/__init__.py'\n", " adding 'executorch/backends/arm/operators/node_visitor.py'\n", " adding 'executorch/backends/arm/operators/op_add.py'\n", " adding 'executorch/backends/arm/operators/op_addmm.py'\n", " adding 'executorch/backends/arm/operators/op_avg_pool2d.py'\n", " adding 'executorch/backends/arm/operators/op_batch_norm.py'\n", " adding 'executorch/backends/arm/operators/op_bmm.py'\n", " adding 'executorch/backends/arm/operators/op_cat.py'\n", " adding 'executorch/backends/arm/operators/op_conv2d.py'\n", " adding 'executorch/backends/arm/operators/op_dequant.py'\n", " adding 'executorch/backends/arm/operators/op_div.py'\n", " adding 'executorch/backends/arm/operators/op_exp.py'\n", " adding 'executorch/backends/arm/operators/op_full.py'\n", " adding 'executorch/backends/arm/operators/op_get_item.py'\n", " adding 'executorch/backends/arm/operators/op_hardtanh.py'\n", " adding 'executorch/backends/arm/operators/op_log.py'\n", " adding 'executorch/backends/arm/operators/op_mm.py'\n", " adding 'executorch/backends/arm/operators/op_mul.py'\n", " adding 'executorch/backends/arm/operators/op_output.py'\n", " adding 'executorch/backends/arm/operators/op_permute.py'\n", " adding 'executorch/backends/arm/operators/op_placeholder.py'\n", " adding 'executorch/backends/arm/operators/op_quant.py'\n", " adding 'executorch/backends/arm/operators/op_reciprocal.py'\n", " adding 'executorch/backends/arm/operators/op_relu.py'\n", " adding 'executorch/backends/arm/operators/op_repeat.py'\n", " adding 'executorch/backends/arm/operators/op_rsqrt.py'\n", " adding 'executorch/backends/arm/operators/op_sigmoid.py'\n", " adding 'executorch/backends/arm/operators/op_slice.py'\n", " adding 'executorch/backends/arm/operators/op_squeeze.py'\n", " adding 'executorch/backends/arm/operators/op_sub.py'\n", " adding 'executorch/backends/arm/operators/op_sum.py'\n", " adding 'executorch/backends/arm/operators/op_tanh.py'\n", " adding 'executorch/backends/arm/operators/op_transpose.py'\n", " adding 'executorch/backends/arm/operators/op_unsqueeze.py'\n", " adding 'executorch/backends/arm/operators/op_view.py'\n", " adding 'executorch/backends/arm/quantizer/__init__.py'\n", " adding 'executorch/backends/arm/quantizer/arm_quantizer.py'\n", " adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_config.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/cat_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/generic_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/mm_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/one_to_one_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py'\n", " adding 'executorch/backends/arm/quantizer/quantization_annotation/sum_annotator.py'\n", " adding 'executorch/backends/arm/test/common.py'\n", " adding 'executorch/backends/arm/test/runner_utils.py'\n", " adding 'executorch/backends/arm/test/misc/test_debug_feats.py'\n", " adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py'\n", " adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py'\n", " adding 'executorch/backends/arm/test/misc/test_model_evaluator.py'\n", " adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py'\n", " adding 'executorch/backends/arm/test/ops/test_add.py'\n", " adding 'executorch/backends/arm/test/ops/test_avg_pool.py'\n", " adding 'executorch/backends/arm/test/ops/test_batch_norm.py'\n", " adding 'executorch/backends/arm/test/ops/test_bmm.py'\n", " adding 'executorch/backends/arm/test/ops/test_cat.py'\n", " adding 'executorch/backends/arm/test/ops/test_clone.py'\n", " adding 'executorch/backends/arm/test/ops/test_conv.py'\n", " adding 'executorch/backends/arm/test/ops/test_conv_combos.py'\n", " adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py'\n", " adding 'executorch/backends/arm/test/ops/test_div.py'\n", " adding 'executorch/backends/arm/test/ops/test_exp.py'\n", " adding 'executorch/backends/arm/test/ops/test_expand.py'\n", " adding 'executorch/backends/arm/test/ops/test_full.py'\n", " adding 'executorch/backends/arm/test/ops/test_hardtanh.py'\n", " adding 'executorch/backends/arm/test/ops/test_layer_norm.py'\n", " adding 'executorch/backends/arm/test/ops/test_linear.py'\n", " adding 'executorch/backends/arm/test/ops/test_log.py'\n", " adding 'executorch/backends/arm/test/ops/test_logsoftmax.py'\n", " adding 'executorch/backends/arm/test/ops/test_mean_dim.py'\n", " adding 'executorch/backends/arm/test/ops/test_mm.py'\n", " adding 'executorch/backends/arm/test/ops/test_mul.py'\n", " adding 'executorch/backends/arm/test/ops/test_permute.py'\n", " adding 'executorch/backends/arm/test/ops/test_reciprocal.py'\n", " adding 'executorch/backends/arm/test/ops/test_relu.py'\n", " adding 'executorch/backends/arm/test/ops/test_repeat.py'\n", " adding 'executorch/backends/arm/test/ops/test_rsqrt.py'\n", " adding 'executorch/backends/arm/test/ops/test_scalars.py'\n", " adding 'executorch/backends/arm/test/ops/test_sigmoid.py'\n", " adding 'executorch/backends/arm/test/ops/test_slice.py'\n", " adding 'executorch/backends/arm/test/ops/test_softmax.py'\n", " adding 'executorch/backends/arm/test/ops/test_split.py'\n", " adding 'executorch/backends/arm/test/ops/test_squeeze.py'\n", " adding 'executorch/backends/arm/test/ops/test_sub.py'\n", " adding 'executorch/backends/arm/test/ops/test_sum.py'\n", " adding 'executorch/backends/arm/test/ops/test_tanh.py'\n", " adding 'executorch/backends/arm/test/ops/test_unsqueeze.py'\n", " adding 'executorch/backends/arm/test/ops/test_var.py'\n", " adding 'executorch/backends/arm/test/ops/test_view.py'\n", " adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py'\n", " adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py'\n", " adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py'\n", " adding 'executorch/backends/arm/test/tester/__init__.py'\n", " adding 'executorch/backends/arm/test/tester/arm_tester.py'\n", " adding 'executorch/backends/arm/test/tosautil/__init__.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/setup.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py'\n", " adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py'\n", " adding 'executorch/backends/arm/util/arm_model_evaluator.py'\n", " adding 'executorch/backends/cadence/aot/__init__.py'\n", " adding 'executorch/backends/cadence/aot/_passes.py'\n", " adding 'executorch/backends/cadence/aot/compiler.py'\n", " adding 'executorch/backends/cadence/aot/export_example.py'\n", " adding 'executorch/backends/cadence/aot/functions.yaml'\n", " adding 'executorch/backends/cadence/aot/functions_hifi.yaml'\n", " adding 'executorch/backends/cadence/aot/ops_registrations.py'\n", " adding 'executorch/backends/cadence/aot/utils.py'\n", " adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py'\n", " adding 'executorch/backends/cadence/aot/quantizer/patterns.py'\n", " adding 'executorch/backends/cadence/aot/quantizer/quantizer.py'\n", " adding 'executorch/backends/cadence/aot/quantizer/utils.py'\n", " adding 'executorch/backends/cadence/runtime/__init__.py'\n", " adding 'executorch/backends/cadence/runtime/executor.py'\n", " adding 'executorch/backends/cadence/runtime/runtime.py'\n", " adding 'executorch/backends/cadence/runtime/utils.py'\n", " adding 'executorch/backends/cadence/utils/gen_header.py'\n", " adding 'executorch/backends/cadence/utils/post_compilation.py'\n", " adding 'executorch/backends/example/example_backend.py'\n", " adding 'executorch/backends/example/example_partitioner.py'\n", " adding 'executorch/backends/example/example_quantizer.py'\n", " adding 'executorch/backends/example/test_example_delegate.py'\n", " adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py'\n", " adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py'\n", " adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py'\n", " adding 'executorch/backends/example/example_operators/add.py'\n", " adding 'executorch/backends/example/example_operators/conv2d.py'\n", " adding 'executorch/backends/example/example_operators/conv_relu.py'\n", " adding 'executorch/backends/example/example_operators/dropout.py'\n", " adding 'executorch/backends/example/example_operators/flatten.py'\n", " adding 'executorch/backends/example/example_operators/linear.py'\n", " adding 'executorch/backends/example/example_operators/op_base.py'\n", " adding 'executorch/backends/example/example_operators/ops.py'\n", " adding 'executorch/backends/example/example_operators/utils.py'\n", " adding 'executorch/backends/mediatek/__init__.py'\n", " adding 'executorch/backends/mediatek/partitioner.py'\n", " adding 'executorch/backends/mediatek/preprocess.py'\n", " adding 'executorch/backends/mediatek/_passes/__init__.py'\n", " adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py'\n", " adding 'executorch/backends/mediatek/quantizer/__init__.py'\n", " adding 'executorch/backends/mediatek/quantizer/annotator.py'\n", " adding 'executorch/backends/mediatek/quantizer/qconfig.py'\n", " adding 'executorch/backends/mediatek/quantizer/quantizer.py'\n", " adding 'executorch/backends/qualcomm/qnn_preprocess.py'\n", " adding 'executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py'\n", " adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py'\n", " adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py'\n", " adding 'executorch/backends/qualcomm/_passes/build_quant_io.py'\n", " adding 'executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py'\n", " adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py'\n", " adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py'\n", " adding 'executorch/backends/qualcomm/_passes/convert_prelu.py'\n", " adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py'\n", " adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py'\n", " adding 'executorch/backends/qualcomm/_passes/decompose_silu.py'\n", " adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py'\n", " adding 'executorch/backends/qualcomm/_passes/fold_qdq.py'\n", " adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py'\n", " adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py'\n", " adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py'\n", " adding 'executorch/backends/qualcomm/_passes/insert_requantize.py'\n", " adding 'executorch/backends/qualcomm/_passes/layout_transform.py'\n", " adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py'\n", " adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py'\n", " adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py'\n", " adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py'\n", " adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py'\n", " adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py'\n", " adding 'executorch/backends/qualcomm/_passes/utils.py'\n", " adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs'\n", " adding 'executorch/backends/qualcomm/builders/__init__.py'\n", " adding 'executorch/backends/qualcomm/builders/node_visitor.py'\n", " adding 'executorch/backends/qualcomm/builders/op_add.py'\n", " adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py'\n", " adding 'executorch/backends/qualcomm/builders/op_batch_norm.py'\n", " adding 'executorch/backends/qualcomm/builders/op_bmm.py'\n", " adding 'executorch/backends/qualcomm/builders/op_cat.py'\n", " adding 'executorch/backends/qualcomm/builders/op_ceil.py'\n", " adding 'executorch/backends/qualcomm/builders/op_clamp.py'\n", " adding 'executorch/backends/qualcomm/builders/op_conv2d.py'\n", " adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py'\n", " adding 'executorch/backends/qualcomm/builders/op_dequantize.py'\n", " adding 'executorch/backends/qualcomm/builders/op_div.py'\n", " adding 'executorch/backends/qualcomm/builders/op_embedding.py'\n", " adding 'executorch/backends/qualcomm/builders/op_expand.py'\n", " adding 'executorch/backends/qualcomm/builders/op_gelu.py'\n", " adding 'executorch/backends/qualcomm/builders/op_group_norm.py'\n", " adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py'\n", " adding 'executorch/backends/qualcomm/builders/op_hardswish.py'\n", " adding 'executorch/backends/qualcomm/builders/op_hardtanh.py'\n", " adding 'executorch/backends/qualcomm/builders/op_index.py'\n", " adding 'executorch/backends/qualcomm/builders/op_index_put.py'\n", " adding 'executorch/backends/qualcomm/builders/op_layer_norm.py'\n", " adding 'executorch/backends/qualcomm/builders/op_linear.py'\n", " adding 'executorch/backends/qualcomm/builders/op_log_softmax.py'\n", " adding 'executorch/backends/qualcomm/builders/op_matmul.py'\n", " adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py'\n", " adding 'executorch/backends/qualcomm/builders/op_mean_dim.py'\n", " adding 'executorch/backends/qualcomm/builders/op_mul.py'\n", " adding 'executorch/backends/qualcomm/builders/op_pad.py'\n", " adding 'executorch/backends/qualcomm/builders/op_pow.py'\n", " adding 'executorch/backends/qualcomm/builders/op_prelu.py'\n", " adding 'executorch/backends/qualcomm/builders/op_quantize.py'\n", " adding 'executorch/backends/qualcomm/builders/op_relu.py'\n", " adding 'executorch/backends/qualcomm/builders/op_reshape.py'\n", " adding 'executorch/backends/qualcomm/builders/op_rms_norm.py'\n", " adding 'executorch/backends/qualcomm/builders/op_rsqrt.py'\n", " adding 'executorch/backends/qualcomm/builders/op_select_copy.py'\n", " adding 'executorch/backends/qualcomm/builders/op_sigmoid.py'\n", " adding 'executorch/backends/qualcomm/builders/op_skip_ops.py'\n", " adding 'executorch/backends/qualcomm/builders/op_slice_copy.py'\n", " adding 'executorch/backends/qualcomm/builders/op_softmax.py'\n", " adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py'\n", " adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py'\n", " adding 'executorch/backends/qualcomm/builders/op_sqrt.py'\n", " adding 'executorch/backends/qualcomm/builders/op_squeeze.py'\n", " adding 'executorch/backends/qualcomm/builders/op_sub.py'\n", " adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py'\n", " adding 'executorch/backends/qualcomm/builders/op_tanh.py'\n", " adding 'executorch/backends/qualcomm/builders/op_to.py'\n", " adding 'executorch/backends/qualcomm/builders/op_topk.py'\n", " adding 'executorch/backends/qualcomm/builders/op_transpose.py'\n", " adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py'\n", " adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py'\n", " adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py'\n", " adding 'executorch/backends/qualcomm/builders/qnn_constants.py'\n", " adding 'executorch/backends/qualcomm/builders/utils.py'\n", " adding 'executorch/backends/qualcomm/partition/common_defs.py'\n", " adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py'\n", " adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py'\n", " adding 'executorch/backends/qualcomm/quantizer/quantizer.py'\n", " adding 'executorch/backends/qualcomm/quantizer/utils.py'\n", " adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py'\n", " adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py'\n", " adding 'executorch/backends/qualcomm/serialization/schema.fbs'\n", " adding 'executorch/backends/qualcomm/tests/models.py'\n", " adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py'\n", " adding 'executorch/backends/qualcomm/tests/utils.py'\n", " adding 'executorch/backends/qualcomm/utils/constants.py'\n", " adding 'executorch/backends/qualcomm/utils/utils.py'\n", " adding 'executorch/backends/transforms/__init__.py'\n", " adding 'executorch/backends/transforms/addmm_mm_to_linear.py'\n", " adding 'executorch/backends/transforms/convert_dtype_pass.py'\n", " adding 'executorch/backends/transforms/decompose_sdpa.py'\n", " adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py'\n", " adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py'\n", " adding 'executorch/backends/transforms/fuse_conv_with_clamp.py'\n", " adding 'executorch/backends/transforms/fuse_dequant_linear.py'\n", " adding 'executorch/backends/transforms/fuse_view_copy.py'\n", " adding 'executorch/backends/transforms/mean_to_sum_div.py'\n", " adding 'executorch/backends/transforms/remove_clone_ops.py'\n", " adding 'executorch/backends/transforms/utils.py'\n", " adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py'\n", " adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py'\n", " adding 'executorch/backends/vulkan/__init__.py'\n", " adding 'executorch/backends/vulkan/vulkan_preprocess.py'\n", " adding 'executorch/backends/vulkan/_passes/__init__.py'\n", " adding 'executorch/backends/vulkan/_passes/custom_ops_defs.py'\n", " adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py'\n", " adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py'\n", " adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py'\n", " adding 'executorch/backends/vulkan/_passes/test_custom_ops.py'\n", " adding 'executorch/backends/vulkan/partitioner/supported_ops.py'\n", " adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py'\n", " adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py'\n", " adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml'\n", " adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml'\n", " adding 'executorch/backends/vulkan/serialization/schema.fbs'\n", " adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py'\n", " adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py'\n", " adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py'\n", " adding 'executorch/backends/vulkan/test/test_serialization.py'\n", " adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py'\n", " adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py'\n", " adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml'\n", " adding 'executorch/backends/vulkan/test/op_tests/cases.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py'\n", " adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py'\n", " adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py'\n", " adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py'\n", " adding 'executorch/backends/vulkan/third-party/volk/generate.py'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml'\n", " adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml'\n", " adding 'executorch/backends/xnnpack/__init__.py'\n", " adding 'executorch/backends/xnnpack/xnnpack_preprocess.py'\n", " adding 'executorch/backends/xnnpack/_passes/__init__.py'\n", " adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py'\n", " adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py'\n", " adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py'\n", " adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py'\n", " adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py'\n", " adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py'\n", " adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py'\n", " adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py'\n", " adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py'\n", " adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py'\n", " adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py'\n", " adding 'executorch/backends/xnnpack/operators/__init__.py'\n", " adding 'executorch/backends/xnnpack/operators/node_visitor.py'\n", " adding 'executorch/backends/xnnpack/operators/op_abs.py'\n", " adding 'executorch/backends/xnnpack/operators/op_add.py'\n", " adding 'executorch/backends/xnnpack/operators/op_addmm.py'\n", " adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py'\n", " adding 'executorch/backends/xnnpack/operators/op_bmm.py'\n", " adding 'executorch/backends/xnnpack/operators/op_cat.py'\n", " adding 'executorch/backends/xnnpack/operators/op_ceiling.py'\n", " adding 'executorch/backends/xnnpack/operators/op_clamp.py'\n", " adding 'executorch/backends/xnnpack/operators/op_conv2d.py'\n", " adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py'\n", " adding 'executorch/backends/xnnpack/operators/op_div.py'\n", " adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py'\n", " adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py'\n", " adding 'executorch/backends/xnnpack/operators/op_elu.py'\n", " adding 'executorch/backends/xnnpack/operators/op_floor.py'\n", " adding 'executorch/backends/xnnpack/operators/op_hardswish.py'\n", " adding 'executorch/backends/xnnpack/operators/op_hardtanh.py'\n", " adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py'\n", " adding 'executorch/backends/xnnpack/operators/op_linear.py'\n", " adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py'\n", " adding 'executorch/backends/xnnpack/operators/op_max_dim.py'\n", " adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py'\n", " adding 'executorch/backends/xnnpack/operators/op_maximum.py'\n", " adding 'executorch/backends/xnnpack/operators/op_mean_dim.py'\n", " adding 'executorch/backends/xnnpack/operators/op_minimum.py'\n", " adding 'executorch/backends/xnnpack/operators/op_multiply.py'\n", " adding 'executorch/backends/xnnpack/operators/op_negate.py'\n", " adding 'executorch/backends/xnnpack/operators/op_permute.py'\n", " adding 'executorch/backends/xnnpack/operators/op_prelu.py'\n", " adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py'\n", " adding 'executorch/backends/xnnpack/operators/op_relu.py'\n", " adding 'executorch/backends/xnnpack/operators/op_sdpa.py'\n", " adding 'executorch/backends/xnnpack/operators/op_sigmoid.py'\n", " adding 'executorch/backends/xnnpack/operators/op_skip_ops.py'\n", " adding 'executorch/backends/xnnpack/operators/op_slice_copy.py'\n", " adding 'executorch/backends/xnnpack/operators/op_softmax.py'\n", " adding 'executorch/backends/xnnpack/operators/op_square.py'\n", " adding 'executorch/backends/xnnpack/operators/op_square_root.py'\n", " adding 'executorch/backends/xnnpack/operators/op_squeeze.py'\n", " adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py'\n", " adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py'\n", " adding 'executorch/backends/xnnpack/operators/op_sub.py'\n", " adding 'executorch/backends/xnnpack/operators/op_to_copy.py'\n", " adding 'executorch/backends/xnnpack/operators/quant_params.py'\n", " adding 'executorch/backends/xnnpack/partition/configs.py'\n", " adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py'\n", " adding 'executorch/backends/xnnpack/partition/config/__init__.py'\n", " adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py'\n", " adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py'\n", " adding 'executorch/backends/xnnpack/partition/config/node_configs.py'\n", " adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py'\n", " adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py'\n", " adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py'\n", " adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py'\n", " adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs'\n", " adding 'executorch/backends/xnnpack/serialization/schema.fbs'\n", " adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py'\n", " adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py'\n", " adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py'\n", " adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py'\n", " adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py'\n", " adding 'executorch/backends/xnnpack/test/models/edsr.py'\n", " adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py'\n", " adding 'executorch/backends/xnnpack/test/models/inception_v3.py'\n", " adding 'executorch/backends/xnnpack/test/models/inception_v4.py'\n", " adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py'\n", " adding 'executorch/backends/xnnpack/test/models/mobilebert.py'\n", " adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py'\n", " adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py'\n", " adding 'executorch/backends/xnnpack/test/models/resnet.py'\n", " adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py'\n", " adding 'executorch/backends/xnnpack/test/models/very_big_model.py'\n", " adding 'executorch/backends/xnnpack/test/models/w2l.py'\n", " adding 'executorch/backends/xnnpack/test/ops/abs.py'\n", " adding 'executorch/backends/xnnpack/test/ops/add.py'\n", " adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py'\n", " adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py'\n", " adding 'executorch/backends/xnnpack/test/ops/bmm.py'\n", " adding 'executorch/backends/xnnpack/test/ops/cat.py'\n", " adding 'executorch/backends/xnnpack/test/ops/ceil.py'\n", " adding 'executorch/backends/xnnpack/test/ops/clamp.py'\n", " adding 'executorch/backends/xnnpack/test/ops/conv1d.py'\n", " adding 'executorch/backends/xnnpack/test/ops/conv2d.py'\n", " adding 'executorch/backends/xnnpack/test/ops/div.py'\n", " adding 'executorch/backends/xnnpack/test/ops/elu.py'\n", " adding 'executorch/backends/xnnpack/test/ops/floor.py'\n", " adding 'executorch/backends/xnnpack/test/ops/hardswish.py'\n", " adding 'executorch/backends/xnnpack/test/ops/hardtanh.py'\n", " adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py'\n", " adding 'executorch/backends/xnnpack/test/ops/linear.py'\n", " adding 'executorch/backends/xnnpack/test/ops/lstm.py'\n", " adding 'executorch/backends/xnnpack/test/ops/max_dim.py'\n", " adding 'executorch/backends/xnnpack/test/ops/maximum.py'\n", " adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py'\n", " adding 'executorch/backends/xnnpack/test/ops/mean_dim.py'\n", " adding 'executorch/backends/xnnpack/test/ops/minimum.py'\n", " adding 'executorch/backends/xnnpack/test/ops/multiply.py'\n", " adding 'executorch/backends/xnnpack/test/ops/negate.py'\n", " adding 'executorch/backends/xnnpack/test/ops/permute.py'\n", " adding 'executorch/backends/xnnpack/test/ops/pow.py'\n", " adding 'executorch/backends/xnnpack/test/ops/prelu.py'\n", " adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py'\n", " adding 'executorch/backends/xnnpack/test/ops/relu.py'\n", " adding 'executorch/backends/xnnpack/test/ops/sdpa.py'\n", " adding 'executorch/backends/xnnpack/test/ops/sigmoid.py'\n", " adding 'executorch/backends/xnnpack/test/ops/slice_copy.py'\n", " adding 'executorch/backends/xnnpack/test/ops/softmax.py'\n", " adding 'executorch/backends/xnnpack/test/ops/sqrt.py'\n", " adding 'executorch/backends/xnnpack/test/ops/square.py'\n", " adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py'\n", " adding 'executorch/backends/xnnpack/test/ops/sub.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py'\n", " adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py'\n", " adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py'\n", " adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py'\n", " adding 'executorch/backends/xnnpack/test/tester/__init__.py'\n", " adding 'executorch/backends/xnnpack/test/tester/tester.py'\n", " adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/configure.py'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py'\n", " adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py'\n", " adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py'\n", " adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py'\n", " adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py'\n", " adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py'\n", " adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py'\n", " adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml'\n", " adding 'executorch/backends/xnnpack/utils/configs.py'\n", " adding 'executorch/backends/xnnpack/utils/quant_utils.py'\n", " adding 'executorch/backends/xnnpack/utils/utils.py'\n", " adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py'\n", " adding 'executorch/data/bin/__init__.py'\n", " adding 'executorch/data/bin/flatc'\n", " adding 'executorch/devtools/__init__.py'\n", " adding 'executorch/devtools/backend_debug/__init__.py'\n", " adding 'executorch/devtools/backend_debug/delegation_info.py'\n", " adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py'\n", " adding 'executorch/devtools/bundled_program/config.py'\n", " adding 'executorch/devtools/bundled_program/core.py'\n", " adding 'executorch/devtools/bundled_program/version.py'\n", " adding 'executorch/devtools/bundled_program/schema/__init__.py'\n", " adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs'\n", " adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py'\n", " adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs'\n", " adding 'executorch/devtools/bundled_program/schema/test/test_schema.py'\n", " adding 'executorch/devtools/bundled_program/serialize/__init__.py'\n", " adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs'\n", " adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs'\n", " adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py'\n", " adding 'executorch/devtools/bundled_program/test/test_bundle_data.py'\n", " adding 'executorch/devtools/bundled_program/test/test_config.py'\n", " adding 'executorch/devtools/bundled_program/test/test_end2end.py'\n", " adding 'executorch/devtools/bundled_program/util/test_util.py'\n", " adding 'executorch/devtools/debug_format/base_schema.py'\n", " adding 'executorch/devtools/debug_format/et_schema.py'\n", " adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs'\n", " adding 'executorch/devtools/etdump/scalar_type.fbs'\n", " adding 'executorch/devtools/etdump/schema_flatcc.py'\n", " adding 'executorch/devtools/etdump/serialize.py'\n", " adding 'executorch/devtools/etdump/tests/serialize_test.py'\n", " adding 'executorch/devtools/etrecord/__init__.py'\n", " adding 'executorch/devtools/etrecord/_etrecord.py'\n", " adding 'executorch/devtools/etrecord/tests/etrecord_test.py'\n", " adding 'executorch/devtools/inspector/__init__.py'\n", " adding 'executorch/devtools/inspector/_inspector.py'\n", " adding 'executorch/devtools/inspector/_inspector_utils.py'\n", " adding 'executorch/devtools/inspector/inspector_cli.py'\n", " adding 'executorch/devtools/inspector/tests/event_blocks_test.py'\n", " adding 'executorch/devtools/inspector/tests/inspector_test.py'\n", " adding 'executorch/devtools/inspector/tests/inspector_utils_test.py'\n", " adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py'\n", " adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py'\n", " adding 'executorch/examples/models/__init__.py'\n", " adding 'executorch/examples/models/checkpoint.py'\n", " adding 'executorch/examples/models/model_base.py'\n", " adding 'executorch/examples/models/model_factory.py'\n", " adding 'executorch/examples/models/deeplab_v3/__init__.py'\n", " adding 'executorch/examples/models/deeplab_v3/model.py'\n", " adding 'executorch/examples/models/edsr/__init__.py'\n", " adding 'executorch/examples/models/edsr/model.py'\n", " adding 'executorch/examples/models/emformer_rnnt/__init__.py'\n", " adding 'executorch/examples/models/emformer_rnnt/model.py'\n", " adding 'executorch/examples/models/inception_v3/__init__.py'\n", " adding 'executorch/examples/models/inception_v3/model.py'\n", " adding 'executorch/examples/models/inception_v4/__init__.py'\n", " adding 'executorch/examples/models/inception_v4/model.py'\n", " adding 'executorch/examples/models/llama/__init__.py'\n", " adding 'executorch/examples/models/llama/eval_llama.py'\n", " adding 'executorch/examples/models/llama/eval_llama_lib.py'\n", " adding 'executorch/examples/models/llama/export_llama.py'\n", " adding 'executorch/examples/models/llama/export_llama_lib.py'\n", " adding 'executorch/examples/models/llama/fairseq2.py'\n", " adding 'executorch/examples/models/llama/install_requirement_helper.py'\n", " adding 'executorch/examples/models/llama/llama_test.py'\n", " adding 'executorch/examples/models/llama/llama_transformer.py'\n", " adding 'executorch/examples/models/llama/model.py'\n", " adding 'executorch/examples/models/llama/rope.py'\n", " adding 'executorch/examples/models/llama/evaluate/__init__.py'\n", " adding 'executorch/examples/models/llama/evaluate/eager_eval.py'\n", " adding 'executorch/examples/models/llama/experimental/generate.py'\n", " adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py'\n", " adding 'executorch/examples/models/llama/experimental/subclass.py'\n", " adding 'executorch/examples/models/llama/experimental/test_subclass.py'\n", " adding 'executorch/examples/models/llama/runner/eager.py'\n", " adding 'executorch/examples/models/llama/runner/generation.py'\n", " adding 'executorch/examples/models/llama/runner/native.py'\n", " adding 'executorch/examples/models/llama/source_transformation/__init__.py'\n", " adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py'\n", " adding 'executorch/examples/models/llama/source_transformation/lora.py'\n", " adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py'\n", " adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py'\n", " adding 'executorch/examples/models/llama/source_transformation/quantize.py'\n", " adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py'\n", " adding 'executorch/examples/models/llama/source_transformation/rms_norm.py'\n", " adding 'executorch/examples/models/llama/source_transformation/rope.py'\n", " adding 'executorch/examples/models/llama/source_transformation/sdpa.py'\n", " adding 'executorch/examples/models/llama/source_transformation/spin_quant.py'\n", " adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py'\n", " adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py'\n", " adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py'\n", " adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py'\n", " adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py'\n", " adding 'executorch/examples/models/llama/tokenizer/tiktoken.py'\n", " adding 'executorch/examples/models/llama3_2_vision/__init__.py'\n", " adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py'\n", " adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py'\n", " adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess_lib.py'\n", " adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py'\n", " adding 'executorch/examples/models/llava/__init__.py'\n", " adding 'executorch/examples/models/llava/export_llava.py'\n", " adding 'executorch/examples/models/llava/image_util.py'\n", " adding 'executorch/examples/models/llava/model.py'\n", " adding 'executorch/examples/models/llava/test/test_llava.py'\n", " adding 'executorch/examples/models/llava/test/test_pte.py'\n", " adding 'executorch/examples/models/lstm/__init__.py'\n", " adding 'executorch/examples/models/lstm/model.py'\n", " adding 'executorch/examples/models/mobilebert/__init__.py'\n", " adding 'executorch/examples/models/mobilebert/model.py'\n", " adding 'executorch/examples/models/mobilenet_v2/__init__.py'\n", " adding 'executorch/examples/models/mobilenet_v2/model.py'\n", " adding 'executorch/examples/models/mobilenet_v3/__init__.py'\n", " adding 'executorch/examples/models/mobilenet_v3/model.py'\n", " adding 'executorch/examples/models/phi-3-mini/__init__.py'\n", " adding 'executorch/examples/models/phi-3-mini/eager.py'\n", " adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py'\n", " adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py'\n", " adding 'executorch/examples/models/phi-3-mini/static_cache.py'\n", " adding 'executorch/examples/models/phi-3-mini-lora/export_model.py'\n", " adding 'executorch/examples/models/resnet/__init__.py'\n", " adding 'executorch/examples/models/resnet/model.py'\n", " adding 'executorch/examples/models/test/__init__.py'\n", " adding 'executorch/examples/models/test/test_export.py'\n", " adding 'executorch/examples/models/torchvision_vit/__init__.py'\n", " adding 'executorch/examples/models/torchvision_vit/model.py'\n", " adding 'executorch/examples/models/toy_model/__init__.py'\n", " adding 'executorch/examples/models/toy_model/model.py'\n", " adding 'executorch/examples/models/wav2letter/__init__.py'\n", " adding 'executorch/examples/models/wav2letter/model.py'\n", " adding 'executorch/exir/__init__.py'\n", " adding 'executorch/exir/_warnings.py'\n", " adding 'executorch/exir/common.py'\n", " adding 'executorch/exir/control_flow.py'\n", " adding 'executorch/exir/delegate.py'\n", " adding 'executorch/exir/delegate.pyi'\n", " adding 'executorch/exir/dim_order_utils.py'\n", " adding 'executorch/exir/dynamic_shape.py'\n", " adding 'executorch/exir/error.py'\n", " adding 'executorch/exir/graph.py'\n", " adding 'executorch/exir/graph_module.py'\n", " adding 'executorch/exir/lowered_backend_module.py'\n", " adding 'executorch/exir/memory.py'\n", " adding 'executorch/exir/memory_planning.py'\n", " adding 'executorch/exir/pass_base.py'\n", " adding 'executorch/exir/pass_manager.py'\n", " adding 'executorch/exir/print_program.py'\n", " adding 'executorch/exir/scalar_type.py'\n", " adding 'executorch/exir/schema.py'\n", " adding 'executorch/exir/sym_util.py'\n", " adding 'executorch/exir/tensor.py'\n", " adding 'executorch/exir/tracer.py'\n", " adding 'executorch/exir/types.py'\n", " adding 'executorch/exir/version.py'\n", " adding 'executorch/exir/wrap.py'\n", " adding 'executorch/exir/_serialize/__init__.py'\n", " adding 'executorch/exir/_serialize/_cord.py'\n", " adding 'executorch/exir/_serialize/_dataclass.py'\n", " adding 'executorch/exir/_serialize/_flatbuffer.py'\n", " adding 'executorch/exir/_serialize/_program.py'\n", " adding 'executorch/exir/_serialize/program.fbs'\n", " adding 'executorch/exir/_serialize/scalar_type.fbs'\n", " adding 'executorch/exir/_serialize/test/__init__.py'\n", " adding 'executorch/exir/_serialize/test/test_cord.py'\n", " adding 'executorch/exir/_serialize/test/test_flatbuffer.py'\n", " adding 'executorch/exir/_serialize/test/test_program.py'\n", " adding 'executorch/exir/backend/backend_api.py'\n", " adding 'executorch/exir/backend/backend_details.py'\n", " adding 'executorch/exir/backend/compile_spec_schema.py'\n", " adding 'executorch/exir/backend/partitioner.py'\n", " adding 'executorch/exir/backend/utils.py'\n", " adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py'\n", " adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py'\n", " adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py'\n", " adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py'\n", " adding 'executorch/exir/backend/test/backend_with_compiler_demo.py'\n", " adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py'\n", " adding 'executorch/exir/backend/test/hta_partitioner_demo.py'\n", " adding 'executorch/exir/backend/test/op_partitioner_demo.py'\n", " adding 'executorch/exir/backend/test/qnn_backend_demo.py'\n", " adding 'executorch/exir/backend/test/test_backends.py'\n", " adding 'executorch/exir/backend/test/test_backends_lifted.py'\n", " adding 'executorch/exir/backend/test/test_backends_nested.py'\n", " adding 'executorch/exir/backend/test/test_compatibility.py'\n", " adding 'executorch/exir/backend/test/test_debug_handle_map.py'\n", " adding 'executorch/exir/backend/test/test_delegate_map_builder.py'\n", " adding 'executorch/exir/backend/test/test_graph_partition.py'\n", " adding 'executorch/exir/backend/test/test_lowered_backend_module.py'\n", " adding 'executorch/exir/backend/test/test_partitioner.py'\n", " adding 'executorch/exir/backend/test/test_passes.py'\n", " adding 'executorch/exir/backend/test/test_utils.py'\n", " adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py'\n", " adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py'\n", " adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py'\n", " adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py'\n", " adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py'\n", " adding 'executorch/exir/capture/__init__.py'\n", " adding 'executorch/exir/capture/_capture.py'\n", " adding 'executorch/exir/capture/_config.py'\n", " adding 'executorch/exir/capture/_unlift.py'\n", " adding 'executorch/exir/dialects/__init__.py'\n", " adding 'executorch/exir/dialects/_ops.py'\n", " adding 'executorch/exir/dialects/backend/_ops.py'\n", " adding 'executorch/exir/dialects/backend/test/test_backend_ops.py'\n", " adding 'executorch/exir/dialects/edge/_ops.py'\n", " adding 'executorch/exir/dialects/edge/edge.yaml'\n", " adding 'executorch/exir/dialects/edge/arg/model.py'\n", " adding 'executorch/exir/dialects/edge/arg/type.py'\n", " adding 'executorch/exir/dialects/edge/dtype/runner.py'\n", " adding 'executorch/exir/dialects/edge/dtype/supported.py'\n", " adding 'executorch/exir/dialects/edge/dtype/utils.py'\n", " adding 'executorch/exir/dialects/edge/op/api.py'\n", " adding 'executorch/exir/dialects/edge/op/sample_input.py'\n", " adding 'executorch/exir/dialects/edge/op/test/test_api.py'\n", " adding 'executorch/exir/dialects/edge/spec/gen.py'\n", " adding 'executorch/exir/dialects/edge/spec/utils.py'\n", " adding 'executorch/exir/dialects/edge/test/test_edge_ops.py'\n", " adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py'\n", " adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py'\n", " adding 'executorch/exir/emit/__init__.py'\n", " adding 'executorch/exir/emit/_emit_program.py'\n", " adding 'executorch/exir/emit/_emitter.py'\n", " adding 'executorch/exir/emit/test/test_emit.py'\n", " adding 'executorch/exir/operator/convert.py'\n", " adding 'executorch/exir/operator/manip.py'\n", " adding 'executorch/exir/operator/util.py'\n", " adding 'executorch/exir/operator/test/test_operator.py'\n", " adding 'executorch/exir/passes/__init__.py'\n", " adding 'executorch/exir/passes/_quant_patterns_and_replacements.py'\n", " adding 'executorch/exir/passes/const_prop_pass.py'\n", " adding 'executorch/exir/passes/constant_prop_pass.py'\n", " adding 'executorch/exir/passes/debug_handle_generator_pass.py'\n", " adding 'executorch/exir/passes/dim_order_ops_registry.py'\n", " adding 'executorch/exir/passes/dynamic_shape_prop_pass.py'\n", " adding 'executorch/exir/passes/executorch_prim_ops_registry.py'\n", " adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py'\n", " adding 'executorch/exir/passes/memory_format_ops_pass.py'\n", " adding 'executorch/exir/passes/memory_planning_pass.py'\n", " adding 'executorch/exir/passes/normalize_transpose_pass.py'\n", " adding 'executorch/exir/passes/normalize_view_copy_base_pass.py'\n", " adding 'executorch/exir/passes/pass_registry.py'\n", " adding 'executorch/exir/passes/quant_fusion_pass.py'\n", " adding 'executorch/exir/passes/remove_graph_asserts_pass.py'\n", " adding 'executorch/exir/passes/remove_mixed_type_operators.py'\n", " adding 'executorch/exir/passes/remove_noop_pass.py'\n", " adding 'executorch/exir/passes/replace_aten_with_edge_pass.py'\n", " adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py'\n", " adding 'executorch/exir/passes/replace_edge_with_backend_pass.py'\n", " adding 'executorch/exir/passes/replace_sym_size_op_pass.py'\n", " adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py'\n", " adding 'executorch/exir/passes/scalar_to_tensor_pass.py'\n", " adding 'executorch/exir/passes/spec_prop_pass.py'\n", " adding 'executorch/exir/passes/sym_shape_eval_pass.py'\n", " adding 'executorch/exir/passes/sym_to_tensor_pass.py'\n", " adding 'executorch/exir/passes/weights_to_outputs_pass.py'\n", " adding 'executorch/exir/program/__init__.py'\n", " adding 'executorch/exir/program/_fake_program.py'\n", " adding 'executorch/exir/program/_program.py'\n", " adding 'executorch/exir/program/test/__init__.py'\n", " adding 'executorch/exir/program/test/test_fake_program.py'\n", " adding 'executorch/exir/program/test/test_program.py'\n", " adding 'executorch/exir/serde/__init__.py'\n", " adding 'executorch/exir/serde/export_serialize.py'\n", " adding 'executorch/exir/serde/schema.py'\n", " adding 'executorch/exir/serde/schema_check.py'\n", " adding 'executorch/exir/serde/serialize.py'\n", " adding 'executorch/exir/serde/union.py'\n", " adding 'executorch/exir/serde/upgrade.py'\n", " adding 'executorch/exir/tests/asr_joiner.py'\n", " adding 'executorch/exir/tests/common.py'\n", " adding 'executorch/exir/tests/control_flow_models.py'\n", " adding 'executorch/exir/tests/dynamic_shape_models.py'\n", " adding 'executorch/exir/tests/models.py'\n", " adding 'executorch/exir/tests/test_arg_validator.py'\n", " adding 'executorch/exir/tests/test_capture.py'\n", " adding 'executorch/exir/tests/test_common.py'\n", " adding 'executorch/exir/tests/test_delegate.py'\n", " adding 'executorch/exir/tests/test_dim_order_utils.py'\n", " adding 'executorch/exir/tests/test_dynamic_shape_propagation.py'\n", " adding 'executorch/exir/tests/test_error.py'\n", " adding 'executorch/exir/tests/test_joint_graph.py'\n", " adding 'executorch/exir/tests/test_memory_format_ops_pass.py'\n", " adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py'\n", " adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py'\n", " adding 'executorch/exir/tests/test_memory_planning.py'\n", " adding 'executorch/exir/tests/test_op_convert.py'\n", " adding 'executorch/exir/tests/test_pass_infra.py'\n", " adding 'executorch/exir/tests/test_passes.py'\n", " adding 'executorch/exir/tests/test_print_program.py'\n", " adding 'executorch/exir/tests/test_quant_fusion_pass.py'\n", " adding 'executorch/exir/tests/test_quantization.py'\n", " adding 'executorch/exir/tests/test_remove_view_copy.py'\n", " adding 'executorch/exir/tests/test_serde.py'\n", " adding 'executorch/exir/tests/test_tensor.py'\n", " adding 'executorch/exir/tests/test_tracer.py'\n", " adding 'executorch/exir/tests/test_verification.py'\n", " adding 'executorch/exir/tests/test_warnings.py'\n", " adding 'executorch/exir/tests/transformer.py'\n", " adding 'executorch/exir/verification/arg_validator.py'\n", " adding 'executorch/exir/verification/dev_html.py'\n", " adding 'executorch/exir/verification/interpreter.py'\n", " adding 'executorch/exir/verification/verifier.py'\n", " adding 'executorch/exir/verification/test/test_verifier.py'\n", " adding 'executorch/extension/export_util/__init__.py'\n", " adding 'executorch/extension/export_util/export_hf_model.py'\n", " adding 'executorch/extension/export_util/utils.py'\n", " adding 'executorch/extension/gguf_util/convert_main.py'\n", " adding 'executorch/extension/gguf_util/converter.py'\n", " adding 'executorch/extension/gguf_util/load_gguf.py'\n", " adding 'executorch/extension/gguf_util/converters/llama_converter.py'\n", " adding 'executorch/extension/llm/custom_ops/__init__.py'\n", " adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so'\n", " adding 'executorch/extension/llm/custom_ops/model_sharding.py'\n", " adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py'\n", " adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py'\n", " adding 'executorch/extension/llm/custom_ops/sdpa_with_kv_cache.py'\n", " adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py'\n", " adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py'\n", " adding 'executorch/extension/llm/custom_ops/test_update_quantized_cache.py'\n", " adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py'\n", " adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py'\n", " adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py'\n", " adding 'executorch/extension/llm/export/__init__.py'\n", " adding 'executorch/extension/llm/export/builder.py'\n", " adding 'executorch/extension/llm/export/partitioner_lib.py'\n", " adding 'executorch/extension/llm/export/quantizer_lib.py'\n", " adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py'\n", " adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py'\n", " adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py'\n", " adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py'\n", " adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py'\n", " adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py'\n", " adding 'executorch/extension/llm/third-party/re2/python/re2.py'\n", " adding 'executorch/extension/llm/third-party/re2/python/re2_test.py'\n", " adding 'executorch/extension/llm/third-party/re2/python/setup.py'\n", " adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py'\n", " adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py'\n", " adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py'\n", " adding 'executorch/extension/llm/third-party/re2/re2/unicode.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py'\n", " adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py'\n", " adding 'executorch/extension/llm/tokenizer/__init__.py'\n", " adding 'executorch/extension/llm/tokenizer/tokenizer.py'\n", " adding 'executorch/extension/llm/tokenizer/utils.py'\n", " adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py'\n", " adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so'\n", " adding 'executorch/extension/pybindings/portable_lib.py'\n", " adding 'executorch/extension/pybindings/pybindings.pyi'\n", " adding 'executorch/extension/pybindings/test/make_test.py'\n", " adding 'executorch/extension/pybindings/test/test_pybindings.py'\n", " adding 'executorch/extension/pytree/__init__.py'\n", " adding 'executorch/extension/pytree/test/test.py'\n", " adding 'executorch/extension/training/__init__.py'\n", " adding 'executorch/extension/training/examples/XOR/export_model.py'\n", " adding 'executorch/extension/training/examples/XOR/model.py'\n", " adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h'\n", " adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h'\n", " adding 'executorch/include/executorch/extension/kernel_util/type_list.h'\n", " adding 'executorch/include/executorch/extension/tensor/tensor.h'\n", " adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h'\n", " adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h'\n", " adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h'\n", " adding 'executorch/include/executorch/extension/threadpool/threadpool.h'\n", " adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h'\n", " adding 'executorch/include/executorch/runtime/core/array_ref.h'\n", " adding 'executorch/include/executorch/runtime/core/data_loader.h'\n", " adding 'executorch/include/executorch/runtime/core/error.h'\n", " adding 'executorch/include/executorch/runtime/core/evalue.h'\n", " adding 'executorch/include/executorch/runtime/core/event_tracer.h'\n", " adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h'\n", " adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h'\n", " adding 'executorch/include/executorch/runtime/core/freeable_buffer.h'\n", " adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h'\n", " adding 'executorch/include/executorch/runtime/core/memory_allocator.h'\n", " adding 'executorch/include/executorch/runtime/core/result.h'\n", " adding 'executorch/include/executorch/runtime/core/span.h'\n", " adding 'executorch/include/executorch/runtime/core/tag.h'\n", " adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h'\n", " adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/complex.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/device.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/half.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/optional.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h'\n", " adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h'\n", " adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h'\n", " adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h'\n", " adding 'executorch/include/executorch/runtime/kernel/operator_registry.h'\n", " adding 'executorch/include/executorch/runtime/kernel/test/test_util.h'\n", " adding 'executorch/include/executorch/runtime/platform/abort.h'\n", " adding 'executorch/include/executorch/runtime/platform/assert.h'\n", " adding 'executorch/include/executorch/runtime/platform/clock.h'\n", " adding 'executorch/include/executorch/runtime/platform/compiler.h'\n", " adding 'executorch/include/executorch/runtime/platform/log.h'\n", " adding 'executorch/include/executorch/runtime/platform/platform.h'\n", " adding 'executorch/include/executorch/runtime/platform/profiler.h'\n", " adding 'executorch/include/executorch/runtime/platform/runtime.h'\n", " adding 'executorch/include/executorch/runtime/platform/system.h'\n", " adding 'executorch/include/executorch/runtime/platform/types.h'\n", " adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h'\n", " adding 'executorch/kernels/quantized/__init__.py'\n", " adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so'\n", " adding 'executorch/kernels/quantized/quantized.yaml'\n", " adding 'executorch/kernels/quantized/test/supported_features_def.yaml'\n", " adding 'executorch/kernels/quantized/test/test_out_variants.py'\n", " adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py'\n", " adding 'executorch/runtime/__init__.py'\n", " adding 'executorch/runtime/core/exec_aten/util/genScalarTypeTable.py'\n", " adding 'executorch/runtime/kernel/test/functions.yaml'\n", " adding 'executorch/runtime/test/test_runtime.py'\n", " adding 'executorch/schema/program.fbs'\n", " adding 'executorch/schema/scalar_type.fbs'\n", " adding 'executorch/share/cmake/executorch-config.cmake'\n", " adding 'executorch/util/activation_memory_profiler.py'\n", " adding 'executorch/util/python_profiler.py'\n", " adding 'serializer/__init__.py'\n", " adding 'serializer/tosa_serializer.py'\n", " adding 'tosa/ArithmeticRightShiftAttribute.py'\n", " adding 'tosa/Attribute.py'\n", " adding 'tosa/AxisAttribute.py'\n", " adding 'tosa/ClampAttribute.py'\n", " adding 'tosa/CondIfAttribute.py'\n", " adding 'tosa/ConvAttribute.py'\n", " adding 'tosa/CustomAttribute.py'\n", " adding 'tosa/DType.py'\n", " adding 'tosa/FFTAttribute.py'\n", " adding 'tosa/FullyConnectedAttribute.py'\n", " adding 'tosa/MatMulAttribute.py'\n", " adding 'tosa/MulAttribute.py'\n", " adding 'tosa/NegateAttribute.py'\n", " adding 'tosa/Op.py'\n", " adding 'tosa/PadAttribute.py'\n", " adding 'tosa/PoolAttribute.py'\n", " adding 'tosa/RFFTAttribute.py'\n", " adding 'tosa/RescaleAttribute.py'\n", " adding 'tosa/ReshapeAttribute.py'\n", " adding 'tosa/ResizeAttribute.py'\n", " adding 'tosa/ResizeMode.py'\n", " adding 'tosa/SliceAttribute.py'\n", " adding 'tosa/TableAttribute.py'\n", " adding 'tosa/TileAttribute.py'\n", " adding 'tosa/TosaBasicBlock.py'\n", " adding 'tosa/TosaGraph.py'\n", " adding 'tosa/TosaOperator.py'\n", " adding 'tosa/TosaRegion.py'\n", " adding 'tosa/TosaTensor.py'\n", " adding 'tosa/TransposeAttribute.py'\n", " adding 'tosa/TransposeConvAttribute.py'\n", " adding 'tosa/Version.py'\n", " adding 'tosa/WhileLoopAttribute.py'\n", " adding 'tosa/__init__.py'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/LICENSE'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/METADATA'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/WHEEL'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/entry_points.txt'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/top_level.txt'\n", " adding 'executorch-0.5.0a0+dfbf6fd.dist-info/RECORD'\n", " removing pip-out/bdist.linux-x86_64/wheel\n", " Building wheel for executorch (pyproject.toml) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for executorch: filename=executorch-0.5.0a0+dfbf6fd-cp310-cp310-linux_x86_64.whl size=5327489 sha256=82f53acd856e5f27cb3c1d5589596cee4533d4f88ecb9ce8ee77f104b8be0053\n", " Stored in directory: /tmp/pip-ephem-wheel-cache-7f7t1h9t/wheels/d7/45/1c/15bfec46ee4e8c232765726ad2497ddb614cfb05a71728f732\n", "Successfully built executorch\n", "Installing collected packages: sortedcontainers, ruamel.yaml.clib, parameterized, numpy, hypothesis, expecttest, execnet, ruamel.yaml, pytest-xdist, pandas, executorch\n", " Attempting uninstall: numpy\n", " Found existing installation: numpy 1.26.4\n", " Uninstalling numpy-1.26.4:\n", " Removing file or directory /usr/local/bin/f2py\n", " Removing file or directory /usr/local/lib/python3.10/dist-packages/numpy-1.26.4.dist-info/\n", " Removing file or directory /usr/local/lib/python3.10/dist-packages/numpy.libs/\n", " Removing file or directory /usr/local/lib/python3.10/dist-packages/numpy/\n", " Successfully uninstalled numpy-1.26.4\n", " changing mode of /usr/local/bin/f2py to 755\n", " changing mode of /usr/local/bin/f2py3 to 755\n", " changing mode of /usr/local/bin/f2py3.10 to 755\n", " changing mode of /usr/local/bin/hypothesis to 755\n", " Attempting uninstall: pandas\n", " Found existing installation: pandas 2.2.2\n", " Uninstalling pandas-2.2.2:\n", " Removing file or directory /usr/local/lib/python3.10/dist-packages/pandas-2.2.2.dist-info/\n", " Removing file or directory /usr/local/lib/python3.10/dist-packages/pandas/\n", " Successfully uninstalled pandas-2.2.2\n", " changing mode of /usr/local/bin/flatc to 755\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "albucore 0.0.19 requires numpy>=1.24.4, but you have numpy 1.21.3 which is incompatible.\n", "albumentations 1.4.20 requires numpy>=1.24.4, but you have numpy 1.21.3 which is incompatible.\n", "arviz 0.20.0 requires numpy>=1.23.0, but you have numpy 1.21.3 which is incompatible.\n", "astropy 6.1.6 requires numpy>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "bigframes 1.27.0 requires numpy>=1.24.0, but you have numpy 1.21.3 which is incompatible.\n", "chex 0.1.87 requires numpy>=1.24.1, but you have numpy 1.21.3 which is incompatible.\n", "contourpy 1.3.1 requires numpy>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "cudf-cu12 24.10.1 requires numpy<3.0a0,>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "fastai 2.7.18 requires torch<2.6,>=1.10, but you have torch 2.6.0.dev20241007+cpu which is incompatible.\n", "flax 0.8.5 requires numpy>=1.22, but you have numpy 1.21.3 which is incompatible.\n", "geopandas 1.0.1 requires numpy>=1.22, but you have numpy 1.21.3 which is incompatible.\n", "google-colab 1.0.0 requires pandas==2.2.2, but you have pandas 2.0.3 which is incompatible.\n", "ibis-framework 9.2.0 requires numpy<3,>=1.23.2, but you have numpy 1.21.3 which is incompatible.\n", "jax 0.4.33 requires numpy>=1.24, but you have numpy 1.21.3 which is incompatible.\n", "jaxlib 0.4.33 requires numpy>=1.24, but you have numpy 1.21.3 which is incompatible.\n", "mizani 0.13.0 requires numpy>=1.23.5, but you have numpy 1.21.3 which is incompatible.\n", "mizani 0.13.0 requires pandas>=2.2.0, but you have pandas 2.0.3 which is incompatible.\n", "nibabel 5.3.2 requires numpy>=1.22, but you have numpy 1.21.3 which is incompatible.\n", "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 1.21.3 which is incompatible.\n", "numexpr 2.10.1 requires numpy>=1.23.0, but you have numpy 1.21.3 which is incompatible.\n", "nx-cugraph-cu12 24.10.0 requires numpy<3.0a0,>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "pandas-stubs 2.2.2.240909 requires numpy>=1.23.5, but you have numpy 1.21.3 which is incompatible.\n", "plotnine 0.14.1 requires numpy>=1.23.5, but you have numpy 1.21.3 which is incompatible.\n", "plotnine 0.14.1 requires pandas>=2.2.0, but you have pandas 2.0.3 which is incompatible.\n", "pylibraft-cu12 24.10.0 requires numpy<3.0a0,>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "rmm-cu12 24.10.0 requires numpy<3.0a0,>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "scikit-image 0.24.0 requires numpy>=1.23, but you have numpy 1.21.3 which is incompatible.\n", "scipy 1.13.1 requires numpy<2.3,>=1.22.4, but you have numpy 1.21.3 which is incompatible.\n", "statsmodels 0.14.4 requires numpy<3,>=1.22.3, but you have numpy 1.21.3 which is incompatible.\n", "tensorflow 2.17.1 requires numpy<2.0.0,>=1.23.5; python_version <= \"3.11\", but you have numpy 1.21.3 which is incompatible.\n", "tensorstore 0.1.68 requires numpy>=1.22.0, but you have numpy 1.21.3 which is incompatible.\n", "xarray 2024.10.0 requires numpy>=1.24, but you have numpy 1.21.3 which is incompatible.\n", "xarray 2024.10.0 requires pandas>=2.1, but you have pandas 2.0.3 which is incompatible.\n", "xarray-einstats 0.8.0 requires numpy>=1.23, but you have numpy 1.21.3 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed execnet-2.1.1 executorch-0.5.0a0+dfbf6fd expecttest-0.2.1 hypothesis-6.119.4 numpy-1.21.3 pandas-2.0.3 parameterized-0.9.0 pytest-xdist-3.6.1 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.12 sortedcontainers-2.4.0\n" ] } ], "source": [ "import sysconfig; lib_path = sysconfig.get_paths()[\"purelib\"]\n", "! cd /content/executorch; CMAKE_PREFIX_PATH={lib_path} EXECUTORCH_BUILD_XNNPACK=ON bash ./install_requirements.sh --pybind" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "collapsed": true, "id": "xEcuuYbIfE3L", "outputId": "ee630255-dbce-458a-da8c-4cd3793cf2f6" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting snakeviz\n", " Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB)\n", "Requirement already satisfied: sentencepiece in /usr/local/lib/python3.10/dist-packages (0.2.0)\n", "Requirement already satisfied: tornado>=2.0 in /usr/local/lib/python3.10/dist-packages (from snakeviz) (6.3.3)\n", "Downloading snakeviz-2.2.2-py3-none-any.whl (183 kB)\n", "\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/183.5 kB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━\u001b[0m \u001b[32m174.1/183.5 kB\u001b[0m \u001b[31m5.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m183.5/183.5 kB\u001b[0m \u001b[31m4.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: snakeviz\n", "Successfully installed snakeviz-2.2.2\n", "Collecting git+https://github.com/pytorch/ao.git@0916b5b29b092afcbf2b898caae49abe80662bac\n", " Cloning https://github.com/pytorch/ao.git (to revision 0916b5b29b092afcbf2b898caae49abe80662bac) to /tmp/pip-req-build-xgh2k4u6\n", " Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-xgh2k4u6\n", " Running command git rev-parse -q --verify 'sha^0916b5b29b092afcbf2b898caae49abe80662bac'\n", " Running command git fetch -q https://github.com/pytorch/ao.git 0916b5b29b092afcbf2b898caae49abe80662bac\n", " Running command git checkout -q 0916b5b29b092afcbf2b898caae49abe80662bac\n", " Resolved https://github.com/pytorch/ao.git to commit 0916b5b29b092afcbf2b898caae49abe80662bac\n", " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Building wheels for collected packages: torchao\n", " Building wheel for torchao (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for torchao: filename=torchao-0.5.0+git0916b5b2-cp310-cp310-linux_x86_64.whl size=4156207 sha256=62d0a2c3802920991f0b5fb6f7ed91bce05813723943f3303b52e35ca76b74c3\n", " Stored in directory: /root/.cache/pip/wheels/09/a1/0b/ea6cc082439c4a26e121c33f0a44d6e9166521140ef7cdb508\n", "Successfully built torchao\n", "Installing collected packages: torchao\n", "Successfully installed torchao-0.5.0+git0916b5b2\n", "Collecting lm_eval==0.4.2\n", " Downloading lm_eval-0.4.2-py3-none-any.whl.metadata (30 kB)\n", "Requirement already satisfied: accelerate>=0.21.0 in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (1.1.1)\n", "Collecting evaluate (from lm_eval==0.4.2)\n", " Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB)\n", "Collecting datasets>=2.16.0 (from lm_eval==0.4.2)\n", " Downloading datasets-3.1.0-py3-none-any.whl.metadata (20 kB)\n", "Collecting jsonlines (from lm_eval==0.4.2)\n", " Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB)\n", "Requirement already satisfied: numexpr in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (2.10.1)\n", "Requirement already satisfied: peft>=0.2.0 in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (0.13.2)\n", "Collecting pybind11>=2.6.2 (from lm_eval==0.4.2)\n", " Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB)\n", "Collecting pytablewriter (from lm_eval==0.4.2)\n", " Downloading pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB)\n", "Collecting rouge-score>=0.0.4 (from lm_eval==0.4.2)\n", " Downloading rouge_score-0.1.2.tar.gz (17 kB)\n", " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Collecting sacrebleu>=1.5.0 (from lm_eval==0.4.2)\n", " Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m51.8/51.8 kB\u001b[0m \u001b[31m4.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: scikit-learn>=0.24.1 in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (1.5.2)\n", "Collecting sqlitedict (from lm_eval==0.4.2)\n", " Downloading sqlitedict-2.1.0.tar.gz (21 kB)\n", " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Requirement already satisfied: torch>=1.8 in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (2.6.0.dev20241007+cpu)\n", "Collecting tqdm-multiprocess (from lm_eval==0.4.2)\n", " Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB)\n", "Requirement already satisfied: transformers>=4.1 in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (4.42.4)\n", "Collecting zstandard (from lm_eval==0.4.2)\n", " Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)\n", "Collecting dill (from lm_eval==0.4.2)\n", " Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB)\n", "Collecting word2number (from lm_eval==0.4.2)\n", " Downloading word2number-1.1.zip (9.7 kB)\n", " Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n", "Requirement already satisfied: more-itertools in /usr/local/lib/python3.10/dist-packages (from lm_eval==0.4.2) (10.5.0)\n", "Requirement already satisfied: huggingface-hub>=0.21.0 in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (0.26.2)\n", "Requirement already satisfied: numpy<3.0.0,>=1.17 in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (1.21.3)\n", "Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (24.2)\n", "Requirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (5.9.5)\n", "Requirement already satisfied: pyyaml in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (6.0.2)\n", "Requirement already satisfied: safetensors>=0.4.3 in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->lm_eval==0.4.2) (0.4.5)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (3.16.1)\n", "Requirement already satisfied: pyarrow>=15.0.0 in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (17.0.0)\n", "Collecting dill (from lm_eval==0.4.2)\n", " Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB)\n", "Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (2.0.3)\n", "Requirement already satisfied: requests>=2.32.2 in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (2.32.3)\n", "Requirement already satisfied: tqdm>=4.66.3 in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (4.66.6)\n", "Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.2)\n", " Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)\n", "Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.2)\n", " Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB)\n", "Collecting fsspec<=2024.9.0,>=2023.1.0 (from fsspec[http]<=2024.9.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.2)\n", " Downloading fsspec-2024.9.0-py3-none-any.whl.metadata (11 kB)\n", "Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets>=2.16.0->lm_eval==0.4.2) (3.11.2)\n", "Requirement already satisfied: absl-py in /usr/local/lib/python3.10/dist-packages (from rouge-score>=0.0.4->lm_eval==0.4.2) (1.4.0)\n", "Requirement already satisfied: nltk in /usr/local/lib/python3.10/dist-packages (from rouge-score>=0.0.4->lm_eval==0.4.2) (3.9.1)\n", "Requirement already satisfied: six>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from rouge-score>=0.0.4->lm_eval==0.4.2) (1.16.0)\n", "Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.2)\n", " Downloading portalocker-3.0.0-py3-none-any.whl.metadata (8.5 kB)\n", "Requirement already satisfied: regex in /usr/local/lib/python3.10/dist-packages (from sacrebleu>=1.5.0->lm_eval==0.4.2) (2024.9.11)\n", "Requirement already satisfied: tabulate>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from sacrebleu>=1.5.0->lm_eval==0.4.2) (0.9.0)\n", "Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.2)\n", " Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)\n", "Requirement already satisfied: lxml in /usr/local/lib/python3.10/dist-packages (from sacrebleu>=1.5.0->lm_eval==0.4.2) (5.3.0)\n", "Requirement already satisfied: scipy>=1.6.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.24.1->lm_eval==0.4.2) (1.13.1)\n", "Requirement already satisfied: joblib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.24.1->lm_eval==0.4.2) (1.4.2)\n", "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.24.1->lm_eval==0.4.2) (3.5.0)\n", "Requirement already satisfied: typing-extensions>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from torch>=1.8->lm_eval==0.4.2) (4.12.2)\n", "Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch>=1.8->lm_eval==0.4.2) (3.4.2)\n", "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.8->lm_eval==0.4.2) (3.1.4)\n", "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.10/dist-packages (from torch>=1.8->lm_eval==0.4.2) (1.13.1)\n", "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from sympy==1.13.1->torch>=1.8->lm_eval==0.4.2) (1.3.0)\n", "Requirement already satisfied: tokenizers<0.20,>=0.19 in /usr/local/lib/python3.10/dist-packages (from transformers>=4.1->lm_eval==0.4.2) (0.19.1)\n", "Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonlines->lm_eval==0.4.2) (24.2.0)\n", "Collecting numpy<3.0.0,>=1.17 (from accelerate>=0.21.0->lm_eval==0.4.2)\n", " Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m61.0/61.0 kB\u001b[0m \u001b[31m5.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: setuptools>=38.3.0 in /usr/local/lib/python3.10/dist-packages (from pytablewriter->lm_eval==0.4.2) (75.1.0)\n", "Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm_eval==0.4.2)\n", " Downloading DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB)\n", "Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.2)\n", " Downloading mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB)\n", "Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.2)\n", " Downloading pathvalidate-3.2.1-py3-none-any.whl.metadata (12 kB)\n", "Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.2)\n", " Downloading tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB)\n", "Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.2)\n", " Downloading tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB)\n", "Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.2)\n", " Downloading typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB)\n", "Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (2.4.3)\n", "Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (1.3.1)\n", "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (1.5.0)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (6.1.0)\n", "Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (0.2.0)\n", "Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (1.17.2)\n", "Requirement already satisfied: async-timeout<6.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.2) (4.0.3)\n", "Requirement already satisfied: chardet<6,>=3.0.4 in /usr/local/lib/python3.10/dist-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.2) (5.2.0)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.2) (3.4.0)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.2) (3.10)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.2) (2.2.3)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.2) (2024.8.30)\n", "Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.2) (2.8.2)\n", "Requirement already satisfied: pytz>=2018.9 in /usr/local/lib/python3.10/dist-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.2) (2024.2)\n", "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch>=1.8->lm_eval==0.4.2) (3.0.2)\n", "Requirement already satisfied: click in /usr/local/lib/python3.10/dist-packages (from nltk->rouge-score>=0.0.4->lm_eval==0.4.2) (8.1.7)\n", "Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.2) (2024.2)\n", "Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/1.4 MB\u001b[0m \u001b[31m38.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading datasets-3.1.0-py3-none-any.whl (480 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m480.6/480.6 kB\u001b[0m \u001b[31m37.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading dill-0.3.8-py3-none-any.whl (116 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m116.3/116.3 kB\u001b[0m \u001b[31m11.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading evaluate-0.4.3-py3-none-any.whl (84 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m84.0/84.0 kB\u001b[0m \u001b[31m8.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pybind11-2.13.6-py3-none-any.whl (243 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m243.3/243.3 kB\u001b[0m \u001b[31m23.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading sacrebleu-2.4.3-py3-none-any.whl (103 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m104.0/104.0 kB\u001b[0m \u001b[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB)\n", "Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m111.1/111.1 kB\u001b[0m \u001b[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB)\n", "Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.4/5.4 MB\u001b[0m \u001b[31m98.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading DataProperty-1.0.1-py3-none-any.whl (27 kB)\n", "Downloading fsspec-2024.9.0-py3-none-any.whl (179 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m179.3/179.3 kB\u001b[0m \u001b[31m17.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB)\n", "Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.8/134.8 kB\u001b[0m \u001b[31m10.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m18.2/18.2 MB\u001b[0m \u001b[31m81.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pathvalidate-3.2.1-py3-none-any.whl (23 kB)\n", "Downloading tabledata-1.3.3-py3-none-any.whl (11 kB)\n", "Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB)\n", "Downloading typepy-1.3.2-py3-none-any.whl (31 kB)\n", "Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)\n", "Downloading portalocker-3.0.0-py3-none-any.whl (19 kB)\n", "Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.1/194.1 kB\u001b[0m \u001b[31m19.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number\n", " Building wheel for rouge-score (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=d4651dc6db8fb79515ee63faf3185c1cc7decb3fc39fd4f4e99514eeaba38a14\n", " Stored in directory: /root/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4\n", " Building wheel for sqlitedict (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=dd46e96c9491accc5cf302966bb63668a743c5cf9e169c9ccf69ec2c559f890c\n", " Stored in directory: /root/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd\n", " Building wheel for word2number (setup.py) ... \u001b[?25l\u001b[?25hdone\n", " Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5568 sha256=8ccc1c033ea4d80372283c15f9ea96daaf579bb750ef9f92dee74e29751ab875\n", " Stored in directory: /root/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b\n", "Successfully built rouge-score sqlitedict word2number\n", "Installing collected packages: word2number, sqlitedict, zstandard, xxhash, tcolorpy, pybind11, portalocker, pathvalidate, numpy, mbstrdecoder, jsonlines, fsspec, dill, colorama, typepy, tqdm-multiprocess, sacrebleu, rouge-score, multiprocess, DataProperty, tabledata, datasets, pytablewriter, evaluate, lm_eval\n", " Attempting uninstall: numpy\n", " Found existing installation: numpy 1.21.3\n", " Uninstalling numpy-1.21.3:\n", " Successfully uninstalled numpy-1.21.3\n", " Attempting uninstall: fsspec\n", " Found existing installation: fsspec 2024.10.0\n", " Uninstalling fsspec-2024.10.0:\n", " Successfully uninstalled fsspec-2024.10.0\n", "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", "executorch 0.5.0a0+dfbf6fd requires numpy==1.21.3; python_version == \"3.10\", but you have numpy 1.26.4 which is incompatible.\n", "gcsfs 2024.10.0 requires fsspec==2024.10.0, but you have fsspec 2024.9.0 which is incompatible.\n", "mizani 0.13.0 requires pandas>=2.2.0, but you have pandas 2.0.3 which is incompatible.\n", "plotnine 0.14.1 requires pandas>=2.2.0, but you have pandas 2.0.3 which is incompatible.\n", "xarray 2024.10.0 requires pandas>=2.1, but you have pandas 2.0.3 which is incompatible.\u001b[0m\u001b[31m\n", "\u001b[0mSuccessfully installed DataProperty-1.0.1 colorama-0.4.6 datasets-3.1.0 dill-0.3.8 evaluate-0.4.3 fsspec-2024.9.0 jsonlines-4.0.0 lm_eval-0.4.2 mbstrdecoder-1.1.3 multiprocess-0.70.16 numpy-1.26.4 pathvalidate-3.2.1 portalocker-3.0.0 pybind11-2.13.6 pytablewriter-1.2.0 rouge-score-0.1.2 sacrebleu-2.4.3 sqlitedict-2.1.0 tabledata-1.3.3 tcolorpy-0.1.6 tqdm-multiprocess-0.0.11 typepy-1.3.2 word2number-1.1 xxhash-3.5.0 zstandard-0.23.0\n", "Collecting tiktoken\n", " Downloading tiktoken-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)\n", "Collecting blobfile\n", " Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB)\n", "Requirement already satisfied: regex>=2022.1.18 in /usr/local/lib/python3.10/dist-packages (from tiktoken) (2024.9.11)\n", "Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/dist-packages (from tiktoken) (2.32.3)\n", "Collecting pycryptodomex>=3.8 (from blobfile)\n", " Downloading pycryptodomex-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB)\n", "Requirement already satisfied: urllib3<3,>=1.25.3 in /usr/local/lib/python3.10/dist-packages (from blobfile) (2.2.3)\n", "Requirement already satisfied: lxml>=4.9 in /usr/local/lib/python3.10/dist-packages (from blobfile) (5.3.0)\n", "Requirement already satisfied: filelock>=3.0 in /usr/local/lib/python3.10/dist-packages (from blobfile) (3.16.1)\n", "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.26.0->tiktoken) (3.4.0)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.26.0->tiktoken) (3.10)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.26.0->tiktoken) (2024.8.30)\n", "Downloading tiktoken-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m24.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading blobfile-3.0.0-py3-none-any.whl (75 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m75.4/75.4 kB\u001b[0m \u001b[31m8.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hDownloading pycryptodomex-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.3/2.3 MB\u001b[0m \u001b[31m76.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: pycryptodomex, tiktoken, blobfile\n", "Successfully installed blobfile-3.0.0 pycryptodomex-3.21.0 tiktoken-0.8.0\n", "Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module\n" ] } ], "source": [ "!cd /content/executorch; examples/models/llama/install_requirements.sh" ] }, { "cell_type": "markdown", "metadata": { "id": "UX-ZS052fP6D" }, "source": [ "## **Step 2. Download Llama 3.2 1B/3B models**" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 37, "referenced_widgets": [ "9f64498a95144320aef59e47f18e2744", "b1b6b37c375d41d4b2aa5f802292d149" ] }, "id": "NdxXanGhfVAf", "outputId": "0f555520-57af-4d05-8aab-886dd68349d1" }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "9f64498a95144320aef59e47f18e2744", "version_major": 2, "version_minor": 0 }, "text/plain": [ "VBox(children=(HTML(value='
XnnpackDynamicallyQuantizedPartitioner\n", "/usr/local/lib/python3.10/dist-packages/executorch/exir/emit/_emitter.py:1512: UserWarning: Mutation on a buffer in the model is detected. ExecuTorch assumes buffers that are mutated in the graph have a meaningless initial state, only the shape and dtype will be serialized.\n", " warnings.warn(\n", "INFO:root:Required memory for activation in bytes: [0, 53125120]\n", "modelname: llama3_2\n", "output_file: llama3_2.pte\n", "INFO:root:Saved exported program to llama3_2.pte\n" ] } ] }, { "cell_type": "code", "source": [ "!mv /content/executorch/llama3_2.pte /content/models/Llama-3.2-1B/original/" ], "metadata": { "id": "zUuAOYHFnkUN" }, "execution_count": 23, "outputs": [] }, { "cell_type": "markdown", "source": [ "## **Step 4: Upload to HF**" ], "metadata": { "id": "Snc1WPJlr-kQ" } }, { "cell_type": "code", "source": [ "!huggingface-cli upload executorch-community/Llama-3.2-1B-ET /content/models/Llama-3.2-1B/original/ --exclude=\"*.pth\"" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "50Yfwy6JppOp", "outputId": "caa4be76-0dae-4320-904d-53279938b072" }, "execution_count": 24, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "Consider using `hf_transfer` for faster uploads. This solution comes with some limitations. See https://huggingface.co/docs/huggingface_hub/hf_transfer for more details.\n", "Start hashing 3 files.\n", "Finished hashing 3 files.\n", "Upload 2 LFS files: 0% 0/2 [00:00