abetlen/llama-cpp-python

Add Finetune Support

开放

#814 创建于 2023年10月11日

 (3 条评论) (8 个反应) (0 位负责人)Python (1,442 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (10,564 个星标)
PR 合并指标
 (平均合并 1天 5小时) (30 天内合并 68 个 PR)

描述

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.

贡献者指南