- 13 Jun, 2024 13 commits
-
-
Cody Yu authored
Co-authored-by:Philipp Moritz <pcmoritz@gmail.com>
-
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>
-
Cyrus Leung authored
Co-authored-by:Roger Wang <ywang@roblox.com>
-
Cyrus Leung authored
-
Cyrus Leung authored
-
Woosuk Kwon authored
-
Li, Jiang authored
Co-authored-by:Jianan Gu <jianan.gu@intel.com>
-
wenyujin333 authored
Tune Qwen2-57B-A14B configs based on #4921 Throughput Performance command: python benchmarks/benchmark_throughput.py --model=Qwen/Qwen2-57B-A14B-Instruct --input-len 1000 --output-len 50 -tp 2 A100 GPU benchmark no config w/ PR tp=2 10.53 requests/s, 11058.17 tokens/s 12.47 requests/s, 13088.57 tokens/s tp=4 17.77 requests/s, 18662.95 tokens/s 20.20 requests/s, 21212.32 tokens/s
-
Michael Goin authored
-
Dipika Sikka authored
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>
-
Kevin H. Luu authored
Signed-off-by:kevin <kevin@anyscale.com>
-
youkaichao authored
[Core][Distributed] add coordinator to reduce code duplication in tp and pp (#5293)
-
- 12 Jun, 2024 14 commits
-
-
Isotr0py authored
-
Michael Goin authored
-
Michael Goin authored
-
Cyrus Leung authored
-
youkaichao authored
-
Travis Johnson authored
Signed-off-by:
Travis Johnson <tsjohnso@us.ibm.com> Co-authored-by:
Sanger Steel <sangersteel@gmail.com> Co-authored-by:
Roger Wang <ywang@roblox.com>
-
Arthur Kim authored
-
Cody Yu authored
Inspired by #5146, this PR improves FP8 quantize kernel by vectorizing data transfer to better utilize memory bandwidth. Microbenchmark shows that this improved kernel can achieve 1.0x-1.5x speedup (especially when hidden size is large). In details, we applied 3 optimizations: - Use inverted scale so that most divisions are changed to multiplications. - Unroll the loop by 4 times to improve ILP. - Use vectorized 4 to transfer data between HBM and SRAM.
-
Kevin H. Luu authored
Signed-off-by:kevin <kevin@anyscale.com>
-
Li, Jiang authored
-
Woosuk Kwon authored
-
SangBin Cho authored
-
Simon Mo authored
Revert "[CI/Build] Add `is_quant_method_supported` to control quantization test configurations" (#5463)
-
Michael Goin authored
-
- 11 Jun, 2024 13 commits
-
-
youkaichao authored
-
Nick Hill authored
Co-authored-by:Antoni Baum <antoni.baum@protonmail.com>
-
youkaichao authored
-
sasha0552 authored
-
Ali Panahi authored
-
Junichi Sato authored
-
Cade Daniel authored
-
Kuntai Du authored
Co-authored-by:simon-mo <simon.mo@hey.com>
-
Cade Daniel authored
-
SangBin Cho authored
Co-authored-by:
DarkLight1337 <tlleungac@connect.ust.hk> Co-authored-by:
ywang96 <ywang@roblox.com>
-
Woosuk Kwon authored
-
Roger Wang authored
-
youkaichao authored
-