- 01 Jul, 2024 2 commits
-
-
James Whedbee authored
-
zhyncs authored
-
- 29 Jun, 2024 1 commit
-
-
mcalman authored
-
- 28 Jun, 2024 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Jun, 2024 1 commit
-
-
Woo-Yeon Lee authored
[Speculative Decoding] Support draft model on different tensor-parallel size than target model (#5414)
-
- 20 Jun, 2024 1 commit
-
-
Michael Goin authored
-
- 19 Jun, 2024 2 commits
-
-
DearPlanet authored
-
Tyler Michael Smith authored
-
- 18 Jun, 2024 1 commit
-
-
Ronen Schaffer authored
This PR adds basic support for OpenTelemetry distributed tracing. It includes changes to enable tracing functionality and improve monitoring capabilities. I've also added a markdown with print-screens to guide users how to use this feature. You can find it here
-
- 17 Jun, 2024 4 commits
-
-
Kuntai Du authored
[CI] Improve the readability of performance benchmarking results and prepare for upcoming performance dashboard (#5571)
-
Kunshang Ji authored
Co-authored-by:
Jiang Li <jiang1.li@intel.com> Co-authored-by:
Abhilash Majumder <abhilash.majumder@intel.com> Co-authored-by:
Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com>
-
zhyncs authored
-
Cody Yu authored
-
- 15 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 14 Jun, 2024 2 commits
-
-
Allen.Dou authored
-
Kuntai Du authored
[CI/Build][Misc] Add CI that benchmarks vllm performance on those PRs with `perf-benchmarks` label (#5073) Co-authored-by:simon-mo <simon.mo@hey.com>
-
- 13 Jun, 2024 2 commits
-
-
Tyler Michael Smith authored
Co-authored-by:
Michael Goin <michael@neuralmagic.com> Co-authored-by:
youkaichao <youkaichao@gmail.com> Co-authored-by:
zifeitong <zifei.tong@parasail.io> Co-authored-by:
Robert Shaw <114415538+robertgshaw2-neuralmagic@users.noreply.github.com>
-
Wang, Yi authored
Signed-off-by:
Wang, Yi A <yi.a.wang@intel.com> Co-authored-by:
Roger Wang <ywang@roblox.com>
-
- 12 Jun, 2024 1 commit
-
-
Woosuk Kwon authored
-
- 08 Jun, 2024 1 commit
-
-
Benjamin Kitor authored
-
- 05 Jun, 2024 2 commits
-
-
Philipp Moritz authored
-
Tyler Michael Smith authored
-
- 04 Jun, 2024 2 commits
-
-
Woosuk Kwon authored
-
Woosuk Kwon authored
-
- 01 Jun, 2024 1 commit
-
-
Varun Sundar Rabindranath authored
Co-authored-by:
Varun Sundar Rabindranath <varun@neuralmagic.com> Co-authored-by:
Robert Shaw <114415538+robertgshaw2-neuralmagic@users.noreply.github.com>
-
- 31 May, 2024 2 commits
-
-
Cody Yu authored
-
SnowDist authored
Co-authored-by:Zhuohan Li <zhuohan123@gmail.com>
-
- 29 May, 2024 1 commit
-
-
Marut Pandya authored
Signed-off-by:pandyamarut <pandyamarut@gmail.com>
-
- 28 May, 2024 1 commit
-
-
Cyrus Leung authored
Co-authored-by:Roger Wang <ywang@roblox.com>
-
- 25 May, 2024 1 commit
-
-
Roger Wang authored
-
- 23 May, 2024 1 commit
-
-
Alexander Matveev authored
-
- 22 May, 2024 1 commit
-
-
Cody Yu authored
The 2nd PR for #4532. This PR supports loading FP8 kv-cache scaling factors from a FP8 checkpoint (with .kv_scale parameter).
-
- 20 May, 2024 1 commit
-
-
Kuntai Du authored
-
- 16 May, 2024 3 commits
-
-
Simon Mo authored
-
alexm-nm authored
-
Cody Yu authored
Co-authored-by:
Cade Daniel <edacih@gmail.com> Co-authored-by:
Cade Daniel <cade@anyscale.com>
-
- 14 May, 2024 1 commit
-
-
Kuntai Du authored
[Core][Hash][Automatic Prefix caching] Accelerating the hashing function by avoiding deep copies (#4696)
-
- 03 May, 2024 1 commit
-
-
SangBin Cho authored
-
- 01 May, 2024 2 commits
-
-
Philipp Moritz authored
This PR updates the tuning script for the fused_moe kernel to support FP8 and also adds configurations for TP4. Note that for the configuration I removed num_warps and num_stages for small batch sizes since that improved performance and brought the benchmarks on par with the numbers before in that regime to make sure this is a strict improvement over the status quo. All the numbers below are for mistralai/Mixtral-8x7B-Instruct-v0.1, 1000 input and 50 output tokens. Before this PR (with static activation scaling): qps = 1: 9.8 ms ITL, 0.49s e2e latency qps = 2: 9.7 ms ITL, 0.49s e2e latency qps = 4: 10.1 ms ITL, 0.52s e2e latency qps = 6: 11.9 ms ITL, 0.59s e2e latency qps = 8: 14.0 ms ITL, 0.70s e2e latency qps = 10: 15.7 ms ITL, 0.79s e2e latency After this PR (with static activation scaling): qps = 1: 9.8 ms ITL, 0.49s e2e latency qps = 2: 9.7 ms ITL, 0.49s e2e latency qps = 4: 10.2 ms ITL, 0.53s e2e latency qps = 6: 11.9 ms ITL, 0.59s e2e latency qps = 8: 11.9 ms ITL, 0.59s e2e latency qps = 10: 12.1 ms ITL, 0.61s e2e latency
-
leiwen83 authored
Co-authored-by:
Lei Wen <wenlei03@qiyi.com> Co-authored-by:
Sage Moore <sagemoore@utexas.edu>
-