Skip to content

Commit fe8c9cc

Browse files
committed
fix
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent 86fef46 commit fe8c9cc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

transfer_queue/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from .sampler.rank_aware_sampler import RankAwareSampler
2828
from .sampler.sequential_sampler import SequentialSampler
2929
from .storage import SimpleStorageUnit
30-
from .streaming_dataloader import StreamDataLoader, StreamingDataset
3130
from .utils.utils import get_placement_group
3231
from .utils.zmq_utils import ZMQServerInfo
3332

@@ -44,8 +43,6 @@
4443
"GRPOGroupNSampler",
4544
"SequentialSampler",
4645
"RankAwareSampler",
47-
"StreamingDataset",
48-
"StreamDataLoader",
4946
]
5047

5148
version_folder = os.path.dirname(os.path.join(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)