[Compile] Only test compiling model forward pass (#35658)
* rename test to only compile forward! * style emu
This commit is contained in:
@@ -176,10 +176,6 @@ class Emu3Text2TextModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTe
|
||||
def test_custom_4d_attention_mask(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("Fails with unknown error only on end-to-end compile") # TODO raushan fixme
|
||||
def test_generate_compile_1_end_to_end(self):
|
||||
pass
|
||||
|
||||
|
||||
class Emu3Vision2TextModelTester:
|
||||
def __init__(
|
||||
@@ -398,10 +394,6 @@ class Emu3Vision2TextModelTest(ModelTesterMixin, GenerationTesterMixin, Pipeline
|
||||
def test_initialization(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("End-to-end compilation is not supported due to dynamic control in `prepare_inputs_for_generation`")
|
||||
def test_generate_compile_1_end_to_end(self):
|
||||
pass
|
||||
|
||||
|
||||
@require_torch
|
||||
class Emu3IntegrationTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user