I need some assistance building Triton, both the current version and 2.0.0 for a Conda project, in a proot chroot of Debian with aarch64 architecture, in a Termux host environment #3841
Unanswered
b9Joker108
asked this question in
Q&A
Replies: 1 comment
-
I also just tried another process with the Triton 2.0.0 Tarball directly in the activated Conda project firectory, separate from the above process, but couldn't even get a successful cmake, unlike the successful cmake above, which confuses me: ➞ cmake ..
cmake: ./src/unix/process.c:951: uv_spawn: Assertion `!(options->flags & ~(UV_PROCESS_DETACHED | UV_PROCESS_SETGID | UV_PROCESS_SETUID | UV_PROCESS_WINDOWS_HIDE | UV_PROCESS_WINDOWS_HIDE_CONSOLE | UV_PROCESS_WINDOWS_HIDE_GUI | UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS))' failed.
[1] 20147 abort cmake ..
(/root/llm-graph-builder/backend/pdf_kg_be_venv)
~/llm-graph-builder/backend/pdf_kg_be_venv/triton/triton-2.0.0/build Any help greatly appreciated. I really just want to get this build working locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need some assistance building Triton, both the current version as a test run, then version 2.0.0 for a Conda project, in a proot chroot of Debian with aarch64 architecture, in a Termux host environment.
This is the mostly successful
cmake
output:This is the
make
output:I am not sure how best to proceed. I feel the issue may be to do with the versions of MLIR and LLVM I am using and whether they are compatible with the version of Triton I am trying to build. But, I am far from sure. So, in reprise, I am endeavouring to build the current version of Triton as a test run, then I need to build version 2.0.0 for a specific Conda project.
Any assistance greatly appreciated.
Thanking you in anticipation
Beauford
Beta Was this translation helpful? Give feedback.
All reactions