feat(optimize): add Phase 2 power profile and system tuning
Add `make optimize-power` (ryzenadj 85W, sysctl, THP, RADV nogttspill) with systemd services for boot/resume persistence. Integrate into `make optimize --all` as Phase 2. Update optimization log with RyzenAdj results (+46% tg at 70W sustained), KV sweep data, and quant shootout. Add Qwen3-Coder-30B and Nemotron-Cascade-2 to model catalog.
This commit is contained in:
3
Makefile
3
Makefile
@@ -48,6 +48,9 @@ optimize-kernel: ## Configure kernel boot parameters
|
||||
optimize-tuned: ## Switch to accelerator-performance profile
|
||||
@bash scripts/optimize/tuned-profile.sh
|
||||
|
||||
optimize-power: ## Apply Phase 2 tuning (ryzenadj, sysctl, THP, RADV)
|
||||
@bash scripts/optimize/power-profile.sh
|
||||
|
||||
optimize-vram: ## BIOS VRAM guidance + GTT verification
|
||||
@bash scripts/optimize/vram-gtt.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user