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 bdb27b5 commit da377efCopy full SHA for da377ef
.github/workflows/unittest_ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- cuda-tag: ["cu126", "cu128"]
+ cuda-tag: ["cu126", "cu128", "cu129"]
40
os:
41
- linux.g5.12xlarge.nvidia.gpu
42
python:
setup.py
@@ -100,7 +100,7 @@ def main(argv: List[str]) -> None:
100
"sharding",
101
"distributed training",
102
],
103
- python_requires=">=3.9",
+ python_requires=">=3.10",
104
install_requires=install_requires,
105
packages=packages,
106
zip_safe=False,
0 commit comments