Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions remote-content/remote-sources/guide/guide-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
];

/**
Expand Down