intel-extension-for-pytorch-deepspeed


Nameintel-extension-for-pytorch-deepspeed JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/intel/intel-extension-for-deepspeed
SummaryIntel® Extension for DeepSpeed*
upload_time2024-04-02 04:06:22
maintainerNone
docs_urlNone
authorIntel Corporation
requires_pythonNone
licensehttps://opensource.org/license/mit
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Intel® Extension for DeepSpeed*
Intel® Extension for DeepSpeed* is an extension that brings Intel GPU (XPU) support to DeepSpeed(https://github.com/Microsoft/DeepSpeed). It comes with the following components:
1. DeepSpeed Accelerator Interface implementation
2. DeepSpeed op builder implementation for XPU
3. DeepSpeed op builder kernel code

DeepSpeed would automatically use Intel® Extension for DeepSpeed* when it is installed as a python package.   After installation, models ported for DeepSpeed Accelerator Interface that run on DeepSpeed could run on Intel GPU device.

## Installation

1. Install Intel® Extension for PyTorch* following [Installation Guide](https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/installation.html)

2. Install Intel® Extension for DeepSpeed*
```python
pip install intel-extension-for-deepspeed
```
 Or, you can build from source:
```python
source ${DPCPPROOT}/env/vars.sh
python setup.py install
```
Generally, DPCPPROOT is /opt/intel/oneapi/compiler/latest for root account, ${HOME}/intel/oneapi/compiler/latest for other accounts.

3. Install DeepSpeed

```python
pip install deepspeed
```
## Get Started
Refer to [examples](https://github.com/intel/intel-extension-for-deepspeed/tree/main/examples#readme)


## Security Policy
Please report security issues or vulnerabilities to the [Intel Security Center].

For more information on how Intel works to resolve security issues, see
[Vulnerability Handling Guidelines].

[Intel Security Center]:https://www.intel.com/security
[Vulnerability Handling Guidelines]:https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/intel/intel-extension-for-deepspeed",
    "name": "intel-extension-for-pytorch-deepspeed",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Intel Corporation",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Intel\u00ae Extension for DeepSpeed*\nIntel\u00ae Extension for DeepSpeed* is an extension that brings Intel GPU (XPU) support to DeepSpeed(https://github.com/Microsoft/DeepSpeed). It comes with the following components:\n1. DeepSpeed Accelerator Interface implementation\n2. DeepSpeed op builder implementation for XPU\n3. DeepSpeed op builder kernel code\n\nDeepSpeed would automatically use Intel\u00ae Extension for DeepSpeed* when it is installed as a python package.   After installation, models ported for DeepSpeed Accelerator Interface that run on DeepSpeed could run on Intel GPU device.\n\n## Installation\n\n1. Install Intel\u00ae Extension for PyTorch* following [Installation Guide](https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/installation.html)\n\n2. Install Intel\u00ae Extension for DeepSpeed*\n```python\npip install intel-extension-for-deepspeed\n```\n Or, you can build from source:\n```python\nsource ${DPCPPROOT}/env/vars.sh\npython setup.py install\n```\nGenerally, DPCPPROOT is /opt/intel/oneapi/compiler/latest for root account, ${HOME}/intel/oneapi/compiler/latest for other accounts.\n\n3. Install DeepSpeed\n\n```python\npip install deepspeed\n```\n## Get Started\nRefer to [examples](https://github.com/intel/intel-extension-for-deepspeed/tree/main/examples#readme)\n\n\n## Security Policy\nPlease report security issues or vulnerabilities to the [Intel Security Center].\n\nFor more information on how Intel works to resolve security issues, see\n[Vulnerability Handling Guidelines].\n\n[Intel Security Center]:https://www.intel.com/security\n[Vulnerability Handling Guidelines]:https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html\n",
    "bugtrack_url": null,
    "license": "https://opensource.org/license/mit",
    "summary": "Intel\u00ae Extension for DeepSpeed*",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/intel/intel-extension-for-deepspeed"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79ecc66e51d2a26a051ef131d580757b2534bbefc8f2038c9b29316c19a3b1f7",
                "md5": "f0125138a5de85f7003d82948f021d39",
                "sha256": "f378aa6beb5283cb30ca0003677788c1a5e9814bce5522d0300f6ba419bbe6ca"
            },
            "downloads": -1,
            "filename": "intel_extension_for_pytorch_deepspeed-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0125138a5de85f7003d82948f021d39",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 226162,
            "upload_time": "2024-04-02T04:06:22",
            "upload_time_iso_8601": "2024-04-02T04:06:22.382118Z",
            "url": "https://files.pythonhosted.org/packages/79/ec/c66e51d2a26a051ef131d580757b2534bbefc8f2038c9b29316c19a3b1f7/intel_extension_for_pytorch_deepspeed-0.0.1-py3-none-any.whl",
            "yanked": true,
            "yanked_reason": "Not a valid distribution"
        }
    ],
    "upload_time": "2024-04-02 04:06:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "intel",
    "github_project": "intel-extension-for-deepspeed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "intel-extension-for-pytorch-deepspeed"
}
        
Elapsed time: 0.22002s