You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your build guide tells to build in a separate subfolder "build", but the usage guide assumes that the built backscrub binary is in the same folder as the models directory
To make the usage guide compatible with the build guide, you either have to add the path to the model:
It's more complicated than that, actually. ;-) There is some magic on IIRC experimental (soon to lang on main) that goes without the paths completely and looks for those directories itself. So you would need relative paths only if things were outside the default directories of the tool.
It's probably a hangover from the Makefile build that dropped the binary in $cwd and which I think we ought to retire as it's not feature compatible with the CMake build (no XNNPACK support).
That said - it always helps to have working cut'n paste docs 😄
Your build guide tells to build in a separate subfolder "build", but the usage guide assumes that the built backscrub binary is in the same folder as the models directory
To make the usage guide compatible with the build guide, you either have to add the path to the model:
or you start it from outside the build directory:
The text was updated successfully, but these errors were encountered: