Conda recipes for distributing 3rd party code base without official packages.
Replace {recipe}
with the package name to build in different variants:
# Build torch cuda target
make {recipe}-cuda
# Build torch cpu target
make {recipe}-cpu
# Build non-torch target
make {recipe}
Working from Git repo with CUDA/CPU variants:
Working from Git repo without specific arch:
Missing Dependencies:
- mxnet-gpu: dcn-rfcn