ipex-llm/python/llm/example/CPU
2023-11-23 21:16:21 +08:00
..
Applications Minor Fixes of README (#9294) 2023-10-27 18:25:46 +08:00
Deepspeed-AutoTP install bigdl-llm in deepspeed cpu inference example (#9508) 2023-11-23 08:39:21 +08:00
HF-Transformers-AutoModels Add awq load support (#9453) 2023-11-16 14:06:25 +08:00
LangChain LLM: update example layout (#9046) 2023-10-09 15:36:39 +08:00
Native-Models LLM: update example layout (#9046) 2023-10-09 15:36:39 +08:00
PyTorch-Models Add examples for Yi-6B (#9421) 2023-11-13 10:53:15 +08:00
QLoRA-FineTuning support ccl (MPI) distributed mode in alpaca_qlora_finetuning_cpu (#9507) 2023-11-23 10:58:09 +08:00
vLLM-Serving Integrate vllm (#9310) 2023-11-23 16:46:45 +08:00
README.md Update README.md (#9523) 2023-11-23 21:16:21 +08:00

BigDL-LLM Examples on Intel CPU

This folder contains examples of running BigDL-LLM on Intel CPU:

  • HF-Transformers-AutoModels: running any Hugging Face Transformers model on BigDL-LLM (using the standard AutoModel APIs)
  • QLoRA-FineTuning: running QLoRA finetuning using BigDL-LLM on intel CPUs
  • vLLM-Serving: running vLLM serving framework on intel CPUs (with BigDL-LLM low-bit optimized models)
  • Deepspeed-AutoTP: running distributed inference using DeepSpeed AutoTP (with BigDL-LLM low-bit optimized models)
  • LangChain: running LangChain applications on BigDL-LLM
  • Applications: running LLM applications (such as agent, streaming-llm) on BigDl-LLM
  • PyTorch-Models: running any PyTorch model on BigDL-LLM (with "one-line code change")
  • Native-Models: converting & running LLM in llama/chatglm/bloom/gptneox/starcoder model family using native (cpp) implementation

System Support

Hardware:

  • Intel® Core™ processors
  • Intel® Xeon® processors

Operating System:

  • Ubuntu 20.04 or later
  • CentOS 7 or later
  • Windows 10/11, with or without WSL