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
@@ -684,6 +684,8 @@ function getTransformedLogLevel(level: LlamaLogLevel, message: string): LlamaLog
684
684
returnLlamaLogLevel.info;
685
685
elseif(level===LlamaLogLevel.warn&&message.startsWith("load: special_eog_ids contains both '<|return|>' and '<|call|>' tokens, removing '<|end|>' token from EOG list"))
686
686
returnLlamaLogLevel.info;
687
+
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"))
0 commit comments