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 70b9b10 commit ff1117dCopy full SHA for ff1117d
ops/script/pypi_variants.py
@@ -11,7 +11,7 @@
11
STUB_IN_PATH = os.path.join(PY_PACKAGE, "pyproject.toml.stub.in")
12
OUT_PATH = os.path.join(PY_PACKAGE, "pyproject.toml")
13
14
-NCCL_WHL = """ \"nvidia-nccl-{0} ; platform_system == 'Linux' and platform_machine != 'aarch64'\","""
+NCCL_WHL = """ \"nvidia-nccl-{0} ; platform_system == 'Linux'\","""
15
16
NAME = "{{ name }}"
17
NCCL = "{{ nccl }}"
python-package/pyproject.toml
@@ -33,7 +33,7 @@ classifiers = [
33
dependencies = [
34
"numpy",
35
"scipy",
36
- "nvidia-nccl-cu12 ; platform_system == 'Linux' and platform_machine != 'aarch64'",
+ "nvidia-nccl-cu12 ; platform_system == 'Linux'",
37
]
38
39
[project.urls]
0 commit comments