ipex-llm/python/llm/example/CPU/PyTorch-Models/Model
Shengsheng Huang db0d129226 Revert "Add rwkv example (#9432)" (#10264)
This reverts commit 6930422b42.
2024-02-28 11:48:31 +08:00
..
aquila2
bark Uing bigdl-llm-init instead of bigdl-nano-init (#9558) 2023-11-30 10:10:29 +08:00
bert
bluelm
chatglm
chatglm3
codellama
codeshell
deciLM-7b Add CPU and GPU examples for DeciLM-7B (#9867) 2024-02-27 13:15:49 +08:00
deepseek Add Deepseek-6.7B (#9991) 2024-02-28 11:36:39 +08:00
deepseek-moe Add DeepSeek-MoE-16B-Chat (#10155) 2024-02-28 10:12:09 +08:00
distil-whisper
flan-t5
fuyu
internlm-xcomposer
internlm2
llama2
llava Uing bigdl-llm-init instead of bigdl-nano-init (#9558) 2023-11-30 10:10:29 +08:00
mamba Add cpu and gpu examples of Mamba (#9797) 2024-02-28 11:33:29 +08:00
meta-llama rebase (#9104) 2024-02-28 11:18:21 +08:00
mistral
mixtral [LLM] Mixtral CPU examples (#9673) 2023-12-14 10:35:11 +08:00
openai-whisper
phi-1_5
phi-2 Add CPU and GPU examples of phi-2 (#10014) 2024-02-23 14:05:53 +08:00
phixtral
qwen-vl
qwen1.5 Add Qwen1.5-7B-Chat (#10113) 2024-02-21 13:29:29 +08:00
skywork
solar
wizardcoder-python
yi
yuan2 Add CPU and GPU examples for Yuan2-2B-hf (#9946) 2024-02-23 14:09:30 +08:00
ziya
README.md

BigDL-LLM INT4 Optimization for Large Language Model

You can use optimize_model API to accelerate general PyTorch models on Intel servers and PCs. This directory contains example scripts to help you quickly get started using BigDL-LLM to run some popular open-source models in the community. Each model has its own dedicated folder, where you can find detailed instructions on how to install and run it.

To run the examples, we recommend using Intel® Xeon® processors (server), or >= 12th Gen Intel® Core™ processor (client).

For OS, BigDL-LLM supports Ubuntu 20.04 or later, CentOS 7 or later, and Windows 10/11.

Best Known Configuration on Linux

For better performance, it is recommended to set environment variables on Linux with the help of BigDL-LLM:

pip install bigdl-llm
source bigdl-llm-init