From 73ed5dcfa0d7226fcd383e41ed4c0926f7ddbf23 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 3 Nov 2024 15:25:18 -0800 Subject: [PATCH] Update _utils.py --- unsloth/models/_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 5d2bb3a523..0fb73c2237 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -48,7 +48,6 @@ __all__ = [ "patch_regional_compilation", "patch_layernorm", "patch_torch_compile", - "patch_loss_functions", ] import torch