Skip to content

fix: update the version of transformers to support in evaluating gpt-neo models #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YU-Anthony
Copy link

@YU-Anthony YU-Anthony commented Mar 17, 2022

  • Evaluated on: GPT Neo

There is an error would happen if you want to evaluate gpt-neo related models (e.g. "EleutherAI/gpt-neo-125M") using the original version of transformers. This is due to the change of modeling_gpt_neo.py file in the latest version of transformers.

@YU-Anthony YU-Anthony changed the title fix: update the version of transformers to support use gpt-neo fix: update the version of transformers to support in evaluating gpt-neo models Mar 17, 2022
@jaketae
Copy link
Member

jaketae commented Apr 28, 2022

Hey @YU-Anthony, thanks for flagging this. I agree that we want to bump outdated versions. However, it seems like bumping transformers only introduces compatibility issues with other packages. I will open a separate PR that removes hard-coded version requirements in favor of >=.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants