* add fuyu cpu examples * add gpu example * add comments * add license * remove gpu example * fix inference time  | 
			||
|---|---|---|
| .. | ||
| Applications | ||
| Deepspeed-AutoTP | ||
| HF-Transformers-AutoModels | ||
| LangChain | ||
| Native-Models | ||
| PyTorch-Models | ||
| QLoRA-FineTuning | ||
| README.md | ||
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/starcodermodel 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