Making TF Longformer-like models compliant with AMP (#10233)
* AMP * Add LED * Apply style * Fix longformer
This commit is contained in:
@@ -343,10 +343,6 @@ class TFLongformerModelTest(TFModelTesterMixin, unittest.TestCase):
|
||||
# This test is too long (>30sec) and makes fail the CI
|
||||
pass
|
||||
|
||||
def test_mixed_precision(self):
|
||||
# TODO JP: Make Longformer float16 compliant
|
||||
pass
|
||||
|
||||
def test_xla_mode(self):
|
||||
# TODO JP: Make Longformer XLA compliant
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user