"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "7bd6d171e349ab4230c4510a5314b20d1840b5ed"
Unverified Commit 959d448b authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Fix led torchscript (#12735)

* Don't test LED on torchscript

* Typo
parent f03580fb
......@@ -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)
......
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