Skip to content

Commit 6d31ab0

Browse files
committed
Update Submodule vendor/llama.cpp d77d7c5..4849661
1 parent 8f7211c commit 6d31ab0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

llama_cpp/llama_cpp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,8 @@ def llama_model_quantize(
18101810

18111811

18121812
# // Load a LoRA adapter from file
1813+
# // The adapter is valid as long as the associated model is not freed
1814+
# // All adapters must be loaded before context creation
18131815
# LLAMA_API struct llama_adapter_lora * llama_adapter_lora_init(
18141816
# struct llama_model * model,
18151817
# const char * path_lora);

vendor/llama.cpp

0 commit comments

Comments
 (0)