This commit is contained in:
Daniel Han 2024-12-20 03:26:55 -08:00
commit 87b1ce2824
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2024.12.6"
__version__ = "2024.12.7"
__all__ = [
"prepare_model_for_kbit_training",

View file

@ -2130,7 +2130,7 @@ def unsloth_generic_save(
import unsloth_zoo
if Version(unsloth_zoo.__version__) <= Version("2024.12.1"):
from unsloth_zoo.peft_utils import merge_and_overwrite_lora
from unsloth_zoo.peft_utils import merge_and_overwrite_lora
merge_and_overwrite_lora(
get_model_name,
create_huggingface_repo,