ipex-llm/python/llm/example/GPU/LLM-Finetuning/QLoRA
Shaojun Liu 6d89c827a8
Fix PSIRT Vulnerability - Dependency Confusion in oneccl_bind_pt package (#13305)
* Fix PSIRT Vulnerability - Dependency Confusion in oneccl_bind_pt package

* update

---------

Co-authored-by: YongZhuIntel <yong.zhu@intel.com>
2025-09-12 10:22:18 +08:00
..
alpaca-qlora Fix PSIRT Vulnerability - Dependency Confusion in oneccl_bind_pt package (#13305) 2025-09-12 10:22:18 +08:00
simple-example fix qlora finetune example (#12769) 2025-02-06 11:18:28 +08:00
trl-example fix qlora finetune example (#12769) 2025-02-06 11:18:28 +08:00
README.md Update_document by heyang (#30) 2024-03-25 10:06:02 +08:00

QLoRA Finetuning with IPEX-LLM

We provide Alpaca-QLoRA example, which ports Alpaca-LoRA to IPEX-LLM (using QLoRA algorithm) on Intel GPU.

Meanwhile, we also provide a simple example to help you get started with QLoRA Finetuning using IPEX-LLM, and TRL example to help you get started with QLoRA Finetuning using IPEX-LLM and TRL library.