Run a Natural Language Processing (NLP) model from Hugging Face on Arm servers

What you've learned

You should now know how to:

  • Deploy a PyTorch NLP model from Hugging Face on an Arm AArch64 CPU
  • Use the PyTorch profiler to analyze the execution time of the model

Knowledge Check

Does PyTorch run on Arm servers?

Can you run a Hugging Face model through PyTorch on an Arm AArch64 CPU?

Can you profile the execution time of the different operators in the model running on the CPU?


Back
Next