Skip to content

Commit b61346a

Browse files
committed
Merge branch 'main' into nightly
2 parents c37dff1 + fea2332 commit b61346a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎unsloth_zoo/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should have received a copy of the GNU Lesser General Public License
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
__version__ = "2025.9.10"
17+
__version__ = "2025.9.11"
1818

1919
import os
2020
# Hugging Face Hub faster downloads

‎unsloth_zoo/temporary_patches/mxfp4.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import os
2323
import math
2424
from .common import TEMPORARY_PATCHES, UNSLOTH_ENABLE_LOGGING, logger
25-
from .utils import patch_function
25+
from .utils import patch_function, raise_error
2626

2727
def patch_convert_moe_packed_tensors():
2828
"""

0 commit comments

Comments
 (0)