This project features an implementation of an interface for some Pytorch functions using the Brane framework. The implementation is composed of some brane scripts to call the corresponding functions and a package with all the source files in it.
To build the brane package, user can nevigate to the package/torch directory and run the following command.
cd package/torch
brane build container.yml
User can excute out implementation locally by simply running the following command in the root folder of the project:
brane run <scriptname>.bs