Older PyTorch version on Azure Functions

Hi, I’m new to Pytorch and Azure functions. The project I’m currently working on requires an older version of Pytorch( version 1.0.1). The deployed function results in the following error:

I don’t get the above error when I use a higher version. Does this mean Azure functions does not support older Pytorch versions?

Based on the error it seems you are right and would need to stick to newer PyTorch releases.
Generally I would also recommend to use the latest PyTorch version to get bug fixes and new utilities.