mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-11 12:51:55 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
from .deberta_critic import DebertaCritic
|
|
from .deberta_rm import DebertaRM
|
|
|
|
__all__ = ['DebertaCritic', 'DebertaRM']
|