is a based on the library, used for applications such as and , originally developed by and now part of the umbrella. It is released under the . Although the interface is more polished and the primary focus of development, PyTorch also has a interface.
Model deployment from PyTorch is simple to achieve by exporting your PyTorch model to ONNX and subsequently using (if neccesary) the sclblonnx
package to for an upload to the Nx AI cloud.
You can find details on PyTorch to ONNX exports . You can find an insightful tutorial .
You can find an example using PyTorch and sclblonnx .
After obtaining a , you can for deployment.