mlx-examples
mlx-examples copied to clipboard
omp_set_nested routine deprecated, please use omp_set_max_active_levels instead
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
Hmm, that's annoying. It's definitely not from MLX, we don't use open mp. If I had to guess, probably from numba.
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