@@ -16,9 +16,11 @@ import { getRepoTransform } from '../repo-transforms.js';
1616const repoConfig = findRepoConfig ( 'llm-d' ) ;
1717
1818// Use the release version from YAML instead of the branch
19- const releaseVersion = RELEASE_INFO . version ;
19+ // const releaseVersion = RELEASE_INFO.version;
20+ const releaseVersion = "liu-cong-debug"
2021const repoUrl = `https://github.com/${ repoConfig . org } /${ repoConfig . name } ` ;
2122const sourceBaseUrl = `https://raw.githubusercontent.com/${ repoConfig . org } /${ repoConfig . name } /${ releaseVersion } /` ;
23+ // const sourceBaseUrl = repoUrl
2224
2325// Create a custom transform that uses the release version instead of 'main'
2426const transform = getRepoTransform ( repoConfig . org , repoConfig . name ) ;
@@ -73,6 +75,18 @@ const DYNAMIC_GUIDES = [
7375 description : 'Well-lit path for intelligent inference scheduling with load balancing' ,
7476 sidebarPosition : 3
7577 } ,
78+ {
79+ dirName : 'prefix-cache-storage' ,
80+ title : 'Prefix Cache Storage' ,
81+ description : 'Well-lit path for separating prefill and decode operations' ,
82+ sidebarPosition : 4
83+ } ,
84+ {
85+ dirName : 'prefix-cache-storage/cpu' ,
86+ title : 'Prefix Cache Storage - CPU' ,
87+ description : 'Well-lit path for separating prefill and decode operations' ,
88+ sidebarPosition : 4
89+ } ,
7690 {
7791 dirName : 'pd-disaggregation' ,
7892 title : 'Prefill/Decode Disaggregation' ,
0 commit comments