From ccc26ad399f7446e133e0ee89ee1a76835df02b7 Mon Sep 17 00:00:00 2001 From: zhijianma Date: Tue, 28 Nov 2023 08:50:05 +0800 Subject: [PATCH] Update test_image_text_matching_filter.py --- tests/ops/filter/test_image_text_matching_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ops/filter/test_image_text_matching_filter.py b/tests/ops/filter/test_image_text_matching_filter.py index f253a2598..5676e151f 100644 --- a/tests/ops/filter/test_image_text_matching_filter.py +++ b/tests/ops/filter/test_image_text_matching_filter.py @@ -16,7 +16,7 @@ class ImageTextMatchingFilterTest(unittest.TestCase): demo_path = os.path.join(data_path, 'blip.jpg') img3_path = os.path.join(data_path, 'img3.jpg') hf_blip = 'Salesforce/blip-itm-base-coco' - hf_blip = '/Users/mazhijian/Documents/Project_2023/P01_LLM/C04_Data/blip-itm-base-coco' + def _run_filter(self, dataset: Dataset, target_list, op, num_proc=1): if Fields.stats not in dataset.features: