MLX version
Hello
Can you provide the MLX version of it ?
Your documentation says it's easy to do, but :
[INFO] Loading
Exception ignored in PyObject_HasAttrString(); consider using PyObject_HasAttrStringWithError(), PyObject_GetOptionalAttrString() or PyObject_GetAttrString():
Traceback (most recent call last):
File "/Users/xx/Downloads/mlx-examples/whisper/convert.py", line 239, in remap
value = mx.array(value.detach())
RuntimeError: imag is not implemented for tensors with non-complex dtypes.
Exception ignored in PyObject_HasAttrString(); consider using PyObject_HasAttrStringWithError(), PyObject_GetOptionalAttrString() or PyObject_GetAttrString():
Traceback (most recent call last):
File "/Users/xx/Downloads/mlx-examples/whisper/convert.py", line 239, in remap
value = mx.array(value.detach())
RuntimeError: imag is not implemented for tensors with non-complex dtypes.
Thank you.