mirror of https://github.com/hpcaitech/ColossalAI
5 lines
118 B
Python
5 lines
118 B
Python
|
from .deberta_critic import DebertaCritic
|
||
|
from .deberta_rm import DebertaRM
|
||
|
|
||
|
__all__ = ['DebertaCritic', 'DebertaRM']
|