Skip to content

Commit 3ca1e6c

Browse files
committed
fixes post rebase
Signed-off-by: Patryk Saffer <[email protected]>
1 parent ae6dad2 commit 3ca1e6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vllm/config/parallel.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,17 @@ class EPLBConfig:
6767
"""
6868

6969
load_initial_load_window: bool = False
70+
"""
71+
Whether to load initial load window.
72+
"""
7073
save_load_window: bool = False
74+
"""
75+
Whether to save load window.
76+
"""
7177
static: bool = False
78+
"""
79+
Whether to do just one expert reshuffling at the start.
80+
"""
7281
save_dir: Path | None = None
7382
"""Directory to save expert load balance metrics."""
7483
load_path: Path | None = None

0 commit comments

Comments
 (0)