"...runtime/git@developer.sourcefind.cn:change/sglang.git" did not exist on "662ecd93680c8195eda799cb9a497f93efdc521a"
Unverified Commit 70f74234 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

TFRobertaModelIntegrationTest requires tf (#4726)

parent d976ef26
...@@ -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):
......
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