File size: 251 Bytes
908850a |
1 2 3 4 5 6 7 8 9 |
#!/Users/vb/Documents/hf_projects/mlx-examples/whisper/whisper_mlx/bin/python3.11
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()
|