--- id: ipex-llm version: "2.2.0" license: Apache License, Version 2.0 license_treatment: permissive maintenance: abandoned --- # ipex-llm — Large Language Model Develop Toolkit License: permissive · Maintenance: abandoned · Downloads: 322.4K/mo ## What it is and what it does IPEX-LLM is an acceleration library for running large language models on Intel hardware—GPUs (Arc, Flex, Max), NPUs (Core Ultra), and CPUs. It provides low-bit quantization (FP8, FP6, FP4, INT4) and integrates with popular frameworks like PyTorch, llama.cpp, Ollama, vLLM, LangChain, and HuggingFace transformers to reduce memory footprint and improve inference speed on Intel-based systems. The library supports over 70 models including Llama, Phi, Mistral, Qwen, and DeepSeek variants. However, the project is now archived and abandoned—Intel will not provide maintenance, bug fixes, new releases, or support. The description notes known security issues exist. Users should treat this as a snapshot tool rather than an actively maintained dependency. Use it for: - Run quantized LLMs locally on Intel Arc GPUs without external cloud services - Integrate low-bit quantized models into Ollama or llama.cpp workflows on Intel hardware - Serve LLMs via vLLM with Intel GPU acceleration for batch inference - Fine-tune models using Axolotl with Intel GPU backend - Deploy multimodal models (Qwen-VL, Phi-3-Vision) on Intel NPU or GPU ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Accelerates large language model inference on Intel hardware (GPU, NPU, CPU) with low-bit quantization and integration into popular LLM frameworks. No. The project is archived and abandoned; Intel provides no maintenance, bug fixes, or support. Known security issues are documented and will not be patched. While the library may still function, adopting an unmaintained LLM acceleration tool introduces technical debt and security risk. Consider maintained alternatives or direct integration with actively supported frameworks. ## Install pip install ipex-llm uv add ipex-llm poetry add ipex-llm ## Installing ipex-llm Before you install: Medium install friction with platform-specific wheels (manylinux2010 x86_64, Windows). Project is archived and abandoned as of the latest release; Intel will not provide maintenance, bug fixes, or support going forward. License in practice: Apache License 2.0 (permissive) allows commercial and private use with attribution; no restrictive copyleft obligations. Quickstart: pip install ipex-llm from ipex_llm.transformers import AutoModel model = AutoModel.from_pretrained('model-name', load_in_4bit=True) Requires Intel GPU (Arc, Flex, Max), NPU (Core Ultra), or compatible CPU; no runtime dependencies listed but underlying PyTorch and model libraries are implicit. Verify before relying: - Exact scope of 70+ verified models and which specific versions are tested - Whether archived status means security patches will be backported or if vulnerabilities remain unfixed - Performance benchmarks for quantization modes (FP8/FP6/FP4/INT4) relative to unquantized baseline - Compatibility matrix for specific Intel GPU models and driver versions required ## Package facts - License: Apache License, Version 2.0 (permissive) - Python support: unspecified - Install friction: medium - Maintenance: abandoned - Downloads: 322.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags llm acceleration intel gpu, quantized model inference, pytorch llm optimization, intel arc gpu inference, low-bit quantization support, llm serving framework, ollama llama.cpp integration, archived-unmaintained, intel-hardware-specific, quantization [View on SkillFed](https://skillfed.io/packages/ipex-llm) · [View on PyPI](https://pypi.org/project/ipex-llm/)