"csrc/git@developer.sourcefind.cn:OpenDAS/torch-scatter.git" did not exist on "8ec6d0c65edcf997498d64516eb79b4395a5b127"
Unverified Commit 5c2d66a2 authored by Julien Plu's avatar Julien Plu Committed by GitHub
Browse files

Unlock XLA test for convbert (#10207)

parent 1c8c2d9a
......@@ -302,10 +302,6 @@ class TFConvBertModelTest(TFModelTesterMixin, unittest.TestCase):
[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
def test_model_from_pretrained(self):
model = TFConvBertModel.from_pretrained("YituTech/conv-bert-base")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment