Skip to content
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

Skip invalid gen config #618

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Skip invalid gen config #618

merged 3 commits into from
Jun 3, 2024

Conversation

dacorvo
Copy link
Collaborator

@dacorvo dacorvo commented Jun 1, 2024

What does this PR do?

The latest version of transformers refuses to save invalid generation config. This triggers an exception when exporting a model to Neuron since we must first save that model to a local directory.

This modifies the export code to check the generation config and recreate it from the model config if it is invalid.

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Collaborator

@JingyaHuang JingyaHuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@dacorvo dacorvo merged commit 5b311a3 into main Jun 3, 2024
9 of 11 checks passed
@dacorvo dacorvo deleted the skip_invalid_gen_config branch June 3, 2024 09:20
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.

3 participants