remove stack level

This commit is contained in:
Ayush Chaurasia
2026-08-18 18:58:00 +05:30
parent 0048dde542
commit abf62574d4
-1
View File
@@ -421,7 +421,6 @@ class StreamingDataset(IterableDataset):
warnings.warn(
"blocks_per_epoch='auto' uses an approximate token-count sample; "
"pass an explicit value for exact epoch sizing",
stacklevel=3,
)
# TODO: Replace this fallback with Lance's dedicated exact token-count