We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac63dd commit 900cd1cCopy full SHA for 900cd1c
utils/check_support_list.py
@@ -47,6 +47,7 @@ def check_attention_processors():
47
f"{processor} should be in listed in the attention processor documentation but is not. Please update the documentation."
48
)
49
50
+
51
def check_image_processors():
52
with open(os.path.join(REPO_PATH, "docs/source/en/api/image_processor.md"), "r") as f:
53
doctext = f.read()
@@ -63,6 +64,7 @@ def check_image_processors():
63
64
f"{processor} should be in listed in the image processor documentation but is not. Please update the documentation."
65
66
67
68
def check_activations():
69
with open(os.path.join(REPO_PATH, "docs/source/en/api/activations.md"), "r") as f:
70
0 commit comments