]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
lora : add support for non-llama models (#3333)
authorslaren <redacted>
Sat, 16 Dec 2023 17:58:46 +0000 (18:58 +0100)
committerGitHub <redacted>
Sat, 16 Dec 2023 17:58:46 +0000 (18:58 +0100)
commitc6c4fc081c1df1c60a9bfe3e6a3fd086f1a29ec7
tree8338e88ca5e536e3ce1801318d9d61630b358000
parent8a5be3bd5885d79ad84aadf32bb8c1a67bd43c19
lora : add support for non-llama models (#3333)

* lora : add support for non-llama models

ggml-ci

* avoid leaking ggml_context on failure
cleanup

ggml-ci

* lora : allow 1d tensors

* lora : include embd and output layers in size calculation

* fix style
convert-lora-to-ggml.py
llama.cpp
llama.h