mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-03 03:25:22 +00:00
Quieting some messages
This commit is contained in:
parent
8327da2415
commit
4b3660debd
@ -187,8 +187,7 @@ def load_specific_tests_cached(jsonl_file: str, test_ids_tuple: tuple):
|
||||
List of test objects matching the specified IDs
|
||||
"""
|
||||
test_ids = set(test_ids_tuple)
|
||||
logger.info(f"Loading {len(test_ids)} specific tests from {jsonl_file}")
|
||||
|
||||
|
||||
relevant_tests = []
|
||||
with open(jsonl_file, 'r') as f:
|
||||
for line in f:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user