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 a6ce4ab commit 26c2622Copy full SHA for 26c2622
pyproject.toml
@@ -12,6 +12,6 @@ xbuild-tools = ["cmake", "ninja"]
12
[tool.cibuildwheel.linux]
13
before-all = [
14
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh",
15
- "{package}/tensor-array-repo/Tensor-Array/scripts/actions --cuda=12.9 --temp=/tmp/cuda-temp"
+ "{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-ubuntu.sh --cuda=12.9 --temp=/tmp/cuda-temp"
16
]
17
xbuild-tools = ["cmake", "ninja"]
0 commit comments