ipex-llm/python/llm/example/GPU/LLM-Finetuning
2024-01-25 19:02:38 +08:00
..
common LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +08:00
LoRA LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +08:00
QA-LoRA LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +08:00
QLoRA LLM: reorganize GPU finetuning examples (#9952) 2024-01-25 19:02:38 +08:00
ReLora 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

Running LLM Finetuning using BigDL-LLM on Intel GPU

This folder contains examples of running different training mode with BigDL-LLM on Intel GPU:

  • LoRA: examples of running LoRA finetuning
  • QLoRA: examples of running QLoRA finetuning
  • QA-LoRA: examples of running QA-LoRA finetuning
  • ReLora: examples of running ReLora finetuning
  • common: common templates and utility classes in finetuning examples