Closed juliohm closed 4 years ago
There is no python dependency with this package. We use the cpp binaries and expose the same kernels as torch, without needing python in the mix.
Perhaps making it explicit in the README would be a good idea. You mention PyTorch there and so people may think Python is playing a role somewhere:
This package is aimed at providing the Tensor type, which offloads all computations over to PyTorch.
A PR with the preferred wording would be appreciated!
Closed on master
Can you please clarify if Python is needed? Do you interface with Torch directly or Python must be installed?