We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46ddea commit 93bfa59Copy full SHA for 93bfa59
.github/workflows/_build.yml
@@ -128,6 +128,10 @@ jobs:
128
id: build_wheel
129
run: |
130
cat > build.sh <<'EOF'
131
+ #!/usr/bin/env bash
132
+ set -euxo pipefail
133
+
134
+ echo "Running build.sh"
135
# We want setuptools >= 49.6.0 otherwise we can't compile the extension if system CUDA version is 11.7 and pytorch cuda version is 11.6
136
# https://github.com/pytorch/pytorch/blob/664058fa83f1d8eede5d66418abff6e20bd76ca8/torch/utils/cpp_extension.py#L810
137
# However this still fails so I'm using a newer version of setuptools
0 commit comments