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 a54e07d commit 9e35c64Copy full SHA for 9e35c64
pyproject.toml
@@ -15,5 +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"
20
]
21
xbuild-tools = ["cmake", "ninja"]
0 commit comments