Skip to content

Commit

Permalink
Update test_image_text_matching_filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijianma authored Nov 28, 2023
1 parent 55c64a2 commit ccc26ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ops/filter/test_image_text_matching_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccc26ad

Please sign in to comment.