File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ To build with Clang:
3333
3434``` sh
3535python3 -m pip install --upgrade pip
36- python3 -m pip install cmake==3.24 ninja pytest-xdist
36+ python3 -m pip install cmake==3.24 ninja pytest-xdist pybind11 setuptools
3737sudo apt-get update -y
3838sudo apt-get install -y ccache clang lld
3939TRITON_BUILD_WITH_CLANG_LLD=true TRITON_BUILD_WITH_CCACHE=true python3 -m pip install --no-build-isolation -vvv ' .[tests]'
@@ -45,8 +45,8 @@ To build with a virtualenv:
4545python3 -m venv .venv --prompt triton
4646source .venv/bin/activate
4747
48- pip3 install ninja cmake wheel pytest
49- pip3 install -e python --no-build-isolation
48+ pip3 install ninja cmake wheel pytest pybind11 setuptools
49+ pip3 install -e . --no-build-isolation
5050```
5151
5252The resulting ` triton-shared ` binaries will be placed under ` triton/python/build/{current_cmake_version}/third_party/triton_shared `
You can’t perform that action at this time.
0 commit comments