ipex-llm/python/llm/example/CPU/README.md
Wang, Jian4 149146004f LLM: Add qlora finetunning CPU example (#9275)
* add qlora finetunning example

* update readme

* update example

* remove merge.py and update readme
2023-11-02 09:45:42 +08:00

20 lines
954 B
Markdown

# BigDL-LLM Examples on Intel CPU
This folder contains examples of running BigDL-LLM on Intel CPU:
- [HF-Transformers-AutoModels](HF-Transformers-AutoModels): running any Hugging Face Transformers model on BigDL-LLM (using the standard AutoModel APIs)
- [PyTorch-Models](PyTorch-Models): running any PyTorch model on BigDL-LLM (with "one-line code change")
- [Native-Models](Native-Models): converting & running LLM in `llama`/`chatglm`/`bloom`/`gptneox`/`starcoder` model family using native (cpp) implementation
- [LangChain](LangChain): running LangChain applications on BigDL-LLM
- [Applications](Applications): running Transformers applications on BigDl-LLM
- [QLoRA-FineTuning](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