Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omp_set_nested routine deprecated, please use omp_set_max_active_levels instead #750

Open
jrp2014 opened this issue May 3, 2024 · 1 comment

Comments

@jrp2014
Copy link

jrp2014 commented May 3, 2024

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
Copy link
Member

awni commented May 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants