From 440ef5dfe30998a425a84e75bdbb9514d2bff53c Mon Sep 17 00:00:00 2001 From: cm2435 Date: Tue, 6 Feb 2024 22:01:12 +0000 Subject: [PATCH] uncommented out init.py --- unsloth/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index ba55e0acfc..c3baac21d4 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -1,4 +1,4 @@ -""""# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved. +# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -83,4 +83,3 @@ pass from .models import * from .save import * -""" \ No newline at end of file