We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1323056 commit 1dad010Copy full SHA for 1dad010
.github/container/Dockerfile.triton
@@ -56,6 +56,9 @@ EOF
56
RUN <<"EOF" bash -ex
57
pushd /opt/checkout/external/triton
58
mkdir dist
59
+# Make sure the wheel is labelled as 3.1 (it is ~HEAD), not 3.0. The upstream branch
60
+# structure seems to have a 3.1 release branch that has not been merged back to main.
61
+sed -i -e 's|version="3\.0\.0"|version="3.1.0"|g' python/setup.py
62
# Do not compile with -Werror
63
sed -i -e 's|-Werror||g' CMakeLists.txt
64
# The LLVM build above does not enable these libraries
0 commit comments