EasyEdit / easyeditor /util /alg_train_dict.py
ZJUPeng's picture
initial commit
3494c6b
raw
history blame
160 Bytes
from ..trainer import MEND
from ..trainer import SERAC, SERAC_MULTI
ALG_TRAIN_DICT = {
'MEND': MEND,
'SERAC': SERAC,
'SERAC_MULTI': SERAC_MULTI,
}