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 c3a4a14 commit 48ac9e9Copy full SHA for 48ac9e9
tests/models/shieldgemma2/test_processing_shieldgemma2.py
@@ -17,7 +17,6 @@
17
import os
18
import shutil
19
import tempfile
20
-from typing import Optional
21
import unittest
22
23
from parameterized import parameterized
utils/check_repo.py
@@ -167,6 +167,7 @@
167
"models/vision_text_dual_encoder/test_modeling_flax_vision_text_dual_encoder.py",
168
"models/decision_transformer/test_modeling_decision_transformer.py",
169
"models/bark/test_modeling_bark.py",
170
+ "models/shieldgemma2/test_modeling_shieldgemma2.py",
171
]
172
173
# Update this list for models that are not in any of the auto MODEL_XXX_MAPPING. Being in this list is an exception and
0 commit comments