[AMD] Align Qwen3.5 MI355X HiCache cookbook with kernel / page_first (#39572)
Co-authored-by: ChangLiu0709 <cliu1004@amd.com>
This commit is contained in:
co-authored by
ChangLiu0709
parent
5f6dd44edc
commit
a9bb4d7d45
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user