Change comment
This commit is contained in:
parent
c14cde156e
commit
421cc6cc01
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -102,7 +102,7 @@ extern "C" {
|
|||
bool use_mmap; // use mmap if possible
|
||||
bool use_mlock; // force system to keep model in RAM
|
||||
bool embedding; // embedding mode only
|
||||
bool has_lora; // model has LoRA layers
|
||||
bool has_lora; // a LoRA is being used
|
||||
};
|
||||
// model file types
|
||||
enum llama_ftype {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue