Open xiyang-aads-lilly opened 6 months ago
file: pipeline_base.py line: 4 code: from transformers.generation_utils import GenerationMixin
from transformers.generation_utils import GenerationMixin
this is broken, should be replaced with from transformers import GenerationMixin
from transformers import GenerationMixin
file: pipeline_base.py line: 4 code:
from transformers.generation_utils import GenerationMixin
this is broken, should be replaced with
from transformers import GenerationMixin