mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-30 19:05:26 +00:00
5 lines
117 B
Python
5 lines
117 B
Python
from .base import ReplayBuffer
|
|
from .naive import NaiveReplayBuffer
|
|
|
|
__all__ = ['ReplayBuffer', 'NaiveReplayBuffer']
|