mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-13 12:05:48 +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']
|