t-kuha/recipes-ml

Question: Will installing libtorch also add pytorch to the Yocto image?

ENM185 opened this issue · 4 comments

If not, do you know of a way to add it?

No, this recipe does not support Python part of PyTorch.
To add Python support, you have to enable Python in the recipe (i.e. -DBUILD_PYTHON=ON).
Please note you may also have to build Python alongside PyTorch.

@ENM185 have you finally add PyTorch python lib to the Yocto image? I'm trying to do the same, without success

@ENM185 & @przemoch-dev
Please try pytorch recipe, which was added in branch 2021.2.

Closing this issue due to long inactivity