You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif(level===LlamaLogLevel.warn&&message.startsWith("llama_init_from_model: model default pooling_type is [0], but [-1] was specified"))
692
692
returnLlamaLogLevel.info;
693
+
elseif(level===LlamaLogLevel.warn&&message.startsWith("llama_model_loader: direct I/O is enabled, disabling mmap"))
694
+
returnLlamaLogLevel.info;
695
+
elseif(level===LlamaLogLevel.warn&&message.startsWith("llama_model_loader: direct I/O is not available, using mmap"))
696
+
returnLlamaLogLevel.info;
693
697
elseif(gpu===false&&level===LlamaLogLevel.warn&&message.startsWith("llama_adapter_lora_init_impl: lora for '")&&message.endsWith("' cannot use buft 'CPU_REPACK', fallback to CPU"))
694
698
returnLlamaLogLevel.info;
695
699
elseif(gpu==="metal"&&level===LlamaLogLevel.warn&&message.startsWith("ggml_metal_device_init: tensor API disabled for"))
0 commit comments