From 1b3ce449de061aa32bf8f4764e6c8486c70d1345 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 8 Aug 2025 09:59:24 -0700 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 8b23e0c837..aa8e128ca7 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -139,6 +139,7 @@ warnings.filterwarnings(action = "ignore", category = UserWarning, module = " warnings.filterwarnings(action = "ignore", category = FutureWarning, module = "accelerate") warnings.filterwarnings(action = "ignore", category = RuntimeWarning, module = "multiprocessing") warnings.filterwarnings(action = "ignore", category = RuntimeWarning, module = "multiprocess") +warnings.filterwarnings(action = "ignore", category = UserWarning, module = "triton") # Stop "Special tokens have been added in the vocabulary, ..." import logging