Skip to content

Commit 329d39f

Browse files
committed
Add log
1 parent 5a2a4f9 commit 329d39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tatm/tokenizer/engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def get_example(self):
7474
return ExampleMessage(data=example, content_field=content_field)
7575
except StopIteration:
7676
self.dataset_iters.pop(dataset_idx)
77+
LOGGER.info("A dataset has been exhausted and removed from rotation.")
7778
return self.get_example()
7879

7980
def run(self):

0 commit comments

Comments
 (0)