-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Generative Scoring #34539
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
Merged
Merged
Generative Scoring #34539
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f6ef430
add scoring API
vedantjh2 c4d13da
only compute necessary tokens for scoring rather than all the tokens …
vedantjh2 8288f48
clean up code
vedantjh2 2dc6250
combine generative score API in v1/score to unify the scoring endpoin…
vedantjh2 9777317
update docs
vedantjh2 b2b5223
change test end point to v1/score
vedantjh2 21b35e1
remove sampling params that we do not need for scoring
vedantjh2 16c2f21
update tests
vedantjh2 c169f6f
remove circular import safety net
vedantjh2 1a259d2
move files into the correct test folder
vedantjh2 f4b81b5
allow for heterogenous token_id batching to occur in a batch and limi…
vedantjh2 d973f81
require exactly 2 token ids for generative scoring
vedantjh2 8a9316f
require exactly 2 token ids for generative scoring
vedantjh2 396fb35
move imports to top and solve vircular import
vedantjh2 933be09
add truncation for tokens
vedantjh2 8e5b19c
consolidate tests and include changes from recent updates
vedantjh2 55444b5
optimize batch processing
9858dea
Merge main into vjhaveri/scoring
a97b472
Move generative scoring out of pooling into standalone /generative_sc…
3b30047
refactor generative score api
090485f
Merge remote-tracking branch 'upstream/main' into vjhaveri/scoring
0ce2afe
Remove unrelated protocol.py changes
9de4626
Code review fixes: remove dead code, fix docs, fix test paths
98490d2
change name to generative_scoring
6f74962
update docs to separate out pooling and gen scoring
3ec2d50
Merge branch 'main' into vjhaveri/scoring
DarkLight1337 24f1337
update engine input to use renderer and lint fixes
a781350
Merge remote-tracking branch 'upstream/main' into vjhaveri/scoring
6fce10b
fix changes after integrating upstream for failing ci and testing loc…
264dd94
fix failing metadata CI
814db14
Fix test mocks: add renderer to mock engine, fix expected status code
5dc5be3
Merge branch 'main' into vjhaveri/scoring
DarkLight1337 c4c0c1d
Add type annotation for tokenizer parameter to fix docs build
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # SPDX-FileCopyrightText: Copyright contributors to the vLLM project |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.