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