Skip to content

Commit

Permalink
Fix led torchscript (#12735)
Browse files Browse the repository at this point in the history
* Don't test LED on torchscript

* Typo
  • Loading branch information
LysandreJik authored Jul 15, 2021
1 parent f03580f commit 959d448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_modeling_led.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class LEDModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCase):
is_encoder_decoder = True
test_pruning = False
test_missing_keys = False
test_torchscript = False

def setUp(self):
self.model_tester = LEDModelTester(self)
Expand Down

0 comments on commit 959d448

Please sign in to comment.