From d3722666cbf74e13ce92f1fb29492351e3880e3f Mon Sep 17 00:00:00 2001 From: w4ffl35 <25737761+w4ffl35@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:32:40 -0600 Subject: [PATCH] transformers.tools.agents to blacklist --- src/facehuggershield/huggingface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/facehuggershield/huggingface.py b/src/facehuggershield/huggingface.py index dd3d9ae..430aace 100644 --- a/src/facehuggershield/huggingface.py +++ b/src/facehuggershield/huggingface.py @@ -26,11 +26,12 @@ "huggingface_hub.utils._headers", "huggingface_hub.utils._telemetry", "transformers.utils.hub.PushToHubMixin", + "transformers.tools.agents", ], nullscream_whitelist=[ "huggingface_hub.utils", ], - activate_shadowlogger=True, + activate_shadowlogger=False, activate_darklock=True, activate_nullscream=True, )