Upload stream.py with huggingface_hub
Browse files
stream.py
CHANGED
@@ -139,7 +139,7 @@ class MultiStream(dict):
|
|
139 |
Args:
|
140 |
generators (Dict[str, ReusableGenerator]): A dictionary of ReusableGenerators.
|
141 |
caching (bool, optional): Whether the data should be cached or not. Defaults to False.
|
142 |
-
copying (bool, optional): Whether the data should be
|
143 |
|
144 |
Returns:
|
145 |
MultiStream: A MultiStream object.
|
@@ -166,7 +166,7 @@ class MultiStream(dict):
|
|
166 |
Args:
|
167 |
iterables (Dict[str, Iterable]): A dictionary of iterables.
|
168 |
caching (bool, optional): Whether the data should be cached or not. Defaults to False.
|
169 |
-
copying (bool, optional): Whether the data should be
|
170 |
|
171 |
Returns:
|
172 |
MultiStream: A MultiStream object.
|
|
|
139 |
Args:
|
140 |
generators (Dict[str, ReusableGenerator]): A dictionary of ReusableGenerators.
|
141 |
caching (bool, optional): Whether the data should be cached or not. Defaults to False.
|
142 |
+
copying (bool, optional): Whether the data should be copied or not. Defaults to False.
|
143 |
|
144 |
Returns:
|
145 |
MultiStream: A MultiStream object.
|
|
|
166 |
Args:
|
167 |
iterables (Dict[str, Iterable]): A dictionary of iterables.
|
168 |
caching (bool, optional): Whether the data should be cached or not. Defaults to False.
|
169 |
+
copying (bool, optional): Whether the data should be copied or not. Defaults to False.
|
170 |
|
171 |
Returns:
|
172 |
MultiStream: A MultiStream object.
|