abetlen/llama-cpp-python

Add Finetune Support

Open

#814 aberto em 11 de out. de 2023

Ver no GitHub
 (3 comments) (8 reactions) (0 assignees)Python (644 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.995 stars)
Métricas de merge de PR
 (Mesclagem média 1d 5h) (68 fundiu PRs em 30d)

Description

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.

Guia do colaborador