Skip to content

Commit ff1117d

Browse files
committed
Add nccl as dep for aarch64.
1 parent 70b9b10 commit ff1117d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ops/script/pypi_variants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
STUB_IN_PATH = os.path.join(PY_PACKAGE, "pyproject.toml.stub.in")
1212
OUT_PATH = os.path.join(PY_PACKAGE, "pyproject.toml")
1313

14-
NCCL_WHL = """ \"nvidia-nccl-{0} ; platform_system == 'Linux' and platform_machine != 'aarch64'\","""
14+
NCCL_WHL = """ \"nvidia-nccl-{0} ; platform_system == 'Linux'\","""
1515

1616
NAME = "{{ name }}"
1717
NCCL = "{{ nccl }}"

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"numpy",
3535
"scipy",
36-
"nvidia-nccl-cu12 ; platform_system == 'Linux' and platform_machine != 'aarch64'",
36+
"nvidia-nccl-cu12 ; platform_system == 'Linux'",
3737
]
3838

3939
[project.urls]

0 commit comments

Comments
 (0)