- 20 Mar, 2026 2 commits
-
-
Flora Feng authored
Signed-off-by:sfeng33 <4florafeng@gmail.com>
-
Flora Feng authored
Signed-off-by:sfeng33 <4florafeng@gmail.com>
-
- 13 Mar, 2026 1 commit
-
-
Csrayz authored
Signed-off-by:Csrayz <33659823+Csrayz@users.noreply.github.com>
-
- 02 Dec, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 22 Oct, 2025 1 commit
-
-
Russell Bryant authored
Signed-off-by:
DarkLight1337 <tlleungac@connect.ust.hk> Co-authored-by:
DarkLight1337 <tlleungac@connect.ust.hk>
-
- 12 Oct, 2025 1 commit
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 09 Oct, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 05 Oct, 2025 1 commit
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 18 Sep, 2025 1 commit
-
-
Aaron Pham authored
Signed-off-by:
Aaron Pham <contact@aarnphm.xyz> Signed-off-by:
Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by:
Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 09 Sep, 2025 1 commit
-
-
Flora Feng authored
Signed-off-by:sfeng33 <4florafeng@gmail.com>
-
- 07 Aug, 2025 1 commit
-
-
Michael Goin authored
Signed-off-by:Michael Goin <mgoin64@gmail.com>
-
- 17 Jul, 2025 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 03 Jul, 2025 1 commit
-
-
Nick Hill authored
Signed-off-by:Nick Hill <nhill@redhat.com>
-
- 03 Jun, 2025 1 commit
-
-
Simon Mo authored
Signed-off-by:simon-mo <simon.mo@hey.com>
-
- 23 May, 2025 1 commit
-
-
Feng XiaoLong authored
Signed-off-by:
Crucifixion-Fxl <xmufxl@gmail.com> Co-authored-by:
Crucifixion-Fxl <xmufxl@gmail.com>
-
- 12 May, 2025 1 commit
-
-
Cheng Kuan Yong Jason authored
[Bugfix] validate grammar and throw 400 error instead of crashing the engine when xgrammar validation fails (#17623) Signed-off-by:
Jason Cheng <jasoncky96@gmail.com> Co-authored-by:
Russell Bryant <rbryant@redhat.com>
-
- 12 Mar, 2025 1 commit
-
-
Nick Hill authored
Signed-off-by:Nick Hill <nhill@redhat.com>
-
- 03 Mar, 2025 1 commit
-
-
Harry Mellor authored
-
- 24 Feb, 2025 1 commit
-
-
afeldman-nm authored
Signed-off-by:
Andrew Feldman <afeldman@neuralmagic.com> Co-authored-by:
Nick Hill <nhill@redhat.com>
-
- 07 Feb, 2025 1 commit
-
-
afeldman-nm authored
This PR is adding support for sample logprobs & prompt logprobs to vLLM v1. New behavior: - During model execution, model runner computes sample logprobs (if user-provided logprobs setting is not None) and prompt logprobs (if user-provided prompt_logprobs setting is not None). For both sample and prompt logprobs, the engine core returns 3 vectors: token ids, token logprob values, token ranks. Ranks reflect tokens' 1-indexed positions in the vocabulary vector after sorting the vocabulary by log probability in descending order. - In scheduler.update_from_output(), sample and prompt logprobs are incorporated into the EngineCoreOutput data structure which is transferred to the engine client. If multiprocessing is enabled, then sample and prompt logprobs will be (de)serialized when the EngineCoreOutput data structure is (de)serialized. - During output processing, the LogprobsProcessor transforms the triplet of token ids, token logprobs values, and token ranks into the OpenAI-compatible List[Dict[token id,Logprob]] format (for sample and prompt logprobs respectively.) - Each Logprob instance (whether sample- or prompt-) consists of a token's log-probability, rank, and detokenized string representation. Note that logprob detokenization is handled by the LogprobsProcessor not the detokenizer. Signed-off-by:
Andrew Feldman <afeldman@neuralmagic.com> Signed-off-by:
Nick Hill <nhill@redhat.com> Signed-off-by:
rshaw@neuralmagic.com <rshaw@neuralmagic.com> Co-authored-by:
rshaw@neuralmagic.com <rshaw@neuralmagic.com> Co-authored-by:
Nick Hill <nhill@redhat.com>
-
- 02 Feb, 2025 1 commit
-
-
Russell Bryant authored
- **Add SPDX license headers to python source files** - **Check for SPDX headers using pre-commit** commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745 Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:18:24 2025 -0500 Add SPDX license headers to python source files This commit adds SPDX license headers to python source files as recommended to the project by the Linux Foundation. These headers provide a concise way that is both human and machine readable for communicating license information for each source file. It helps avoid any ambiguity about the license of the code and can also be easily used by tools to help manage license compliance. The Linux Foundation runs license scans against the codebase to help ensure we are in compliance with the licenses of the code we use, including dependencies. Having these headers in place helps that tool do its job. More information can be found on the SPDX site: - https://spdx.dev/learn/handling-license-info/ Signed-off-by:Russell Bryant <rbryant@redhat.com> commit 5a1cf1cb3b80759131c73f6a9dddebccac039dea Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:36:32 2025 -0500 Check for SPDX headers using pre-commit Signed-off-by:
Russell Bryant <rbryant@redhat.com> --------- Signed-off-by:
Russell Bryant <rbryant@redhat.com>
-
- 31 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 29 Oct, 2024 1 commit
-
-
Joe Runde authored
Signed-off-by:Joe Runde <Joseph.Runde@ibm.com>
-
- 22 Oct, 2024 1 commit
-
-
youkaichao authored
-
- 08 Oct, 2024 1 commit
-
-
Brendan Wong authored
-
- 06 Oct, 2024 1 commit
-
-
Brendan Wong authored
Co-authored-by:youkaichao <youkaichao@126.com>
-
- 27 Aug, 2024 1 commit
-
-
Nick Hill authored
-
- 21 Aug, 2024 1 commit
-
-
Cyrus Leung authored
Co-authored-by:
Woosuk Kwon <woosuk.kwon@berkeley.edu> Co-authored-by:
Fei <dfdfcai4@gmail.com>
-
- 16 Aug, 2024 1 commit
-
-
Grant Pinkert authored
-
- 05 Aug, 2024 1 commit
-
-
youkaichao authored
-
- 29 Jul, 2024 1 commit
-
-
Nick Hill authored
-
- 25 Jul, 2024 1 commit
-
-
Evan Z. Liu authored
-
- 18 Jul, 2024 1 commit
-
-
Nick Hill authored
Co-authored-by:Cyrus Leung <cyrus.tl.leung@gmail.com>
-
- 17 Jul, 2024 1 commit
-
-
Cyrus Leung authored
-
- 16 Jul, 2024 2 commits
- 13 Jul, 2024 1 commit
-
-
youkaichao authored
Signed-off-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai> Co-authored-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai>
-
- 12 Jul, 2024 1 commit
-
-
Yihuan Bu authored
-
- 05 Jul, 2024 1 commit
-
-
jvlunteren authored
-
- 03 Jul, 2024 1 commit
-
-
SangBin Cho authored
-