From 773962fcc295b609ae1130ef9cdbcc240358de55 Mon Sep 17 00:00:00 2001 From: Denis Gryzlov Date: Sat, 18 Jan 2025 01:02:33 +0300 Subject: [PATCH] added lunar lake definition --- throttled.py | 1 + 1 file changed, 1 insertion(+) diff --git a/throttled.py b/throttled.py index c24235a..26a7721 100755 --- a/throttled.py +++ b/throttled.py @@ -174,6 +174,7 @@ supported_cpus = { (6, 183, 1): 'RaptorLake-HX', (6, 186, 2): 'RaptorLake', (6, 186, 3): 'RaptorLake-U', + (6, 189, 1): 'LunarLake', } TESTMSR = False