mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-21 05:28:25 +00:00
remove stack level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user