Skip to content

Commit

Permalink
rm local streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jazcollins committed Sep 25, 2023
1 parent 77b0099 commit 9b798c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions diffusion/datasets/image_caption.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ def build_streaming_image_caption_dataloader(
transform = transforms.Compose(transform)
assert isinstance(transform, Callable)

import streaming
streaming.base.util.clean_stale_shared_memory()

dataset = StreamingImageCaptionDataset(
streams=streams,
tokenizer_name_or_path=tokenizer_name_or_path,
Expand Down

0 comments on commit 9b798c6

Please sign in to comment.