ai-edge-torch


Nameai-edge-torch JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/google-ai-edge/ai-edge-torch
SummarySupporting PyTorch models with the Google AI Edge TFLite runtime.
upload_time2025-08-22 01:37:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords on-device ml ai google tflite pytorch llms genai
VCS
bugtrack_url
requirements absl-py torch torchvision torchaudio tf-nightly ai-edge-litert-nightly ai-edge-quantizer-nightly jax torch-xla2 scipy numpy tabulate safetensors kagglehub transformers multipledispatch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Library that supports converting PyTorch models into a .tflite format, which can
then be run with TensorFlow Lite and MediaPipe.  This enables applications for
Android, iOS and IOT that can run models completely on-device.

[Install steps](https://github.com/google-ai-edge/ai-edge-torch#installation)
and additional details are in the AI Edge Torch
[GitHub repository](https://github.com/google-ai-edge/ai-edge-torch).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google-ai-edge/ai-edge-torch",
    "name": "ai-edge-torch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "On-Device ML, AI, Google, TFLite, PyTorch, LLMs, GenAI",
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "Library that supports converting PyTorch models into a .tflite format, which can\nthen be run with TensorFlow Lite and MediaPipe.  This enables applications for\nAndroid, iOS and IOT that can run models completely on-device.\n\n[Install steps](https://github.com/google-ai-edge/ai-edge-torch#installation)\nand additional details are in the AI Edge Torch\n[GitHub repository](https://github.com/google-ai-edge/ai-edge-torch).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Supporting PyTorch models with the Google AI Edge TFLite runtime.",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/google-ai-edge/ai-edge-torch"
    },
    "split_keywords": [
        "on-device ml",
        " ai",
        " google",
        " tflite",
        " pytorch",
        " llms",
        " genai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6543dda6187ea064916c62497d9c4e24ccc8f2de85250ad0e92de457fe145400",
                "md5": "eb2ba796f770cc417e5b1b20721baee5",
                "sha256": "a7510a87ff70efa003c4a6cb29550385f88250e1285cd5d296fbaa62ccacd691"
            },
            "downloads": -1,
            "filename": "ai_edge_torch-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb2ba796f770cc417e5b1b20721baee5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 439370,
            "upload_time": "2025-08-22T01:37:42",
            "upload_time_iso_8601": "2025-08-22T01:37:42.632919Z",
            "url": "https://files.pythonhosted.org/packages/65/43/dda6187ea064916c62497d9c4e24ccc8f2de85250ad0e92de457fe145400/ai_edge_torch-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 01:37:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google-ai-edge",
    "github_project": "ai-edge-torch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "absl-py",
            "specs": []
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "torchvision",
            "specs": [
                [
                    "==",
                    "0.23.0"
                ]
            ]
        },
        {
            "name": "torchaudio",
            "specs": [
                [
                    "==",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "tf-nightly",
            "specs": [
                [
                    ">=",
                    "2.21.0.dev20250818"
                ]
            ]
        },
        {
            "name": "ai-edge-litert-nightly",
            "specs": []
        },
        {
            "name": "ai-edge-quantizer-nightly",
            "specs": []
        },
        {
            "name": "jax",
            "specs": []
        },
        {
            "name": "torch-xla2",
            "specs": [
                [
                    ">=",
                    "0.0.1.dev20241201"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        },
        {
            "name": "safetensors",
            "specs": []
        },
        {
            "name": "kagglehub",
            "specs": []
        },
        {
            "name": "transformers",
            "specs": []
        },
        {
            "name": "multipledispatch",
            "specs": []
        }
    ],
    "lcname": "ai-edge-torch"
}
        
Elapsed time: 3.34044s