From 537c971a47ebec6439739346e879294f14a32d96 Mon Sep 17 00:00:00 2001 From: Sourab Mangrulkar <13534540+pacman100@users.noreply.github.com> Date: Wed, 8 Feb 2023 13:05:27 +0530 Subject: [PATCH] fix --- src/peft/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peft/__init__.py b/src/peft/__init__.py index beb9423..c35eb32 100644 --- a/src/peft/__init__.py +++ b/src/peft/__init__.py @@ -47,7 +47,6 @@ from .utils import ( TaskType, bloom_model_postprocess_past_key_value, get_peft_model_state_dict, - peft_model_load_and_dispatch, set_peft_model_state_dict, shift_tokens_right, )