diff --git a/remote-content/remote-sources/guide/guide-generator.js b/remote-content/remote-sources/guide/guide-generator.js index 6b17a4e..dc9cc99 100644 --- a/remote-content/remote-sources/guide/guide-generator.js +++ b/remote-content/remote-sources/guide/guide-generator.js @@ -85,18 +85,24 @@ const DYNAMIC_GUIDES = [ description: 'Feature guide for precise prefix cache aware routing', sidebarPosition: 5 }, + { + dirName: 'wide-ep-lws', + title: 'Wide Expert Parallelism with LeaderWorkerSet', + description: 'Well-lit path for wide expert parallelism using LeaderWorkerSet', + sidebarPosition: 6 + }, { dirName: 'simulated-accelerators', title: 'Accelerator Simulation', description: 'Feature guide for llm-d accelerator simulation', - sidebarPosition: 6 + sidebarPosition: 7 }, { - dirName: 'wide-ep-lws', - title: 'Wide Expert Parallelism with LeaderWorkerSet', - description: 'Well-lit path for wide expert parallelism using LeaderWorkerSet', - sidebarPosition: 7 - } + dirName: 'predicted-latency-based-scheduling', + title: 'Predicted Latency Based Load Balancing', + description: 'Well-lit path for predicted latency based load balancing', + sidebarPosition: 8 + }, ]; /**