forked from jiuyuan/CPM-9G-8B
debug: add debug print
This commit is contained in:
parent
7c2e443db6
commit
10eec8063f
|
@ -74,6 +74,7 @@ def is_target_lang(json_obj):
|
|||
def deal_json_file(file_path, ds_write, repair_keys=None):
|
||||
print(f"begin deal {file_path}")
|
||||
t0 = time.time()
|
||||
print(file_path)
|
||||
with open(file_path, "r", encoding='utf-8') as fin:
|
||||
data_buffer = []
|
||||
for line in fin:
|
||||
|
|
Loading…
Reference in New Issue