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

remove echo parameter in OpenAI completions API #1779

Merged

Conversation

djstrong
Copy link
Contributor

@djstrong djstrong commented May 3, 2024

Based on issue #1704

Copy link
Contributor

@haileyschoelkopf haileyschoelkopf left a comment

Choose a reason for hiding this comment

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

Thank you for the fix!

@haileyschoelkopf haileyschoelkopf merged commit c34986d into EleutherAI:main May 5, 2024
3 of 8 checks passed
notrichardren pushed a commit to steven-basart/lm-evaluation-harness that referenced this pull request May 31, 2024
* remove echo parameter in OpenAI completions API

* remove context length parameter doc string
@sancha
Copy link

sancha commented Jun 11, 2024

This change looks dangerous. OpenAI may have deprecated the echo param, but vllm still maintains a completions api which supports echo and outputs prompt logits. With this change, local_completions would be scored wrongly, isn't it?

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.

None yet

3 participants