Skip to content

Commit da377ef

Browse files
committed
add CUDA12.9 in CI
1 parent bdb27b5 commit da377ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unittest_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
cuda-tag: ["cu126", "cu128"]
39+
cuda-tag: ["cu126", "cu128", "cu129"]
4040
os:
4141
- linux.g5.12xlarge.nvidia.gpu
4242
python:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main(argv: List[str]) -> None:
100100
"sharding",
101101
"distributed training",
102102
],
103-
python_requires=">=3.9",
103+
python_requires=">=3.10",
104104
install_requires=install_requires,
105105
packages=packages,
106106
zip_safe=False,

0 commit comments

Comments
 (0)