Different inference results across x86 and ARM64

Hi,

I am using pre-trained GPT-2 from Hugging Face. I am interesting in getting the same inference results across both x86 and ARM64.

Currently, I am getting different results across the CPUs. I would appreciate if anyone can suggest a way to make it possible to have same inference results?

Thanks.