Fix test_model_parallelism (#25359)
* fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -192,6 +192,7 @@ class EsmModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
|
||||
else {}
|
||||
)
|
||||
test_sequence_classification_problem_types = True
|
||||
model_split_percents = [0.5, 0.8, 0.9]
|
||||
|
||||
def setUp(self):
|
||||
self.model_tester = EsmModelTester(self)
|
||||
|
||||
Reference in New Issue
Block a user