ipex-llm/python/llm/example/CPU
2023-11-10 15:19:25 +08:00
..
Applications Minor Fixes of README (#9294) 2023-10-27 18:25:46 +08:00
Deepspeed-AutoTP fix llm-init on deepspeed missing lib (#9419) 2023-11-10 13:51:24 +08:00
HF-Transformers-AutoModels Add CPU examples of fuyu (#9393) 2023-11-09 15:29:19 +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 CPU examples of fuyu (#9393) 2023-11-09 15:29:19 +08:00
QLoRA-FineTuning Update qlora README.md (#9422) 2023-11-10 15:19:25 +08:00
README.md LLM: Add qlora finetunning CPU example (#9275) 2023-11-02 09:45:42 +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)
  • 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
  • LangChain: running LangChain applications on BigDL-LLM
  • Applications: running Transformers applications on BigDl-LLM
  • QLoRA-FineTuning: running QLoRA finetuning using BigDL-LLM on intel CPUs

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