-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: vllm-project/guidellm
base: main
head repository: vllm-project/guidellm
compare: feat/adv_prefix
- 20 commits
- 14 files changed
- 3 contributors
Commits on Sep 30, 2025
-
Add turns support to synthetic dataset
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1fa186f - Browse repository at this point
Copy the full SHA 1fa186fView commit details -
Add basic multiturn loader support
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7efb7b1 - Browse repository at this point
Copy the full SHA 7efb7b1View commit details -
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3f0cdbc - Browse repository at this point
Copy the full SHA 3f0cdbcView commit details -
Use details for next request in chain
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 220377e - Browse repository at this point
Copy the full SHA 220377eView commit details -
Implement worker support for multiturn
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3ac4df6 - Browse repository at this point
Copy the full SHA 3ac4df6View commit details -
Cancel requests in conversation
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a7bf690 - Browse repository at this point
Copy the full SHA a7bf690View commit details -
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e276f6c - Browse repository at this point
Copy the full SHA e276f6cView commit details -
Implement multiturn history in openai backend
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1de1c64 - Browse repository at this point
Copy the full SHA 1de1c64View commit details -
Add wait_then_requeue behavior
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0e8713c - Browse repository at this point
Copy the full SHA 0e8713cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd43b2c - Browse repository at this point
Copy the full SHA cd43b2cView commit details -
Add fixed prefix option to synthetic data
Signed-off-by: Samuel Monson <smonson@redhat.com> Add prefix before decode Signed-off-by: Samuel Monson <smonson@redhat.com> Add unique single-token prefix to every request Co-authored-by: Mehul <MEHTMEHUL@GMAIL.COM> Co-authored-by: Samuel Monson <smonson@redhat.com> Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for eade3a2 - Browse repository at this point
Copy the full SHA eade3a2View commit details -
Update tests for new prefix patch and reduce the number of mocks
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5795c02 - Browse repository at this point
Copy the full SHA 5795c02View commit details -
Add more prefix bucket testcases
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 66b5311 - Browse repository at this point
Copy the full SHA 66b5311View commit details -
Append prefix tokens only to first turn
Signed-off-by: Samuel Monson <smonson@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5ddb73c - Browse repository at this point
Copy the full SHA 5ddb73cView commit details
Commits on Oct 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3902a28 - Browse repository at this point
Copy the full SHA 3902a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a0e37 - Browse repository at this point
Copy the full SHA 98a0e37View commit details
Commits on Oct 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 213d801 - Browse repository at this point
Copy the full SHA 213d801View commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 79caf54 - Browse repository at this point
Copy the full SHA 79caf54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f8186 - Browse repository at this point
Copy the full SHA 23f8186View commit details
Commits on Oct 21, 2025
-
Configurable max_tokens/max_completion_tokens key (#399)
<!-- Include a short paragraph of the changes introduced in this PR. If this PR requires additional context or rationale, explain why the changes are necessary. --> Makes the `max_tokens` request key configurable through an environment variable per endpoint type. Defaults to `max_tokens` for legacy `completions` and `max_completion_tokens` for `chat/completions` <!-- Provide a detailed list of all changes introduced in this pull request. --> - Add the `GUIDELLM__OPENAI__MAX_OUTPUT_KEY` config option which is a dict mapping from route name -> output tokens key. Default is `{"text_completions": "max_tokens", "chat_completions": "max_completion_tokens"}` <!-- List the steps needed to test this PR. --> - <!-- Link any relevant issues that this PR addresses. --> - Closes #395 - Closes #269 - Related #210 --- - [x] "I certify that all code in this PR is my own, except as noted below." - [ ] Includes AI-assisted code completion - [ ] Includes code generated by an AI application - [ ] Includes AI-generated tests (NOTE: AI written tests should have a docstring that includes `## WRITTEN BY AI ##`) --------- Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: Samuel Monson <smonson@redhat.com> Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>Configuration menu - View commit details
-
Copy full SHA for e6c7e55 - Browse repository at this point
Copy the full SHA e6c7e55View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...feat/adv_prefix