llama-index-llms-ipex-llm


Namellama-index-llms-ipex-llm JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
Summaryllama-index llms ipex-llm integration
upload_time2024-08-22 21:52:33
maintainerNone
docs_urlNone
authorYour Name
requires_python<3.12,>=3.9
licenseMIT
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/34/de/dd2b45699ae92b75262349ab502823b2dc63b01802207ae43c202ad71be3/llama_index_llms_ipex_llm-0.2.1.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.2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8192b14615388d3a403e568be50f12177f7061a4e83322ec3e328c654f0a6f64",
                "md5": "f90385036985ca0438e6b19ab5516b10",
                "sha256": "f940fcb89cb60e1d08c55aa6c05404fa434fb39edddda75182d936bc8243331c"
            },
            "downloads": -1,
            "filename": "llama_index_llms_ipex_llm-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f90385036985ca0438e6b19ab5516b10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 6519,
            "upload_time": "2024-08-22T21:52:32",
            "upload_time_iso_8601": "2024-08-22T21:52:32.134815Z",
            "url": "https://files.pythonhosted.org/packages/81/92/b14615388d3a403e568be50f12177f7061a4e83322ec3e328c654f0a6f64/llama_index_llms_ipex_llm-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34dedd2b45699ae92b75262349ab502823b2dc63b01802207ae43c202ad71be3",
                "md5": "9dc4a0e9f2dcb24ed535fba25c888e7f",
                "sha256": "c5106fe9fc29920a3dd164a8a8828ccb1602ada19b8864d13b061159697a753f"
            },
            "downloads": -1,
            "filename": "llama_index_llms_ipex_llm-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9dc4a0e9f2dcb24ed535fba25c888e7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 6809,
            "upload_time": "2024-08-22T21:52:33",
            "upload_time_iso_8601": "2024-08-22T21:52:33.869534Z",
            "url": "https://files.pythonhosted.org/packages/34/de/dd2b45699ae92b75262349ab502823b2dc63b01802207ae43c202ad71be3/llama_index_llms_ipex_llm-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 21:52:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-llms-ipex-llm"
}
        
Elapsed time: 0.29809s