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

Faster repetition penalty sampling operation #199

Merged
merged 4 commits into from
Nov 24, 2023
Merged

Faster repetition penalty sampling operation #199

merged 4 commits into from
Nov 24, 2023

Conversation

li-plus
Copy link
Owner

@li-plus li-plus commented Nov 24, 2023

Get rid of unordered_set which is slow. Use plain vector to deduplicate instead.

@li-plus li-plus merged commit e09726e into main Nov 24, 2023
12 checks passed
@li-plus li-plus deleted the opt-sampling branch November 24, 2023 16:48
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.

1 participant