[AMD] Align Qwen3.5 MI355X HiCache cookbook with kernel / page_first (#39572)

Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
This commit is contained in:
jacky.cheng
2026-09-16 11:22:28 +08:00
committed by GitHub
co-authored by ChangLiu0709
parent 5f6dd44edc
commit a9bb4d7d45
2 changed files with 3 additions and 3 deletions
@@ -517,8 +517,8 @@ export const Qwen35Deployment = () => {
cmd += ' \\\n --enable-hierarchical-cache';
cmd += ' \\\n --hicache-ratio 1.5';
cmd += ' \\\n --hicache-write-policy write_through';
cmd += ' \\\n --hicache-io-backend direct';
cmd += ' \\\n --hicache-mem-layout page_first_direct';
cmd += ' \\\n --hicache-io-backend kernel';
cmd += ' \\\n --hicache-mem-layout page_first';
} else {
cmd += ' \\\n --disable-radix-cache';
}