Name | llama-index-llms-ipex-llm JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | llama-index llms ipex-llm integration |
upload_time | 2024-11-18 02:26:07 |
maintainer | None |
docs_url | None |
author | Your Name |
requires_python | <3.12,>=3.9 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# LlamaIndex Llms Integration: IPEX-LLM
[IPEX-LLM](https://github.com/intel-analytics/ipex-llm) is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency. This module enables the use of LLMs optimized with `ipex-llm` in LlamaIndex pipelines.
## Installation
### On CPU
```bash
pip install llama-index-llms-ipex-llm
```
### On GPU
```bash
pip install llama-index-llms-ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
```
## Usage
```python
from llama_index.llms.ipex_llm import IpexLLM
```
## Examples
- [Notebook Example](https://docs.llamaindex.ai/en/stable/examples/llm/ipex_llm/)
- [More Examples](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples)
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-llms-ipex-llm",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Your Name",
"author_email": "you@example.com",
"download_url": "https://files.pythonhosted.org/packages/e0/be/70465ee8e32f9838eb856db9c2f1f6a248ecee40f94cdb68d81cb80a69f4/llama_index_llms_ipex_llm-0.3.0.tar.gz",
"platform": null,
"description": "# LlamaIndex Llms Integration: IPEX-LLM\n\n[IPEX-LLM](https://github.com/intel-analytics/ipex-llm) is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency. This module enables the use of LLMs optimized with `ipex-llm` in LlamaIndex pipelines.\n\n## Installation\n\n### On CPU\n\n```bash\npip install llama-index-llms-ipex-llm\n```\n\n### On GPU\n\n```bash\npip install llama-index-llms-ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/\n```\n\n## Usage\n\n```python\nfrom llama_index.llms.ipex_llm import IpexLLM\n```\n\n## Examples\n\n- [Notebook Example](https://docs.llamaindex.ai/en/stable/examples/llm/ipex_llm/)\n- [More Examples](https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/llms/llama-index-llms-ipex-llm/examples)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "llama-index llms ipex-llm integration",
"version": "0.3.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "90c903f58c7ffeab122704fedcd2899335b383016a42fd33d668cbd1bd58858b",
"md5": "ce0feaa7b201387794e3652de20ac647",
"sha256": "99d39fdfc4ef8a7672d69710116cb095376eb6eda63cc5de16f011268b88032b"
},
"downloads": -1,
"filename": "llama_index_llms_ipex_llm-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce0feaa7b201387794e3652de20ac647",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.9",
"size": 6513,
"upload_time": "2024-11-18T02:26:06",
"upload_time_iso_8601": "2024-11-18T02:26:06.207335Z",
"url": "https://files.pythonhosted.org/packages/90/c9/03f58c7ffeab122704fedcd2899335b383016a42fd33d668cbd1bd58858b/llama_index_llms_ipex_llm-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e0be70465ee8e32f9838eb856db9c2f1f6a248ecee40f94cdb68d81cb80a69f4",
"md5": "fdb49f41416494d1114c893174203c1d",
"sha256": "ed2d68cd0c9849db11c3b815b14fe8d9c856347e07a33301bc3270369a2c9995"
},
"downloads": -1,
"filename": "llama_index_llms_ipex_llm-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "fdb49f41416494d1114c893174203c1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.9",
"size": 6824,
"upload_time": "2024-11-18T02:26:07",
"upload_time_iso_8601": "2024-11-18T02:26:07.772276Z",
"url": "https://files.pythonhosted.org/packages/e0/be/70465ee8e32f9838eb856db9c2f1f6a248ecee40f94cdb68d81cb80a69f4/llama_index_llms_ipex_llm-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-18 02:26:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-llms-ipex-llm"
}