- 28 Oct, 2024 1 commit
-
-
wangshuai09 authored
Signed-off-by:wangshuai09 <391746016@qq.com>
-
- 18 Sep, 2024 1 commit
-
-
Cyrus Leung authored
-
- 30 Aug, 2024 1 commit
-
-
Wenxiang authored
Co-authored-by:
Your Name <you@example.com> Co-authored-by:
Zeqi Lin <zelin@microsoft.com> Co-authored-by:
Zeqi Lin <Zeqi.Lin@microsoft.com>
-
- 27 Aug, 2024 1 commit
-
-
Dipika Sikka authored
Co-authored-by:ElizaWszola <eliza@neuralmagic.com>
-
- 22 Aug, 2024 2 commits
-
-
Dipika Sikka authored
-
Michael Goin authored
-
- 21 Aug, 2024 1 commit
-
-
Dipika Sikka authored
Co-authored-by:ElizaWszola <eliza@neuralmagic.com>
-
- 16 Aug, 2024 2 commits
-
-
Mor Zusman authored
-
Charlie Fu authored
-
- 13 Aug, 2024 1 commit
-
-
Dipika Sikka authored
-
- 07 Aug, 2024 1 commit
-
-
Michael Goin authored
-
- 29 Jul, 2024 1 commit
-
-
Thomas Parnell authored
Signed-off-by:Thomas Parnell <tpa@zurich.ibm.com>
-
- 25 Jul, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:mgoin <michael@neuralmagic.com>
-
- 23 Jul, 2024 2 commits
-
-
Michael Goin authored
-
Michael Goin authored
-
- 20 Jul, 2024 1 commit
-
-
Robert Shaw authored
-
- 19 Jul, 2024 1 commit
-
-
Robert Shaw authored
-
- 16 Jul, 2024 1 commit
-
-
Michael Goin authored
-
- 14 Jul, 2024 1 commit
-
-
Robert Shaw authored
-
- 11 Jul, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:Robert Shaw <rshaw@neuralmagic.com>
-
- 07 Jul, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:Robert Shaw <rshaw@neuralmagic>
-
- 03 Jul, 2024 2 commits
-
-
Michael Goin authored
-
youkaichao authored
-
- 02 Jul, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:
Robert Shaw <rshaw@neuralmagic> Co-authored-by:
Michael Goin <michael@neuralmagic.com>
-
- 01 Jul, 2024 1 commit
-
-
youkaichao authored
-
- 30 Jun, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:Robert Shaw <rshaw@neuralmagic>
-
- 28 Jun, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:Robert Shaw <rshaw@neuralmagic>
-
- 20 Jun, 2024 1 commit
-
-
Tyler Michael Smith authored
-
- 14 Jun, 2024 1 commit
-
-
Tyler Michael Smith authored
-
- 13 Jun, 2024 2 commits
-
-
Tyler Michael Smith authored
-
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>
-
- 08 Jun, 2024 2 commits
-
-
Michael Goin authored
-
Cheng Li authored
Bug description: With torch 2.4.0.dev20240603+cu121, cutlass_fp8_supported outputs False, and the (capability, version) before the comparison is (90, 11111111112) This PR fixes the support check for FP8 CUTLASS ( cutlass_fp8_supported) which was introduced in https://github.com/vllm-project/vllm/pull/5183.
-
- 07 Jun, 2024 1 commit
-
-
Tyler Michael Smith authored
Switching from torch._scaled_mm to vLLM's cutlass fp8 kernels when supported as we are seeing 5-15% improvement in e2e performance on neuralmagic/Meta-Llama-3-8B-Instruct-FP8 see https://docs.google.com/spreadsheets/d/1GiAnmzyGHgZ6zL_LDSTm35Bdrt4A8AaFEurDlISYYA4/ for some quick e2e benchmarks and #5144 for comparisons across different GEMM sizes.
-
- 05 Jun, 2024 1 commit
-
-
Cody Yu 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).
-
- 09 May, 2024 1 commit
-
-
Philipp Moritz authored
This PR improves the FP8 performance of linear layers, which had been lacking before (#4118 (comment) and #4118 (comment)). We noticed that CUBLASLt can find a better algorithm if the first dimension of the matrix is greater than 16. So this PR enlarges matrices appropriately during quantization. This improves FP8 performance and removes the performance regression vs. FP16, in many cases exceeding FP16 performance. Here are benchmarks on llama3 70b (ITL numbers for 1000 input and 50 output tokens at fixed qps and at TP 4), all FP8 measurements are for dynamic quantization: qps = 1: 24 ms (FP8, this PR), 32 ms (FP8, previous main), 26 ms (FP16) qps = 2: 26 ms (FP8, this PR), 34ms (FP8, previous main), 28 ms (FP16) qps = 4: 33 ms (FP8, this PR), 44 ms (FP8, previous main), 36 ms (FP16) qps = 6: 46 ms (FP8, this PR), 56 ms (FP8, previous main), 54 ms (FP16) qps = 8: 85 ms (FP8, this PR), 85 ms (FP8, previous main), 138 ms (FP16)
-
- 30 Apr, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:
Philipp Moritz <pcmoritz@gmail.com> Co-authored-by:
Woosuk Kwon <woosuk.kwon@berkeley.edu> Co-authored-by:
mgoin <michael@neuralmagic.com> Co-authored-by:
Tyler Michael Smith <tyler@neuralmagic.com> Co-authored-by:
Cody Yu <hao.yu.cody@gmail.com>
-
- 27 Apr, 2024 1 commit
-
-
Philipp Moritz authored
Co-authored-by:Woosuk Kwon <woosuk.kwon@berkeley.edu>
-
- 26 Apr, 2024 1 commit
-
-
Cody Yu authored
-