There was an error while loading. Please reload this page.
2 parents c37dff1 + fea2332 commit b61346aCopy full SHA for b61346a
unsloth_zoo/__init__.py
@@ -14,7 +14,7 @@
14
# You should have received a copy of the GNU Lesser General Public License
15
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16
17
-__version__ = "2025.9.10"
+__version__ = "2025.9.11"
18
19
import os
20
# Hugging Face Hub faster downloads
unsloth_zoo/temporary_patches/mxfp4.py
@@ -22,7 +22,7 @@
22
23
import math
24
from .common import TEMPORARY_PATCHES, UNSLOTH_ENABLE_LOGGING, logger
25
-from .utils import patch_function
+from .utils import patch_function, raise_error
26
27
def patch_convert_moe_packed_tensors():
28
"""
0 commit comments