mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # .devops/llama-cli-intel.Dockerfile # .devops/llama-server-intel.Dockerfile # README.md # ggml/src/CMakeLists.txt # tests/test-chat-template.cpp
This commit is contained in:
commit
cca2fa9a6c
4 changed files with 11 additions and 2 deletions
|
@ -16246,6 +16246,10 @@ int32_t llama_lora_adapter_remove(
|
|||
return -1;
|
||||
}
|
||||
|
||||
void llama_lora_adapter_clear(struct llama_context * ctx) {
|
||||
ctx->lora_adapters.clear();
|
||||
}
|
||||
|
||||
void llama_lora_adapter_free(struct llama_lora_adapter * adapter) {
|
||||
delete adapter;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue