Skip to content

Instantly share code, notes, and snippets.

@antiagainst
Last active May 23, 2025 23:01
Show Gist options
  • Save antiagainst/3e72cd7fe41ce2b6f59ca1bc8ac18515 to your computer and use it in GitHub Desktop.
Save antiagainst/3e72cd7fe41ce2b6f59ca1bc8ac18515 to your computer and use it in GitHub Desktop.
  1. 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.
  2. Unzip the downloaded package, which contains llvm-7ada3d57-ubuntu-x64.tar.gz.
  3. Copy the llvm-7ada3d57-ubuntu-x64.tar.gz package to your remote server at a path, say $HOME/llvm-ubuntu-x64.tar.gz.
  4. cd $HOME && tar xzf llvm-7ada3d57-ubuntu-x64.tar.gz && echo 7ada3d5793a23d81c8bdc1d8dc4ac496509eac3d > llvm-7ada3d57-ubuntu-x64/version.txt
  5. LLVM_SYSPATH=$HOME/llvm-7ada3d57-ubuntu-x64 pip install . // in triton directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment