mirror of
https://github.com/wassname/peft.git
synced 2026-09-25 13:50:20 +08:00
8 lines
397 B
Python
8 lines
397 B
Python
# flake8: noqa
|
|
# There's no way to ignore "F401 '...' imported but unused" warnings in this
|
|
# module, but to preserve other warnings. So, don't check this module at all
|
|
|
|
from .config import PETConfig, PETType, PromptLearningConfig, TaskType
|
|
from .other import bloom_model_postprocess_past_key_value, shift_tokens_right
|
|
from .save_and_load import get_pet_model_state_dict, set_pet_model_state_dict
|