Commit Graph

6437 Commits

Author SHA1 Message Date
fzyzcjy
8196998a03 Tiny add num retracted tokens metric (#15653) 2025-12-24 22:15:23 +08:00
fzyzcjy
aa21c6e3f1 Super tiny code cleanup (#15652) 2025-12-24 22:15:00 +08:00
fzyzcjy
fd4a558e71 Add metrics for having prefill and decode in different ranks (#15752) 2025-12-24 21:35:35 +08:00
fzyzcjy
b3b818fd86 Tiny unify realtime_tokens_total metric (#15747) 2025-12-24 21:29:43 +08:00
Liangsheng Yin
d5fbbfd988 Retry removing wrong logic about max total token in spec decoding (#15748) 2025-12-24 21:13:26 +08:00
fzyzcjy
e245cac0c5 Support JSON format request logging for easier parsing (#15743) 2025-12-24 19:52:43 +08:00
fzyzcjy
c6a6ba4368 Tiny refactor request logger (#15740) 2025-12-24 19:51:26 +08:00
vincentzed
ddb3970eb4 Tiny env cleanup in deepgemm (#15706)
Signed-off-by: vincentzed <207368749+vincentzed@users.noreply.github.com>
2025-12-24 00:58:46 -08:00
Liangsheng Yin
cb719c74ad [2/N] clean duplicate code of logprob processing in spec. (#15593) 2025-12-24 15:21:13 +08:00
Lianmin Zheng
ff903a7eea Simplify server args (#15704) 2025-12-23 22:46:12 -08:00
Prozac614
eee3700d84 [diffusion] feat: support lora strength (#15691) 2025-12-24 13:31:23 +08:00
Mick
dfb5357448 [diffusion] http-server: relax openai image endpoint's strict content_type limit (#15717) 2025-12-24 13:26:13 +08:00
Xuchun Shang
3bf07c684f [Feature][MM] split the images of one request into multiparts (#11828)
Signed-off-by: Xuchun Shang <xuchun.shang@linux.alibaba.com>
Signed-off-by: Kun(llfl) <i@imux.top>
Signed-off-by: Xuchun Shang <xuchun.shang@gmail.com>
Co-authored-by: Teng Ma <sima.mt@alibaba-inc.com>
Co-authored-by: Kun(llfl) <llfl@linux.alibaba.com>
Co-authored-by: Kun(llfl) <i@imux.top>
Co-authored-by: liusy58 <liusy58@linux.alibaba.com>
2025-12-24 11:22:04 +08:00
michael-amd
e7b09efc0a [AMD] Add AMD Nightly Performance & VLMs Accuracy Tests (#15500) 2025-12-23 19:03:27 -08:00
Xuchun Shang
fe712aa3df [bug fix] fix hicache jit kernel (#15177)
Signed-off-by: Xuchun Shang <xuchun.shang@gmail.com>
2025-12-24 10:31:21 +08:00
Roger Young
5c64a20da7 Update MiniMax-M2 ToolCall and add MiniMax-M2.1 in Docs (#15538)
Co-authored-by: xuebi <xuebi@minimaxi.com>
Co-authored-by: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com>
2025-12-23 15:11:52 -08:00
Lianmin Zheng
cf81737693 Add kv_transfer_total_mb to metrics (#15667) 2025-12-23 11:16:55 -08:00
Liangsheng Yin
bd572360f3 Tiny apply gsm8k mixin to ngram test (#15606) 2025-12-24 01:30:26 +08:00
ratish
5f3a47d8a7 [model-gateway]: add gRPC router embeddings endpoint implementation (#15273) 2025-12-23 09:12:22 -08:00
Liangsheng Yin
705287b2e5 Tiny add more information in retract logging. (#15694) 2025-12-24 00:43:36 +08:00
Yubo Wang
762846531f Fix Illegal Memory Access when fa3 + spec + topk + page_size > 1 (#15469)
Co-authored-by: Liangsheng Yin <lsyincs@gmail.com>
2025-12-24 00:13:57 +08:00
shuwenn
53f974b973 fix: potential crash for missing stream attribute (#15644) 2025-12-23 23:24:31 +08:00
DarkSharpness
291f11ae39 [Minor] Enhance JIT kernel and add dev docs (#14570) 2025-12-23 22:34:59 +08:00
Teng Ma
d7301c89ba [Feature] support fastsafetensors (#15091)
Signed-off-by: Xuchun Shang <xuchun.shang@gmail.com>
Co-authored-by: Xuchun Shang <xuchun.shang@gmail.com>
2025-12-23 22:33:56 +08:00
ryang
ffc23ef877 [diffusion] feat: generalize layerwise offloader to flux1 (#15633) 2025-12-23 22:22:40 +08:00
Tianyu Guo
fa2966983a Support PP for zmq_to_scheduler (#15312) 2025-12-23 17:07:55 +08:00
Douglas Yang
f9dd90ac35 fix: increasing H200 test timeout (#15600) 2025-12-23 01:00:37 -08:00
Alison Shao
ac42797cf7 [CI] Enable retry logic for flaky CI tests (#14983) 2025-12-22 22:23:42 -08:00
Alison Shao
989d4b3012 [CI] Migrate nightly tests to test/registered/ (#15582) 2025-12-22 22:16:32 -08:00
Baidu-AIAK
bc3ca30023 [PD] Support fake decode for PD disaggregation without prefill node (#14628)
Co-authored-by: sunhailiang <sunhailiang@baidu.com>
2025-12-23 12:43:33 +08:00
yuchengz816-bot
061f41affc MoE: Skip SiLU/GELU activation for masked experts (#15539)
Co-authored-by: Runkai Tao <rt572@physics.rutgers.edu>
2025-12-22 19:08:31 -08:00
Yuxuan Zhang
82f1d6157f [GLM-ASR] GLM-ASR Support (#15570)
Co-authored-by: Xinyuan Tong <115166877+JustinTong0323@users.noreply.github.com>
2025-12-22 17:37:55 -08:00
Lianmin Zheng
5e1a495c65 Improve engine customization interface (#15635) 2025-12-22 14:24:16 -08:00
sglang-bot
34013d9d5a chore: bump sgl-kernel version to 0.3.20 (#15590)
Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
2025-12-22 12:32:34 -08:00
SeanWeiSean
7759716786 bugfix[schedule]: Refactor sort method and add related UT (#13576)
Co-authored-by: Yuxuan Wei <w1300012920@pku.edu.cn>
Co-authored-by: Yuxuan Wei <w1300012920@gmail.com>
Co-authored-by: Yuxuan Wei🚚 <yuxwei@microsoft.com>
2025-12-23 03:13:57 +08:00
Liangsheng Yin
3c882db3ad Adjust wrong mtp meaning introduce by mimo (#15632)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-23 02:06:46 +08:00
Xiaoyu Zhang
d77f3fccbf [Diffusion] Support peak memory record in offline generate and serving (#15610) 2025-12-22 21:21:21 +08:00
Yuan Luo
828dec1c7c [VLM] Tiny: Unify VLM environment variables (#15572)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
2025-12-22 17:32:37 +08:00
ryang
575a49dc0e [diffusion] chore: remove default post-denoising dit offload in local mode (#15573) 2025-12-22 17:01:35 +08:00
fzyzcjy
e62e17442e Tiny enable soft watchdog in CI for stuck without logs (#15616) 2025-12-22 17:01:04 +08:00
fzyzcjy
d5431ff894 Tiny add stuck simulation (#15613) 2025-12-22 17:00:18 +08:00
fzyzcjy
454a2544f2 Support soft watchdog for tokenizer/detokenizer/dp-controller processes (#15607) 2025-12-22 16:59:16 +08:00
fzyzcjy
89619a9904 Tiny avoid EnvField misuse (#15612) 2025-12-22 16:20:47 +08:00
Hexq0210
cb30d056e3 add decode round robin policy (#15164) 2025-12-22 14:48:52 +08:00
Liangsheng Yin
beae3f961c Adapt fixture-kit to gsm8k mixin (#15599) 2025-12-22 14:19:35 +08:00
fzyzcjy
ad7f35fb9d Support gsp send routing id in bench serving (#15588) 2025-12-22 11:32:24 +08:00
fzyzcjy
f4100732b8 Tiny fix bench serving GSP mode cache file strategy (#15587) 2025-12-22 11:27:55 +08:00
Baizhou Zhang
468931b572 [Tiny]Move deepseek fp4 cutlass moe test to per-commit test (#15565) 2025-12-21 18:08:07 -08:00
FlyPanda
a3a552232d [feature] support hicache-3fs usrbio lib build for ubuntu24.04 (#15230) 2025-12-21 17:00:38 -08:00
Chenxi Li
0bf95e6d69 Fix type mismatch in LoRA batch validation causing assertion failures (#15427) 2025-12-21 15:54:41 -08:00