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