Skip to content

Commit a5aa27f

Browse files
authored
Update meta.yaml (#1389)
1 parent 3e7a856 commit a5aa27f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ requirements:
4242
{% endif %}
4343
- libuv # [win]
4444
- intel-openmp # [win]
45+
# llvm-openmp 16 leads to wrong processor affinity for fork child, see #99625.
46+
# Before a decent fix, force llvm-openmp version <16.
47+
- llvm-openmp <16 # [linux]
4548
- typing_extensions
4649
- sympy
4750
- filelock

0 commit comments

Comments
 (0)