You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alex4321 not yet but I am planning to work on this. The first step is actually exposing the training API in llama.cpp as it's currently only available as an example which requires working with the GGML API directly.
antoine-lizee
pushed a commit
to antoine-lizee/llama-cpp-python
that referenced
this issue
Oct 30, 2023
In the late versions of llama.cpp there are ways to fine-tune the model using LoRA adapters: ggerganov/llama.cpp#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.
The text was updated successfully, but these errors were encountered: