From c2f967e357e21d74e4995faee1559aa10d2f2e31 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 7 Jul 2024 09:49:45 -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 e0df218a93..c814198774 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -360,6 +360,7 @@ def get_statistics(): elif "\nAZURE_" in keynames: statistics = "azure" elif "\nK_" in keynames or "\nFUNCTION_" in keynames: statistics = "gcp" elif "\nINVOCATION_ID" in keynames: statistics = "lambda" + else: statistics = "other" if statistics is not None: disabled = False