mlx-examples icon indicating copy to clipboard operation
mlx-examples copied to clipboard

omp_set_nested routine deprecated, please use omp_set_max_active_levels instead

Open jrp2014 opened this issue 1 year ago • 2 comments

Don't know whether this is in mlx or in the whisper code, but "you have been warned"

(mlx) ➜  whisper git:(main) ✗ python test.py
..........OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
.
----------------------------------------------------------------------
Ran 11 tests in 9.345s

jrp2014 avatar May 03 '24 22:05 jrp2014

Hmm, that's annoying. It's definitely not from MLX, we don't use open mp. If I had to guess, probably from numba.

awni avatar May 03 '24 23:05 awni

There is a reference to this issue in the numba repo here on Github, however, I previously tracked this down in the BERTopic repo. Here is what I learned: https://github.com/MaartenGr/BERTopic/issues/2168#issuecomment-2543933776

MalikRumi avatar Jan 13 '25 14:01 MalikRumi