ipex-llm/python/llm/example/CPU
Jinyi Wan b721138132 Add cpu and gpu examples for BlueLM (#9589)
* Add cpu int4 example for BlueLM

* addexample optimize_model cpu for bluelm

* add example gpu int4 blueLM

* add example optimiza_model GPU for bluelm

* Fixing naming issues and BigDL package version.

* Fixing naming issues...

* Add BlueLM in README.md "Verified Models"
2023-12-05 13:59:02 +08:00
..
Applications Uing bigdl-llm-init instead of bigdl-nano-init (#9558) 2023-11-30 10:10:29 +08:00
Deepspeed-AutoTP install bigdl-llm in deepspeed cpu inference example (#9508) 2023-11-23 08:39:21 +08:00
GGUF-Models/llama2 Update readme (#9575) 2023-11-30 22:45:52 +08:00
HF-Transformers-AutoModels Add cpu and gpu examples for BlueLM (#9589) 2023-12-05 13:59:02 +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 and gpu examples for BlueLM (#9589) 2023-12-05 13:59:02 +08:00
QLoRA-FineTuning LLM: Add cpu qlora support other models guide (#9567) 2023-12-01 11:18:04 +08:00
vLLM-Serving Add vLLM-XPU version's README/examples (#9536) 2023-11-28 09:44:03 +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