Skip to content

Commit dac63dd

Browse files
committed
uncomment image processor check
1 parent 0653e2d commit dac63dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/check_support_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ def check_normalizations():
9999

100100
if __name__ == "__main__":
101101
check_attention_processors()
102-
# check_image_processors()
102+
check_image_processors()
103103
check_activations()
104104
check_normalizations()

0 commit comments

Comments
 (0)