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
70f74234
"...runtime/git@developer.sourcefind.cn:change/sglang.git" did not exist on "662ecd93680c8195eda799cb9a497f93efdc521a"
Unverified
Commit
70f74234
authored
Jun 02, 2020
by
Sam Shleifer
Committed by
GitHub
Jun 02, 2020
Browse files
TFRobertaModelIntegrationTest requires tf (#4726)
parent
d976ef26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_modeling_tf_roberta.py
tests/test_modeling_tf_roberta.py
+1
-0
No files found.
tests/test_modeling_tf_roberta.py
View file @
70f74234
...
@@ -237,6 +237,7 @@ class TFRobertaModelTest(TFModelTesterMixin, unittest.TestCase):
...
@@ -237,6 +237,7 @@ class TFRobertaModelTest(TFModelTesterMixin, unittest.TestCase):
self
.
assertIsNotNone
(
model
)
self
.
assertIsNotNone
(
model
)
@
require_tf
class
TFRobertaModelIntegrationTest
(
unittest
.
TestCase
):
class
TFRobertaModelIntegrationTest
(
unittest
.
TestCase
):
@
slow
@
slow
def
test_inference_masked_lm
(
self
):
def
test_inference_masked_lm
(
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