Skip to content

Commit 86a31f7

Browse files
Update pyproject.toml
1 parent 9e35c64 commit 86a31f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before-all = [
1515
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1616
"dnf -y install redhat-lsb-core wget",
1717
"{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"
18+
"ln -s cuda-12.9 /usr/local/cuda-12.9"
19+
"ln -s cuda-12.9 /usr/local/cuda"
2020
]
2121
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)