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 9e35c64 commit 86a31f7Copy full SHA for 86a31f7
pyproject.toml
@@ -15,7 +15,7 @@ before-all = [
15
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
16
"dnf -y install redhat-lsb-core wget",
17
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
18
- "ln -s cuda-${cuda} /usr/local/cuda-${cuda}"
19
- "ln -s cuda-${cuda} /usr/local/cuda"
+ "ln -s cuda-12.9 /usr/local/cuda-12.9"
+ "ln -s cuda-12.9 /usr/local/cuda"
20
]
21
xbuild-tools = ["cmake", "ninja"]
0 commit comments