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