diff --git a/providers/base/bin/cpuid.py b/providers/base/bin/cpuid.py index 6fa39842b..1af0e6867 100755 --- a/providers/base/bin/cpuid.py +++ b/providers/base/bin/cpuid.py @@ -178,7 +178,7 @@ def cpuid_to_human_friendly(cpuid: str) -> str: "AMD Bergamo": ['0xaa0f01'], "AMD Siena SP6": ['0xaa0f02'], "AMD Raphael": ['0xa60f12'], - "AMD Turin": ['0xb00f21'], + "AMD Turin": ['0xb00f21', '0xb10f10'], "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'],