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,17 @@
Objectives
- Analysis of QWen trace
- Customize vLLM(Ali ver) with new features
- Port XPURemoting to PhOS
Key Results
- Enhance QWen trace's workloads separation
- Get vLLM KVCache hit rate for different open source workloads
- Build unified docker image for XPURemoting and PhOS
Last Week
- Get a unified workload taxonomy for QWen trace in both Web and App ends.
- Run vLLM(Ali ver) and start to customize to get some features(e.x. KVCache hit rate for different workloads).
- Build a new docker image to satisfy PhOS's base image requirement with XPURemoting env(static linked PyTorch 1.13.1).
Next Week
- Customize vLLM to support new features like KVCache schedule policy comparation.