Commit Graph
5031 Commits
Author SHA1 Message Date
Liangsheng Yinandgemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 5dfcd6c207 add proctitle for tokenizers (#9952)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-03 13:31:38 +08:00
0dfd54d11d Optimized deepseek-v3/r1 model performance on mxfp4 run (#9671)
Co-authored-by: wunhuang <wunhuang@amd.com>
Co-authored-by: wghuang <wghuang@amd.com>
2025-09-02 22:26:28 -07:00
jingyu-mlandJingyu Xin bcbeed714f Qwen FP8/NVFP4 ModelOPT Quantization support (#7912)
Co-authored-by: Jingyu Xin <jingyux@nvidia.com>
2025-09-02 20:56:03 -07:00
南京小汤包 cc9a31c662 Update tool_chat_template_deepseekv31.jinja (#9895) 2025-09-02 20:29:21 -07:00
Lianmin Zheng d631290e32 Remove annoying warnings in sgl kernel build (#9905) 2025-09-02 20:18:25 -07:00
JinYan SuandZhiqiang Xie 37565b7f21 fix(cache): move ongoing_prefetch pop after validation to prevent leak (#9927)
Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
2025-09-03 02:39:34 +00:00
Al-Ekram Elahee Hridoy 6243c36702 [Fix] DeepSeek EP accuracy issue on B200 GPUs (#9946) 2025-09-02 19:31:15 -07:00
Lianmin Zheng 60e37f8028 Move parsers under a single folder (#9912) 2025-09-02 18:25:04 -07:00
Zhiqiang Xie 369b143366 [HiCache] Minor fix on file storage backend (#9869) 2025-09-02 15:52:37 -07:00
tc-mbandXinyuan Tong 03dbf1aa8e [model] support MiniCPM-V 4.0 (#8747)
Signed-off-by: tc-mb <caitianchi@modelbest.cn>
Co-authored-by: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com>
2025-09-02 15:33:03 -07:00
Chang Su 11dcabc545 Grpc client (#9939) 2025-09-02 11:47:35 -07:00
hzh0425 4d89389c4f Fix the key passing issue in page first layout. (#9929) 2025-09-02 11:30:11 -07:00
Simo Lin 9491d6e554 [router] include rust benchamrks (#9932) 2025-09-02 09:32:09 -07:00
yilian49 f64b8e3e4e Support the internvl3.5 family models in sglang (#9705) 2025-09-02 22:06:48 +08:00
ykwd 53976fce97 [Hicache] Generic page get bugfix (#9909) 2025-09-02 20:22:06 +08:00
Yineng Zhang 18f91eb639 chore: bump v0.5.2rc1 (#9920) 2025-09-02 04:43:34 -07:00
Yineng Zhang 8766b3aca8 fix: update router deps (#9921) 2025-09-02 03:28:58 -07:00
JieXin Liang 1db649ac02 [feat] apply deep_gemm compile_mode to skip launch (#9879) 2025-09-02 03:20:30 -07:00
Xiaoyu Zhang a1e5d78115 fix parallel_state.py current_platform bug (#9919) 2025-09-02 03:17:15 -07:00
Guoyuan Lin b7361cc444 [Fix] fix the issue encountered when inference LongCat-Flash/MTP EP MoE on b200 (#9916) 2025-09-02 03:11:14 -07:00
Yineng Zhang a96c5b5c14 chore: bump v0.3.8 sgl-kernel (#9907) 2025-09-02 01:27:26 -07:00
Mohammad Miadh Angkad b9eb0d9c2b Change tensor alignment method to mn major (#9844) 2025-09-02 01:23:13 -07:00
Lifu Huang 1fbfdebe6b [chore] fix dead links in doc (#9913) 2025-09-02 00:28:26 -07:00
Shangming Cai a25e8e42eb Move multi-tokenizer event loop to better place (#9902)
Signed-off-by: Shangming Cai <csmthu@gmail.com>
2025-09-01 23:12:21 -07:00
chenxjandyuhyao d4a938417d [feat] Support tp mode for DeepSeek-R1-W4AFP8 (#8118)
Co-authored-by: yuhyao <827623970@qq.com>
2025-09-01 22:17:26 -07:00
Bruce-x-1997andforestlee95 21e1bc475c [router] fix FunctionCallResponse proto, support arguments is null (#9875)
Co-authored-by: forestlee95 <forestlee95@foxmail.com>
2025-09-01 20:37:15 -07:00
Chang Su 9a0cac1be0 [router] add grpc pd and regular router init (#9893) 2025-09-01 20:06:15 -07:00
Xiaoyu Zhang b5245064f6 [code style] restruct fused_moe to avoid very long single file (#9878) 2025-09-02 11:04:27 +08:00
LukasBluebaum 9d9fa9a537 [router] Fix short timeout for the prefill client (#9803) 2025-09-01 19:57:04 -07:00
hzh0425 58d06fdc95 [HiCacheStorage]: Improve 3fs kvstore‘s performance and resolve mla issues (#9876) 2025-09-01 19:01:48 -07:00
huangtingweiandZhiqiang Xie cb9e0e4180 [HiCacheStorage] fix abort request host memory leaks (#9874)
Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
2025-09-01 18:59:29 -07:00
Rain Jiangandgemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 9db8025376 support fp8 kvcache for hybrid attn backend on GPT-OSS (#9783)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-09-01 19:17:12 +00:00
Chang Su 598c0bc19d [router] add tokenizer download support from hf hub (#9882) 2025-09-01 10:40:37 -07:00
huangtingwei b361750a4a Mooncake store get zero copy meta optimization (#9857) 2025-09-01 03:27:56 -07:00
Yineng Zhang 16e56ea693 chore: bump v0.5.2rc0 (#9862) 2025-09-01 03:07:36 -07:00
Yineng Zhang 349b491c63 chore: upgrade flashinfer 0.3.0 (#9864) 2025-09-01 03:07:19 -07:00
5f77e1292d Support Multi Process Tokenizer Manager(#6555) (#8964)
Signed-off-by: ybyang <ybyang7@iflytek.com>
Signed-off-by: huanglong <huanglong@linux.alibaba.com>
Co-authored-by: Huang Long <121648372+LLLL114@users.noreply.github.com>
Co-authored-by: huanglong <huanglong@linux.alibaba.com>
Co-authored-by: Shangming Cai <csmthu@gmail.com>
2025-09-01 01:00:13 -07:00
Sai EnduriandHubert Lu 4750cddf68 Update docker build workflows for gfx942 ROCm 7.0. (#9794)
Co-authored-by: Hubert Lu <Hubert.Lu@amd.com>
2025-09-01 00:37:12 -07:00
fzyzcjy 065e523d7b Tiny allow DeepGEMM on cu12.9 (#9858) 2025-08-31 23:29:56 -07:00
Baizhou Zhang 7de2ce45b2 Disable radix cache in test_lora_update.py for better stability (#9852) 2025-08-31 22:28:22 -07:00
hzh0425andZhiqiang Xie 8c2ffaaf0f fix(hicahce-long-bench): adjust context workload generator to use full query set (#9847)
Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
2025-08-31 14:51:18 -07:00
Pawel KowalskiandPawel Kowalski 20445327b2 fix inconsistent arguments for generated shared prefix bench (#9073)
Co-authored-by: Pawel Kowalski <pawel.kowalski@silo.ai>
2025-08-31 14:27:33 -07:00
Liangsheng Yin 6d3c20cf5b fix set_interal_state API (#9850) 2025-09-01 01:31:35 +08:00
Zhiqiang Xieandpansicheng 8b6966d020 [HiCache] Storage Refactoring (#9797)
Co-authored-by: pansicheng <27603155+pansicheng@users.noreply.github.com>
2025-08-31 22:58:21 +08:00
Kevin Xiang LiXiang LiXinyuan Tonggemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>Xinyuan Tong
a391f73adc Fuse gate_proj and up_proj in Qwen 2.5 VL's vision MLP (#9661)
Signed-off-by: Xinyuan Tong <xinyuantong.cs@gmail.com>
Co-authored-by: Xiang (Kevin) Li <lik@nvidia.com>
Co-authored-by: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Xinyuan Tong <xinyuantong.cs@gmail.com>
2025-08-31 11:08:28 +00:00
Lianmin ZhengandSheng Shen 25c7395934 Fix input logprob index (#9841)
Co-authored-by: Sheng Shen <sheng.s@berkeley.edu>
2025-08-31 02:56:47 -07:00
Teng Maandhzh0425 f05c68733e [HiCache] Clear kvcache in storage backend with fastAPI (#9750)
Co-authored-by: hzh0425 <hzh0425@apache.org>
2025-08-31 17:41:44 +08:00
Vincent Zhong 9a0d0b754d [Performance] Improve Qwen RMSNorm by replacing with native RMSNorm op (#9709) 2025-08-31 17:20:50 +08:00
VDV1985 ba861293cf [feat]Ascend NPU Gemma-3-12b and Gemma-3-27b support (#8909) 2025-08-31 00:25:07 -07:00
Chang Su c112bcc461 [router] global tool parser registry (#9840) 2025-08-30 23:35:39 -07:00