"This starts to fail since 2024/05/24, but earlier commits also fail now and affect many other tests. The error is `an illegal memory access was encountered`."
)
deftest_model_parallelism(self):
super().test_model_parallelism()
deftest_config(self):
# we don't test common_properties and arguments_init as these don't apply for Deformable DETR
@@ -304,12 +304,6 @@ class RwkvModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMixin
standardMsg="%s not found in %s"%(safe_repr(member),safe_repr(container))
self.fail(self._formatMessage(msg,standardMsg))
@unittest.skip(
"This starts to fail since 2024/05/24, but earlier commits also fail now and affect many other tests. The error is `an illegal memory access was encountered`."