We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bec207a + a289d97 commit f117c82Copy full SHA for f117c82
1 file changed
modules/modelLoader/mixin/HFModelLoaderMixin.py
@@ -1,6 +1,4 @@
1
import json
2
-
3
-# huggingface_hub 1.16+ uses httpx, which logs every HTTP request/response at INFO level.
4
import logging
5
import os
6
import re
@@ -22,6 +20,7 @@
22
20
from huggingface_hub.utils import EntryNotFoundError
23
21
from safetensors.torch import load_file
24
+# huggingface_hub 1.16+ uses httpx, which logs every HTTP request/response at INFO level.
25
logging.getLogger("httpx").setLevel(logging.WARNING)
26
27
0 commit comments