* eee * add examples on CPU and GPU * fix * fix * optimize model examples * add Qwen-VL-Chat CPU example * Add Qwen-VL CPU example * fix optimize problem * fix error * Have updated, benchmark fix removed from this PR * add generate API example * Change formats in qwen-vl example * Add CPU transformer int4 example for qwen-vl * fix repo-id problem and add Readme * change picture url * Remove unnecessary file --------- Co-authored-by: Yuwen Hu <yuwen.hu@intel.com>  | 
			||
|---|---|---|
| .. | ||
| HF-Transformers-AutoModels | ||
| LangChain | ||
| Native-Models | ||
| PyTorch-Models | ||
| 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
 
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