thunlp / OpenPrompt

An Open-Source Framework for Prompt-Learning.
https://thunlp.github.io/OpenPrompt/
Apache License 2.0
4.37k stars 455 forks source link

import break when using latest transformers #309

Open xiyang-aads-lilly opened 6 months ago

xiyang-aads-lilly commented 6 months ago

file: pipeline_base.py line: 4 code: from transformers.generation_utils import GenerationMixin

this is broken, should be replaced with from transformers import GenerationMixin