Skip to content

Commit 72db420

Browse files
author
Ye Shaokai
committed
updates
1 parent 8219a28 commit 72db420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action/chatgpt_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ def multi_process_inference(root,
490490

491491
#multi_process_annotate(train_file_path, root)
492492
#explore_wrong_examples(root, pred_folder)
493-
multi_process_inference(root, pred_folder, debug = False,
493+
multi_process_inference(root,
494+
pred_folder,
495+
debug = False,
494496
clip_length = 4,
495497
topk = 5)

0 commit comments

Comments
 (0)