- Go to https://github.com/triton-lang/triton/actions/runs/15214675569/artifacts/3187549142 in your browser.
It will redirect and download a
llvm-ubuntu-x86.zip
package. - Unzip the downloaded package, which contains
llvm-7ada3d57-ubuntu-x64.tar.gz
. - Copy the
llvm-7ada3d57-ubuntu-x64.tar.gz
package to your remote server at a path, say$HOME/llvm-ubuntu-x64.tar.gz
. cd $HOME && tar xzf llvm-7ada3d57-ubuntu-x64.tar.gz && echo 7ada3d5793a23d81c8bdc1d8dc4ac496509eac3d > llvm-7ada3d57-ubuntu-x64/version.txt
LLVM_SYSPATH=$HOME/llvm-7ada3d57-ubuntu-x64 pip install . // in triton directory
Last active
May 23, 2025 23:01
-
-
Save antiagainst/3e72cd7fe41ce2b6f59ca1bc8ac18515 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment