From c46712ca27ea83926d18e31dcaf102921a3eb1c1 Mon Sep 17 00:00:00 2001 From: JYX Date: Fri, 21 Apr 2023 01:47:43 +0800 Subject: [PATCH] Update meta.yaml --- conda/pytorch-nightly/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 9416a1ed8..281bf0856 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -42,6 +42,9 @@ requirements: {% endif %} - libuv # [win] - intel-openmp # [win] + # llvm-openmp 16 leads to wrong processor affinity for fork child, see #99625. + # Before a decent fix, force llvm-openmp version <16. + - llvm-openmp <16 # [linux] - typing_extensions - sympy - filelock