File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
remote-content/remote-sources/guide Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments