Skip to content

Commit

Permalink
Update copyright: 2023 -> 2022-2024. (#560)
Browse files Browse the repository at this point in the history
* Update copyright: 2023 -> 2022-2024.

* Update .ci/FILE_HEADER.
  • Loading branch information
knighton authored Jan 12, 2024
1 parent aead15a commit 1bae380
Show file tree
Hide file tree
Showing 172 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .ci/FILE_HEADER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright 2023 MosaicML Streaming authors
Copyright 2022-2024 MosaicML Streaming authors
SPDX-License-Identifier: Apache-2.0
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Configuration file for the Sphinx documentation builder.
Expand Down Expand Up @@ -63,7 +63,7 @@
# -- Project information -----------------------------------------------------

project = 'Streaming'
copyright = '2023, MosaicML, Inc.'
copyright = '2022, MosaicML, Inc.'
author = 'MosaicML'

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/doctest_cleanup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Cleanup script that is executed at the end of each doctest."""
Expand Down
2 changes: 1 addition & 1 deletion docs/source/doctest_fixtures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

# disabling general type issues because of monkeypatching
Expand Down
2 changes: 1 addition & 1 deletion regression/iterate_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Create a streaming dataset from toy data with various options for regression testing."""
Expand Down
2 changes: 1 addition & 1 deletion regression/synthetic_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Create a dataset and save it to a directory."""
Expand Down
2 changes: 1 addition & 1 deletion regression/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Utility and helper functions for regression testing."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/compression/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Script to Benchmark compression algorithms."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/compression/plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Utility and helper functions to plot compression information."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/epoch/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Benchmark time taken to generate the epoch for a given dataset."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/hashing/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Script to benchmark various hashing algorithms."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/hashing/plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Utility and helper functions to plot hashing information."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/partition/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Command-line tool to compare StreamingDataset sample space partitioning performance."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/partition/diff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Collect data on the dataset padding needed by partitioning."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/partition/plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Plot results of comparing streaming dataset partitioning algorithms."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/partition/txt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Command-line tool to visualize StreamingDataset sample space partitioning."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/partition/web.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Web app to visualize StreamingDataset sample space partitioning.
Expand Down
2 changes: 1 addition & 1 deletion scripts/samples/bench_and_plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Benchmark and plot sample access times across kinds of data and formats."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/serialization/compare.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Compare dataset serialization methods.
Expand Down
2 changes: 1 addition & 1 deletion scripts/serialization/survey_fixed_decimals.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Survey the space of practical fixed-size decimal encodings."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/shuffle/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Command-line tool to benchmark StreamingDataset shuffling performance."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/shuffle/plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Plot results of comparing streaming dataset shuffling algorithms."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/shuffle/vis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Visualize different shuffling algorithms on fake shards."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/webvid/bench_inside.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Benchmark iterating an MP4-inside MDS dataset."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/webvid/bench_outside_dt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Benchmark iterating an MP4-outside MDS dataset."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/webvid/bench_outside_gi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Benchmark iterating an MP4-outside MDS dataset."""
Expand Down
2 changes: 1 addition & 1 deletion scripts/webvid/plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Plot download performance comparison."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Streaming package setup."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Streaming simulation for throughput, network downloads, and shuffle quality."""
2 changes: 1 addition & 1 deletion simulation/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Core classes and functions for streaming simulation."""
2 changes: 1 addition & 1 deletion simulation/core/create_index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Create a dataset index file from input parameters."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/last_used_ordered_set.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""An ordered set that can be used as an LRU cache."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Main simulation function, simulating bytes downloaded and time taken each training step."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/node_tracker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Class for tracking node information during simulation."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/shard_downloads.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Functions for simulating shard downloads and calculating needed cache limit for downloads."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/shuffle_quality.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Determine shuffle quality of a run over a fixed number of samples."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/sim_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Near replica of StreamingDataset for simulation purposes."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/sim_spanner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Mapping of global sample index to shard index for simulation purposes."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/sim_time.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Time classes ported from MosaicML composer.
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/sim_world.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Contains info about the nodes, ranks, and workers of the run for simulation purposes."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Peripheral functions for simulation functionality."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/core/yaml_processing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Ingest yaml and create SimulationDataset."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/interfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Interfaces for streaming simulation."""
2 changes: 1 addition & 1 deletion simulation/interfaces/interface_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Peripheral functions for interface functionality."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/interfaces/sim_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""sim_cli: simulate your training yaml from the command line."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/interfaces/sim_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Script for simulating training downloads and throughput, and displaying results."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/interfaces/sim_ui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Simulator web UI using streamlit."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/interfaces/widgets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Streamlit widgets for simulation web UI."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/launcher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Launch simulator UI from command line when this package is installed."""
Expand Down
2 changes: 1 addition & 1 deletion simulation/testing/wandb_testing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Test simulation results against run results from a wandb project."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""MosaicML Streaming Datasets for cloud-native model training."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""The Streaming Version."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""MosaicML Streaming Datasets for cloud-native model training."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/array.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""A read-only list of items that can be fancy indexed like a numpy array."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/batching/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Apportion shards/samples to nodes/ranks/workers for elastically deterministic sample order."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/batching/per_stream.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Apportion shards/samples such that batches have samples only from a single stream."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/batching/random.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Apportion shards/samples such that batches have samples randomly selected from streams."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/batching/stratified.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Apportion shards/samples so each batch has the same amount of samples from each stream."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/compression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""List of Compression and Decompression algorithms."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/constant.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Constants."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/converters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Utility function for converting spark dataframe to MDS dataset."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/converters/dataframe_to_mds.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""A utility to convert spark dataframe to MDS."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/dataloader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Streaming DataLoader."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""A mid-epoch-resumable streaming/caching pytorch IterableDataset."""
Expand Down
2 changes: 1 addition & 1 deletion streaming/base/distributed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 MosaicML Streaming authors
# Copyright 2022-2024 MosaicML Streaming authors
# SPDX-License-Identifier: Apache-2.0

"""Helper methods to get the distributed attributes."""
Expand Down
Loading

0 comments on commit 1bae380

Please sign in to comment.