From 18bb36e4964eb2af725a366f8c5beffa76530123 Mon Sep 17 00:00:00 2001 From: teleprint-me <77757836+teleprint-me@users.noreply.github.com> Date: Mon, 20 May 2024 14:06:21 -0400 Subject: [PATCH] chore: Allow the user to config the logger --- gguf-py/gguf/huggingface_hub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gguf-py/gguf/huggingface_hub.py b/gguf-py/gguf/huggingface_hub.py index fed84e3da..ba4e7752a 100644 --- a/gguf-py/gguf/huggingface_hub.py +++ b/gguf-py/gguf/huggingface_hub.py @@ -64,7 +64,6 @@ class HFHubRequest: # Set the logger if logger is None: - logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) self.logger = logger