ml-explore / mlx-examples

Examples in the MLX framework
MIT License
5.61k stars 807 forks source link

omp_set_nested routine deprecated, please use omp_set_max_active_levels instead #750

Open jrp2014 opened 2 months ago

jrp2014 commented 2 months ago

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
awni commented 2 months ago

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