abetlen/llama-cpp-python

Add Finetune Support

Open

#814 geöffnet am 11. Okt. 2023

Auf GitHub ansehen
 (3 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)Python (644 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.995 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 5h) (68 gemergte PRs in 30 T)

Beschreibung

In the late versions of llama.cpp there are ways to fine-tune the model using LoRA adapters: https://github.com/ggerganov/llama.cpp/pull/2632

However, either I missed it or are there no functions introduced in this PR imported into this project?

Describe alternatives you've considered Sure it's always an option to use a CLI tool, but I guess Python binding can be useful.

Contributor Guide