refactor patcher

This commit is contained in:
hiyouga
2024-04-24 03:02:23 +08:00
parent 07737a3d2d
commit aa2b79eb23
14 changed files with 598 additions and 394 deletions

View File

@@ -1,5 +1,5 @@
from .loader import load_config, load_model, load_tokenizer
from .utils import find_all_linear_modules, load_valuehead_params
from .utils.misc import find_all_linear_modules, load_valuehead_params
__all__ = [