Skip to content

Commit d3c45bc

Browse files
committed
fix cuda version for publish_pypi workflow
1 parent f36d213 commit d3c45bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
matrix:
9090
python: ["3.9", "3.10", "3.11", "3.12"]
91-
cuda: ["12.6"]
91+
cuda: ["12.8"]
9292
torch: ["2.8.0"]
9393
runs-on: [self-hosted, linux, gpu]
9494
env:

0 commit comments

Comments
 (0)