CPU usage high when inferencing on CPU

I have a pre-trained model using pytorch. (train and eval on CPU)
My laptop has 12 cores.
When I inferenced on CPU, I saw system monitor. CPU usage of all cores is about 50%. Can I adjust the CPU usage for 2-4 cores (each core 100% is ok)?

Thank you.