Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
959d448b
Unverified
Commit
959d448b
authored
Jul 15, 2021
by
Lysandre Debut
Committed by
GitHub
Jul 15, 2021
Browse files
Fix led torchscript (#12735)
* Don't test LED on torchscript * Typo
parent
f03580fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_modeling_led.py
tests/test_modeling_led.py
+1
-0
No files found.
tests/test_modeling_led.py
View file @
959d448b
...
@@ -273,6 +273,7 @@ class LEDModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCase):
...
@@ -273,6 +273,7 @@ class LEDModelTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCase):
is_encoder_decoder
=
True
is_encoder_decoder
=
True
test_pruning
=
False
test_pruning
=
False
test_missing_keys
=
False
test_missing_keys
=
False
test_torchscript
=
False
def
setUp
(
self
):
def
setUp
(
self
):
self
.
model_tester
=
LEDModelTester
(
self
)
self
.
model_tester
=
LEDModelTester
(
self
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment