Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5fb8b70

Browse files
authored
Remove "features" from pytorch conda package (#850)
`CONDA_CPU_ONLY_FEATURE` and `features` section were removed in #823, but merge conflict was resolved incorrectly in a3909be
1 parent 4d84b21 commit 5fb8b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ build:
7575
- BUILD_TEST # [unix]
7676
- USE_PYTORCH_METAL_EXPORT # [osx]
7777
- USE_COREML_DELEGATE # [osx]
78-
features:
79-
{{ environ.get('CONDA_CPU_ONLY_FEATURE', ' - cpuonly # [not osx]') }}
8078

8179
test:
8280
imports:

0 commit comments

Comments
 (0)