Typo
This commit is contained in:
parent
703e8b96f1
commit
87b1ce2824
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue