mirror of
https://github.com/wassname/peft.git
synced 2026-09-26 14:00:37 +08:00
refactor
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
__version__ = "0.1.0.dev0"
|
||||
|
||||
from .pet_model import PETModel, PETModelForCausalLM, PETModelForSeq2SeqLM, PETModelForSequenceClassification
|
||||
from .task_mapping import MODEL_TYPE_TO_PROMPT_MODEL_MAPPING
|
||||
from .mapping import MODEL_TYPE_TO_PET_MODEL_MAPPING, PET_TYPE_TO_CONFIG_MAPPING, get_pet_config, get_pet_model
|
||||
from .tuners import (
|
||||
PrefixEncoder,
|
||||
PrefixTuningConfig,
|
||||
|
||||
Reference in New Issue
Block a user