ipex-llm/python/llm/example/GPU/HF-Transformers-AutoModels
dingbaorong 5a2ce421af add cpu and gpu examples of flan-t5 (#9171)
* add cpu and gpu examples of flan-t5

* address yuwen's comments
* Add explanation  why we add modules to not convert
* Refine prompt and add a translation example
* Add a empty line at the end of files

* add examples of flan-t5 using optimize_mdoel api

* address bin's comments

* address binbin's comments

* add flan-t5 in readme
2023-10-24 15:24:01 +08:00
..
Model add cpu and gpu examples of flan-t5 (#9171) 2023-10-24 15:24:01 +08:00
More-Data-Types LLM: update example layout (#9046) 2023-10-09 15:36:39 +08:00
Save-Load LLM: update example layout (#9046) 2023-10-09 15:36:39 +08:00
README.md LLM: update example layout (#9046) 2023-10-09 15:36:39 +08:00

Running Hugging Face Transformers model using BigDL-LLM on Intel GPU

This folder contains examples of running any Hugging Face Transformers model on BigDL-LLM (using the standard AutoModel APIs):

  • Model: examples of running Hugging Face Transformers models (e.g., LLaMA2, ChatGLM2, Falcon, MPT, Baichuan2, etc.) using INT4 optimizations
  • More-Data-Types: examples of applying other low bit optimizations (NF4/INT5/INT8, etc.)
  • Save-Load: examples of saving and loading low-bit models