Change comment

This commit is contained in:
Spencer Sutton 2023-07-12 18:26:06 -04:00
parent c14cde156e
commit 421cc6cc01

View file

@ -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 {