[assets] update wechat (#8962)

This commit is contained in:
Yaowei Zheng
2025-08-19 02:55:09 +08:00
committed by GitHub
parent 003a2acb1a
commit 2c31279316
8 changed files with 29 additions and 22 deletions

View File

@@ -16,11 +16,10 @@ import re
from typing import TYPE_CHECKING
import torch
from peft import LoraConfig, LoraModel, OFTConfig, OFTModel, PeftModel, TaskType, get_peft_model
from peft import LoraConfig, LoraModel, OFTConfig, PeftModel, TaskType, get_peft_model
from transformers.integrations import is_deepspeed_zero3_enabled
from ..extras import logging
from ..extras.misc import check_version
from .model_utils.misc import find_all_linear_modules, find_expanded_modules
from .model_utils.quantization import QuantizationMethod
from .model_utils.unsloth import get_unsloth_peft_model, load_unsloth_peft_model