importunittestfrom.test_pipelines_commonimportMonoInputPipelineCommonMixinclassTextGenerationPipelineTests(MonoInputPipelineCommonMixin,unittest.TestCase):pipeline_task="text-generation"pipeline_running_kwargs={"prefix":"This is "}small_models=["sshleifer/tiny-ctrl"]# Models tested without the @slow decoratorlarge_models=[]# Models tested with the @slow decorator