From PyTorch

About PyTorch

PyTorcharrow-up-right is a machine learningarrow-up-right frameworkarrow-up-right based on the Torcharrow-up-right library, used for applications such as computer visionarrow-up-right and natural language processingarrow-up-right, originally developed by Meta AI arrow-up-rightand now part of the Linux Foundationarrow-up-right umbrella. It is free and open-source softwarearrow-up-right released under the modified BSD licensearrow-up-right. Although the Pythonarrow-up-right interface is more polished and the primary focus of development, PyTorch also has a C++arrow-up-right interface.

Model deployment from PyTorch

Model deployment from PyTorch is simple to achieve by exporting your PyTorch model to ONNX and subsequently using (if neccesary) the sclblonnx package to clean and check the resulting graph for an upload to the Nx AI cloud.

After obtaining a clean ONNX graph that adheres to our requirements, you can upload it to the Nx AI cloud for deployment.