- 08 Feb, 2025 3 commits
-
-
Woosuk Kwon authored
Signed-off-by:Woosuk Kwon <woosuk.kwon@berkeley.edu>
-
Woosuk Kwon authored
Signed-off-by:Woosuk Kwon <woosuk.kwon@berkeley.edu>
-
Lu Fang authored
Signed-off-by:Lu Fang <lufang@fb.com>
-
- 07 Feb, 2025 11 commits
-
-
Robert Shaw authored
-
TJian authored
[ROCm] [Feature] [Doc] [Dockerfile] [BugFix] Support Per-Token-Activation Per-Channel-Weight FP8 Quantization Inferencing (#12501)
-
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>
-
Amit Garg authored
-
Cyrus Leung authored
-
Lu Fang authored
Signed-off-by:Lu Fang <lufang@fb.com>
-
Maximilien de Bayser authored
-
Szymon Ożóg authored
-
ZSL98 authored
Co-authored-by:zhangshulai <zhangshulai@bytedance.com>
-
Lucas Wilkinson authored
-
Kevin H. Luu authored
Signed-off-by: <> Co-authored-by:EC2 Default User <ec2-user@ip-172-31-20-117.us-west-2.compute.internal>
-
- 06 Feb, 2025 21 commits
-
-
Lu Fang authored
Signed-off-by:Lu Fang <lufang@fb.com>
-
Yu Chin Fabian Lim authored
Signed-off-by:
Yu Chin Fabian Lim <flim@sg.ibm.com> Signed-off-by:
Tyler Michael Smith <tyler@neuralmagic.com> Co-authored-by:
Tyler Michael Smith <tyler@neuralmagic.com>
-
Varun Sundar Rabindranath authored
Signed-off-by:
Varun Sundar Rabindranath <varun@neuralmagic.com> Co-authored-by:
Varun Sundar Rabindranath <varun@neuralmagic.com>
-
Isotr0py authored
-
Jitse Klomp authored
-
youkaichao authored
Signed-off-by:youkaichao <youkaichao@gmail.com>
-
Isotr0py authored
-
Cyrus Leung authored
-
Kevin H. Luu authored
Signed-off-by:
EC2 Default User <ec2-user@ip-172-31-20-117.us-west-2.compute.internal> Signed-off-by: <> Co-authored-by:
EC2 Default User <ec2-user@ip-172-31-20-117.us-west-2.compute.internal>
-
Lucas Wilkinson authored
Signed-off-by:Lucas Wilkinson <lwilkinson@neuralmagic.com>
-
Simon Mo authored
-
Dipika Sikka authored
-
youkaichao authored
Signed-off-by:youkaichao <youkaichao@gmail.com>
-
Michael Goin authored
-
Harry Mellor authored
-
Lu Fang authored
Signed-off-by:Lu Fang <lufang@fb.com>
-
Sumit Vij authored
-
Lu Fang authored
-
Lucas Wilkinson authored
-
Gregory Shtrasberg authored
-
Cyrus Leung authored
-
- 05 Feb, 2025 5 commits
-
-
Roger Wang authored
-
Russell Bryant authored
-
Cyrus Leung authored
-
Rahul Tuli authored
-
Sanju C Sudhakaran authored
-