-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
common : disable repeat penalties by default #6127
Conversation
Isn't that a little dangerous to change it for all others models ? |
…w repeat penalties default changed in (#6127)
FYI it breaks the server tests as new tokens sequences are now generated. Strange it is only on windows. Fixed in: |
…6146) * server tests : remove seemingly redundant newlines in print() * server tests : use built-in subprocess features, not os.kill and psutil * server tests : do not catch e.g. SystemExit; use print_exc * server tests: handle TimeoutExpired exception * server tests: fix connect on dual-stack systems * server: tests: add new tokens regex on windows generated following new repeat penalties default changed in (#6127) * server: tests: remove the hack on windows since now we get the good socket family * server: tests: add new tokens regex following new repeat penalties default changed in (#6127) * server: tests: add new tokens regex following new repeat penalties default changed in (#6127) --------- Co-authored-by: Pierrick HYMBERT <pierrick.hymbert@gmail.com>
Thanks and apologies for breaking that |
No worries at all, I think this is good that tests fail for this kind of changes |
…gerganov#6146) * server tests : remove seemingly redundant newlines in print() * server tests : use built-in subprocess features, not os.kill and psutil * server tests : do not catch e.g. SystemExit; use print_exc * server tests: handle TimeoutExpired exception * server tests: fix connect on dual-stack systems * server: tests: add new tokens regex on windows generated following new repeat penalties default changed in (ggerganov#6127) * server: tests: remove the hack on windows since now we get the good socket family * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) --------- Co-authored-by: Pierrick HYMBERT <pierrick.hymbert@gmail.com>
…gerganov#6146) * server tests : remove seemingly redundant newlines in print() * server tests : use built-in subprocess features, not os.kill and psutil * server tests : do not catch e.g. SystemExit; use print_exc * server tests: handle TimeoutExpired exception * server tests: fix connect on dual-stack systems * server: tests: add new tokens regex on windows generated following new repeat penalties default changed in (ggerganov#6127) * server: tests: remove the hack on windows since now we get the good socket family * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) --------- Co-authored-by: Pierrick HYMBERT <pierrick.hymbert@gmail.com>
…gerganov#6146) * server tests : remove seemingly redundant newlines in print() * server tests : use built-in subprocess features, not os.kill and psutil * server tests : do not catch e.g. SystemExit; use print_exc * server tests: handle TimeoutExpired exception * server tests: fix connect on dual-stack systems * server: tests: add new tokens regex on windows generated following new repeat penalties default changed in (ggerganov#6127) * server: tests: remove the hack on windows since now we get the good socket family * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) * server: tests: add new tokens regex following new repeat penalties default changed in (ggerganov#6127) --------- Co-authored-by: Pierrick HYMBERT <pierrick.hymbert@gmail.com>
ref #6095 (comment)