ml-explore / ml-explore/mlx-examples
omp_set_nested routine deprecated, please use omp_set_max_active_levels instead
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running python test.py in the whisper example and confirm the OpenMP deprecation warning still appears alongside the 11 passing tests. Trace whether the warning originates in MLX or the whisper code; done means the warning is resolved without breaking the test run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100