PyTorch is an open-source machine learning framework. It can be installed and used on Arm servers to build and deploy various neural networks.
You can run and deploy models from Hugging Face on Arm CPUs using PyTorch.
Can you profile the execution time of the different operators in the model running on the CPU?
You can use the PyTorch profiler to measure a variety of activities, one of which is the execution time on the CPU.