ipex-llm/python/llm/example/GPU/LLM-Finetuning/QLoRA
2024-02-04 16:03:52 +08:00
..
alpaca-qlora LLM: make finetuning examples more common for other models (#10078) 2024-02-04 16:03:52 +08:00
simple-example LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +08:00
README.md LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +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.