Skip to content

Commit 263b88f

Browse files
committed
Add the predictor based load balancing to the site
1 parent 02b56c2 commit 263b88f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

remote-content/remote-sources/guide/guide-generator.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,24 @@ const DYNAMIC_GUIDES = [
8585
description: 'Feature guide for precise prefix cache aware routing',
8686
sidebarPosition: 5
8787
},
88+
{
89+
dirName: 'wide-ep-lws',
90+
title: 'Wide Expert Parallelism with LeaderWorkerSet',
91+
description: 'Well-lit path for wide expert parallelism using LeaderWorkerSet',
92+
sidebarPosition: 6
93+
},
8894
{
8995
dirName: 'simulated-accelerators',
9096
title: 'Accelerator Simulation',
9197
description: 'Feature guide for llm-d accelerator simulation',
92-
sidebarPosition: 6
98+
sidebarPosition: 7
9399
},
94100
{
95-
dirName: 'wide-ep-lws',
96-
title: 'Wide Expert Parallelism with LeaderWorkerSet',
97-
description: 'Well-lit path for wide expert parallelism using LeaderWorkerSet',
98-
sidebarPosition: 7
99-
}
101+
dirName: 'predicted-latency-based-scheduling',
102+
title: 'Predicted Latency Based Load Balancing',
103+
description: 'Well-lit path for predicted latency based load balancing',
104+
sidebarPosition: 8
105+
},
100106
];
101107

102108
/**

0 commit comments

Comments
 (0)