Hi everyone. I have a job to modify code to add new CPU model list for testing. I also need to add the corresponding model family no. to dictionary. However, I don't know some of the composition of the model family no. There are some examples of CPU model with its corresponding model family no.: { 'EPYC 9654' : '19_10-1F' ; '100-000000479-13' : '19_40-7B'}. I know the meaning of first two numbers , which stands for xxh family and xxh model. I would like to know what's the meaning of the third number (as example, 1F of 'EPYC 9654') and how to find out the information of this number of (new CPU model I need to add: 'EPYC 9354') . Sorry for my bad English. Thank you very much.