# 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 implmentation 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-deepspeed",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Intel Corporation",
"author_email": "",
"download_url": "",
"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 implmentation 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\n\n",
"bugtrack_url": null,
"license": "https://opensource.org/license/mit",
"summary": "Intel\u00ae Extension for DeepSpeed*",
"version": "0.9.4",
"project_urls": {
"Homepage": "https://github.com/intel/intel-extension-for-deepspeed"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "19d9657b51673365943bc6d1ab5aa09e460cd8dfd36f1b648b9eecf1c3b67190",
"md5": "418cb4cc4228b6c3f050322027f4a8d3",
"sha256": "7667f3ba3d7dda749eedc0365e5974da25f633ec8b8304d0b63bb164c658ba1f"
},
"downloads": -1,
"filename": "intel_extension_for_deepspeed-0.9.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "418cb4cc4228b6c3f050322027f4a8d3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 120094,
"upload_time": "2023-06-29T10:41:37",
"upload_time_iso_8601": "2023-06-29T10:41:37.657670Z",
"url": "https://files.pythonhosted.org/packages/19/d9/657b51673365943bc6d1ab5aa09e460cd8dfd36f1b648b9eecf1c3b67190/intel_extension_for_deepspeed-0.9.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-29 10:41:37",
"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-deepspeed"
}