Question: Will installing libtorch also add pytorch to the Yocto image?
ENM185 opened this issue · 4 comments
ENM185 commented
If not, do you know of a way to add it?
t-kuha commented
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.
przemoch-dev commented
@ENM185 have you finally add PyTorch python lib to the Yocto image? I'm trying to do the same, without success
t-kuha commented
@ENM185 & @przemoch-dev
Please try pytorch
recipe, which was added in branch 2021.2.
t-kuha commented
Closing this issue due to long inactivity