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

Fixing GGUF support for StableLm #35060

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Fixing GGUF support for StableLm #35060

merged 2 commits into from
Dec 10, 2024

Conversation

MekkCyber
Copy link
Contributor

What does this PR do?

Before the fix, there was a hidden issue where the use_qkv_bias parameter was not found in the configuration when using the GGUF format. As a result, the modeling code in transformers mistakenly assumed that there was no bias in the QKV layers.

Who can review ?

@SunMarc @LysandreJik

Copy link
Member

@SunMarc SunMarc left a comment

Choose a reason for hiding this comment

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

LGTM !

@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.

@MekkCyber MekkCyber merged commit e5c45a6 into main Dec 10, 2024
25 checks passed
@MekkCyber MekkCyber deleted the fix_stablelm_gguf_support branch December 10, 2024 15:30
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