executorch


Nameexecutorch JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryOn-device AI across mobile, embedded and edge for PyTorch
upload_time2024-04-29 23:46:36
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseBSD License For "ExecuTorch" software Copyright (c) Meta Platforms, Inc. and affiliates. Copyright 2023 Arm Limited and/or its affiliates. Copyright (c) Qualcomm Innovation Center, Inc. Copyright (c) 2023 Apple Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name Meta nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords pytorch machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **ExecuTorch** is a [PyTorch](https://pytorch.org/) platform that provides
infrastructure to run PyTorch programs everywhere from AR/VR wearables to
standard on-device iOS and Android mobile deployments. One of the main goals for
ExecuTorch is to enable wider customization and deployment capabilities of the
PyTorch programs.

The `executorch` pip package is in alpha.
* Required python version: `==3.10`
* Compatible systems: Linux x86_64, macOS aarch64

The prebuilt `executorch.extension.pybindings.portable_lib` module included in
this package provides a way to run ExecuTorch `.pte` files, with some
restrictions:
* Only [core ATen
  operators](https://pytorch.org/executorch/stable/ir-ops-set-definition.html)
  are linked into the prebuilt module
* Only the [XNNPACK backend
  delegate](https://pytorch.org/executorch/main/native-delegates-executorch-xnnpack-delegate.html)
  is linked into the prebuilt module

Please visit the [ExecuTorch website](https://pytorch.org/executorch/) for
tutorials and documentation. Here are some starting points:
* [Getting
  Started](https://pytorch.org/executorch/stable/getting-started-setup.html)
  * Set up the ExecuTorch environment and run PyTorch models locally.
* [Working with
  local LLMs](https://pytorch.org/executorch/stable/llm/getting-started.html)
  * Learn how to use ExecuTorch to export and accelerate a large-language model
    from scratch.
* [Exporting to
  ExecuTorch](https://pytorch.org/executorch/main/tutorials/export-to-executorch-tutorial.html)
  * Learn the fundamentals of exporting a PyTorch `nn.Module` to ExecuTorch, and
    optimizing its performance using quantization and hardware delegation.
* Running LLaMA on
  [iOS](https://pytorch.org/executorch/stable/llm/llama-demo-ios.html) and
  [Android](https://pytorch.org/executorch/stable/llm/llama-demo-android.html)
  devices.
  * Build and run LLaMA in a demo mobile app, and learn how to integrate models
    with your own apps.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "executorch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pytorch, machine learning",
    "author": null,
    "author_email": "PyTorch Team <packages@pytorch.org>",
    "download_url": null,
    "platform": null,
    "description": "**ExecuTorch** is a [PyTorch](https://pytorch.org/) platform that provides\ninfrastructure to run PyTorch programs everywhere from AR/VR wearables to\nstandard on-device iOS and Android mobile deployments. One of the main goals for\nExecuTorch is to enable wider customization and deployment capabilities of the\nPyTorch programs.\n\nThe `executorch` pip package is in alpha.\n* Required python version: `==3.10`\n* Compatible systems: Linux x86_64, macOS aarch64\n\nThe prebuilt `executorch.extension.pybindings.portable_lib` module included in\nthis package provides a way to run ExecuTorch `.pte` files, with some\nrestrictions:\n* Only [core ATen\n  operators](https://pytorch.org/executorch/stable/ir-ops-set-definition.html)\n  are linked into the prebuilt module\n* Only the [XNNPACK backend\n  delegate](https://pytorch.org/executorch/main/native-delegates-executorch-xnnpack-delegate.html)\n  is linked into the prebuilt module\n\nPlease visit the [ExecuTorch website](https://pytorch.org/executorch/) for\ntutorials and documentation. Here are some starting points:\n* [Getting\n  Started](https://pytorch.org/executorch/stable/getting-started-setup.html)\n  * Set up the ExecuTorch environment and run PyTorch models locally.\n* [Working with\n  local LLMs](https://pytorch.org/executorch/stable/llm/getting-started.html)\n  * Learn how to use ExecuTorch to export and accelerate a large-language model\n    from scratch.\n* [Exporting to\n  ExecuTorch](https://pytorch.org/executorch/main/tutorials/export-to-executorch-tutorial.html)\n  * Learn the fundamentals of exporting a PyTorch `nn.Module` to ExecuTorch, and\n    optimizing its performance using quantization and hardware delegation.\n* Running LLaMA on\n  [iOS](https://pytorch.org/executorch/stable/llm/llama-demo-ios.html) and\n  [Android](https://pytorch.org/executorch/stable/llm/llama-demo-android.html)\n  devices.\n  * Build and run LLaMA in a demo mobile app, and learn how to integrate models\n    with your own apps.\n",
    "bugtrack_url": null,
    "license": "BSD License For \"ExecuTorch\" software Copyright (c) Meta Platforms, Inc. and affiliates. Copyright 2023 Arm Limited and/or its affiliates. Copyright (c) Qualcomm Innovation Center, Inc. Copyright (c) 2023 Apple Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name Meta nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "On-device AI across mobile, embedded and edge for PyTorch",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://github.com/pytorch/executorch/releases",
        "Homepage": "https://pytorch.org/executorch/",
        "Issues": "https://github.com/pytorch/executorch/issues",
        "Repository": "https://github.com/pytorch/executorch"
    },
    "split_keywords": [
        "pytorch",
        " machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2129bcdc6dc409786c36ba768af9f4fe9cd6dc198b97c07bde7ce7430778d83a",
                "md5": "175b629aa0df73d4a79eeb39d638f9fa",
                "sha256": "f119e81b96433d5aacd2afec56f980710e925a295de9e1f18331ae823a4b69c5"
            },
            "downloads": -1,
            "filename": "executorch-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "175b629aa0df73d4a79eeb39d638f9fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 12454516,
            "upload_time": "2024-04-29T23:46:36",
            "upload_time_iso_8601": "2024-04-29T23:46:36.269949Z",
            "url": "https://files.pythonhosted.org/packages/21/29/bcdc6dc409786c36ba768af9f4fe9cd6dc198b97c07bde7ce7430778d83a/executorch-0.2.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9603a55bedbf1b1a2dda9bef981b55876b71e6b4b4b32cc0fb5064523c8b54c8",
                "md5": "e33911dd3e26518a0a3ccadc110759a0",
                "sha256": "4a2fccb38534995a6fa423966e0be312fe81493eac21a07f8230995d71a43e9d"
            },
            "downloads": -1,
            "filename": "executorch-0.2.0-cp310-cp310-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e33911dd3e26518a0a3ccadc110759a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 12584925,
            "upload_time": "2024-04-29T23:46:32",
            "upload_time_iso_8601": "2024-04-29T23:46:32.913390Z",
            "url": "https://files.pythonhosted.org/packages/96/03/a55bedbf1b1a2dda9bef981b55876b71e6b4b4b32cc0fb5064523c8b54c8/executorch-0.2.0-cp310-cp310-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 23:46:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytorch",
    "github_project": "executorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "executorch"
}
        
Elapsed time: 0.23624s