I use the nightly appimage for testing the AI tools.
However, what is needed to build DT with AI enabled from source? I’m running Debian and have onnx runtime and libs installed, but AI is not added to the compiled binary.
I use the nightly appimage for testing the AI tools.
However, what is needed to build DT with AI enabled from source? I’m running Debian and have onnx runtime and libs installed, but AI is not added to the compiled binary.
add –enable-ai to build.sh command.
That’s one way to do it.
More here.