ai-edge-torch-nightly


Nameai-edge-torch-nightly JSON
Version 0.3.0.dev20241216 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_time2024-12-16 10:15:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords on-device ml ai google tflite pytorch llms genai
VCS
bugtrack_url
requirements torch torchvision torchaudio tf-nightly ai-edge-litert-nightly ai-edge-quantizer-nightly jax torch-xla2 scipy numpy tabulate safetensors kagglehub transformers
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-nightly",
    "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.3.0.dev20241216",
    "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": "",
            "digests": {
                "blake2b_256": "8e0e34ef05dbcf23a61f69bb9fb1044666340640c40e7d3bb59acb4184df258b",
                "md5": "744e0edb090815568fc6dd45c31d32fb",
                "sha256": "bd1710ebcc64094118345067124fd863312da9150387340637d51fab0f29b510"
            },
            "downloads": -1,
            "filename": "ai_edge_torch_nightly-0.3.0.dev20241216-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "744e0edb090815568fc6dd45c31d32fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 328765,
            "upload_time": "2024-12-16T10:15:18",
            "upload_time_iso_8601": "2024-12-16T10:15:18.822456Z",
            "url": "https://files.pythonhosted.org/packages/8e/0e/34ef05dbcf23a61f69bb9fb1044666340640c40e7d3bb59acb4184df258b/ai_edge_torch_nightly-0.3.0.dev20241216-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 10:15:18",
    "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": "torch",
            "specs": [
                [
                    "==",
                    "2.5.1+cpu"
                ]
            ]
        },
        {
            "name": "torchvision",
            "specs": [
                [
                    "==",
                    "0.20.1+cpu"
                ]
            ]
        },
        {
            "name": "torchaudio",
            "specs": [
                [
                    "==",
                    "2.5.1+cpu"
                ]
            ]
        },
        {
            "name": "tf-nightly",
            "specs": [
                [
                    ">=",
                    "2.19.0.dev20241201"
                ]
            ]
        },
        {
            "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": []
        }
    ],
    "lcname": "ai-edge-torch-nightly"
}
        
Elapsed time: 0.43834s