mlx-examples
mlx-examples copied to clipboard
Examples in the MLX framework
Hi, Currently the convert method implementation converts from pytorch/safetensors to MLX format: [CONVERT](https://github.com/ml-explore/mlx-examples/blob/69181e00584976f717c27f90c7e009e70cc1b0bf/llms/mlx_lm/convert.py) We would like the convert to also do the reverse e.g., convert from MLX to pytorch/safetensors. ```...
For certain short audio clips (~10 s), mlx-whisper (model: large-v3) spends an extremely long time inside `model.decode()` when called via whisper.transcribe(). In one case, I set a ~10 s application-level...
``` Crashed Thread: 23 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000700 Exception Codes: 0x0000000000000001, 0x0000000000000700 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler...