Unlock XLA test for convbert (#10207)
This commit is contained in:
@@ -302,10 +302,6 @@ class TFConvBertModelTest(TFModelTesterMixin, unittest.TestCase):
|
|||||||
[self.model_tester.num_attention_heads / 2, encoder_seq_length, encoder_key_length],
|
[self.model_tester.num_attention_heads / 2, encoder_seq_length, encoder_key_length],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_xla_mode(self):
|
|
||||||
# TODO JP: Make ConvBert XLA compliant
|
|
||||||
pass
|
|
||||||
|
|
||||||
@slow
|
@slow
|
||||||
def test_model_from_pretrained(self):
|
def test_model_from_pretrained(self):
|
||||||
model = TFConvBertModel.from_pretrained("YituTech/conv-bert-base")
|
model = TFConvBertModel.from_pretrained("YituTech/conv-bert-base")
|
||||||
|
|||||||
Reference in New Issue
Block a user