optimum-pipelines


Nameoptimum-pipelines JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAn inference pipelines framework for optimum.
upload_time2024-10-28 12:04:18
maintainerNone
docs_urlNone
authorDavid Corvoysier
requires_python>=3.9.0
licenseApache-2.0
keywords inference machine-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Optimum Pipelines

🤗 `optimum-pipelines` is a framework for maintaining and contributing inference pipelines for [Hugging Face hub models](https://huggingface.co/models).

The pipelines are objects implementing workflows corresponding to several tasks applied to hub models.

They provide a unified API for local or remote inference, with a dedicated [JSON schema](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) for each task.

## Building the package

```shell
$ make package
```

## Running the tests

First, install the package:

```shell
$ python -m pip install dist/optimum_pipelines-<version>.tar.gz
```

```shell
$ make test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "optimum-pipelines",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "\"HuggingFace Inc. Special Ops Team\" <hardware@huggingface.co>",
    "keywords": "inference, machine-learning",
    "author": "David Corvoysier",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f0/eb/0884838e54e7e4e6ba0056c15ef5e016b14883071687c58e91a462681abc/optimum_pipelines-0.0.1.tar.gz",
    "platform": null,
    "description": "# Optimum Pipelines\n\n\ud83e\udd17 `optimum-pipelines` is a framework for maintaining and contributing inference pipelines for [Hugging Face hub models](https://huggingface.co/models).\n\nThe pipelines are objects implementing workflows corresponding to several tasks applied to hub models.\n\nThey provide a unified API for local or remote inference, with a dedicated [JSON schema](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) for each task.\n\n## Building the package\n\n```shell\n$ make package\n```\n\n## Running the tests\n\nFirst, install the package:\n\n```shell\n$ python -m pip install dist/optimum_pipelines-<version>.tar.gz\n```\n\n```shell\n$ make test\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An inference pipelines framework for optimum.",
    "version": "0.0.1",
    "project_urls": {
        "homepage": "https://github.com/huggingface/optimum-pipelines"
    },
    "split_keywords": [
        "inference",
        " machine-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10a8464be5e44ee62c61d1b3c62f6bc8dbde4b31f86848bd96dcd802834f2490",
                "md5": "479939d1168ca8ff65107e11aeea42fc",
                "sha256": "7a4d169d617f6a3a8ed8dcd56b87d26e7c8cafb03b51042d3489e092028b447d"
            },
            "downloads": -1,
            "filename": "optimum_pipelines-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "479939d1168ca8ff65107e11aeea42fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 78352,
            "upload_time": "2024-10-28T12:04:30",
            "upload_time_iso_8601": "2024-10-28T12:04:30.947369Z",
            "url": "https://files.pythonhosted.org/packages/10/a8/464be5e44ee62c61d1b3c62f6bc8dbde4b31f86848bd96dcd802834f2490/optimum_pipelines-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0eb0884838e54e7e4e6ba0056c15ef5e016b14883071687c58e91a462681abc",
                "md5": "01b7fda4cee6703455dbc06b229a05d5",
                "sha256": "90ae806fea8fe84fc7b62b8a680f149ba72a47869dfb9cc184ac95484f7cd1e0"
            },
            "downloads": -1,
            "filename": "optimum_pipelines-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "01b7fda4cee6703455dbc06b229a05d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 38806,
            "upload_time": "2024-10-28T12:04:18",
            "upload_time_iso_8601": "2024-10-28T12:04:18.501873Z",
            "url": "https://files.pythonhosted.org/packages/f0/eb/0884838e54e7e4e6ba0056c15ef5e016b14883071687c58e91a462681abc/optimum_pipelines-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 12:04:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "huggingface",
    "github_project": "optimum-pipelines",
    "github_not_found": true,
    "lcname": "optimum-pipelines"
}
        
Elapsed time: 0.36064s