Update GPU example README (#9524)
This commit is contained in:
parent
064848028f
commit
82898a4203
1 changed files with 3 additions and 2 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
This folder contains examples of running BigDL-LLM on Intel GPU:
|
||||
|
||||
- [HF-Transformers-AutoModels](HF-Transformers-AutoModels): running any Hugging Face Transformers model on BigDL-LLM (using the standard AutoModel APIs)
|
||||
- [HF-Transformers-AutoModels](HF-Transformers-AutoModels): running any ***Hugging Face Transformers*** model on BigDL-LLM (using the standard AutoModel APIs)
|
||||
- [QLoRA-FineTuning](QLoRA-FineTuning): running ***QLoRA finetuning*** using BigDL-LLM on Intel GPUs
|
||||
- [Deepspeed-AutoTP](Deepspeed-AutoTP): running distributed inference using ***DeepSpeed AutoTP*** (with BigDL-LLM low-bit optimized models) on Intel GPUs
|
||||
- [PyTorch-Models](PyTorch-Models): running any PyTorch model on BigDL-LLM (with "one-line code change")
|
||||
- [QLoRA-FineTuning](QLoRA-FineTuning): running QLoRA finetuning on BigDL-LLM
|
||||
|
||||
|
||||
## System Support
|
||||
|
|
|
|||
Loading…
Reference in a new issue