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

[fix] optimum token selector do sample defaults #2448

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

tosterberg
Copy link
Contributor

@tosterberg tosterberg commented Oct 15, 2024

Description

Fixing error with default behavior when do_sample is true but neither top_p / top_k are set. Fix added for defaulting the prefill/decode bool to None inside the NiaveRollingBatcher to support the updates to Optimum modeling. Additionally, removing stale model tests.

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@tosterberg tosterberg requested review from zachgk and a team as code owners October 15, 2024 17:46
@tosterberg tosterberg merged commit 94644d1 into deepjavalibrary:master Oct 15, 2024
9 checks passed
@tosterberg tosterberg deleted the testing-clean-up branch October 15, 2024 19:55
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