ipex-llm/python/llm/example/GPU/LLM-Finetuning/QLoRA
2024-03-12 16:57:40 +08:00
..
alpaca-qlora LLM: update FAQ about too many open files (#10119) 2024-02-07 15:02:24 +08:00
simple-example LLM: remove english_quotes dataset (#10370) 2024-03-12 16:57:40 +08:00
trl-example LLM: remove english_quotes dataset (#10370) 2024-03-12 16:57:40 +08:00
README.md LLM: add qlora finetuning example using trl.SFTTrainer (#10183) 2024-02-21 16:40:04 +08:00

QLoRA Finetuning with BigDL-LLM

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

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