From ebbbf6be5271fada09286c1e088282d1c1d54dbf Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 18 Jul 2024 21:57:33 -0700 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index ba45bbbfbb..212767b393 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1163,7 +1163,7 @@ class FastLlamaModel: # Warn about fast transfers if os.environ.get("HF_HUB_ENABLE_HF_TRANSFER", "0") == "1": - logger.warning_once("Unsloth: Fast downloading is enabled - ignore downloading bars which are red colored!") + print("Unsloth: Fast downloading is enabled - ignore downloading bars which are red colored!") pass model_patcher.pre_patch()