Skip to content
New issue

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

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

Already on GitHub? # to your account

[Feature]: load_weights function in JambaForSequenceClassification #13430

Open
1 task done
afrenkai opened this issue Feb 17, 2025 · 0 comments
Open
1 task done

[Feature]: load_weights function in JambaForSequenceClassification #13430

afrenkai opened this issue Feb 17, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@afrenkai
Copy link

🚀 The feature, motivation and pitch

Working on my first contribution, and wanted to start with something light. I was reading #10860 which had a TODO for explicitly casting weights to float 32, but at the moment it just casts self.scores to float, and does not affect weights. I would like to submit a little 2 liner to have weights cast explicitly to float32 and score to float32. If I am misunderstanding something, please let me know. As far as I am aware, there are no open PRs or issues addressing this small change.

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant