Initial commit: obsidian to gitea

This commit is contained in:
2026-05-07 15:04:41 +08:00
commit a57afa86b4
323 changed files with 42569 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Objectives
- Heterogenous parallelism in cluster
- EP design for inference performance
Key Results
- [5/10] Profile different parallelism setup with real trace and analysis their difference
- [0/10] Meta-analysis for the theory maximum improvement with heterogenous setup
- [0/10] Understand how EP influence performance fully
- [0/10] Verify how dynamic EP influence performance
- [4/10] Analysis correlations between MoE layers (suspended)
Last Week
- [For KR1] Run latest vLLM with different parallelism configurations (TP, PP, DP, EP) in Qwen-30B with fixed input/output length to get their difference.
- [Misc] Write AIR project conclusion docs for the collaboration in Ali w/ Jinbo.
Next Week
- Test different parallelism configurations with latest Ali trace.
- Analysis the performance pattern in different workloads.