Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9dae084
[Perf][Core] workload-aware kvcache eviction policy
Aug 5, 2025
01f82f2
Merge branch 'main' into wa_policy_pr
Aug 5, 2025
06fcc6f
[fix] fix div zero bugs, startup param bugs and refine docs
Aug 5, 2025
cdff3f9
Update docs/features/workload_aware_policy.md
Chasingdreams6 Aug 11, 2025
c897490
Merge branch 'main' into wa_policy_pr
Aug 12, 2025
780553b
Merge branch 'main' into wa_policy_pr
Aug 14, 2025
8805a1e
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Aug 15, 2025
33850e3
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Aug 15, 2025
604eda6
misc: fix format
Aug 15, 2025
5929ab8
Merge branch 'main' into wa_policy_pr
Aug 17, 2025
485890f
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Aug 19, 2025
c51ec17
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Aug 20, 2025
b4cdbd3
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Aug 20, 2025
2e365c9
Merge branch 'main' into wa_policy_pr
Sep 1, 2025
7a25370
Merge branch 'main' into wa_policy_pr
Sep 15, 2025
80108ce
fix: format
Sep 15, 2025
155e095
fix: benchmark dump config
Sep 16, 2025
3a54b57
Merge branch 'main' into wa_policy_pr
Sep 16, 2025
ae5c500
fix: pip compile pre-commit
Sep 16, 2025
4c797fe
fix: fix test.txt to meet py3.12 ci/cd workflow
Sep 17, 2025
10fb03f
Merge branch 'main' into wa_policy_pr
Chasingdreams6 Sep 17, 2025
afe4cc5
Merge branch 'main' into wa_policy_pr
Sep 24, 2025
9401524
Merge branch 'wa_policy_pr' of github.com:Chasingdreams6/vllm into wa…
Sep 24, 2025
d35c979
Merge branch 'main' into wa_policy_pr
Oct 9, 2025
3e7c972
fix: refine workload-aware policy docs
Oct 10, 2025
2409b95
Merge branch 'main' into wa_policy_pr
Oct 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ hip_compat.h

# Benchmark dataset
benchmarks/**/*.json
benchmarks/scripts/
benchmarks/run-*.sh

# Linting
actionlint
Expand Down
Loading