We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6dad2 commit 3ca1e6cCopy full SHA for 3ca1e6c
vllm/config/parallel.py
@@ -67,8 +67,17 @@ class EPLBConfig:
67
"""
68
69
load_initial_load_window: bool = False
70
+ """
71
+ Whether to load initial load window.
72
73
save_load_window: bool = False
74
75
+ Whether to save load window.
76
77
static: bool = False
78
79
+ Whether to do just one expert reshuffling at the start.
80
81
save_dir: Path | None = None
82
"""Directory to save expert load balance metrics."""
83
load_path: Path | None = None
0 commit comments