Unverified Commit 631fa7bf authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

Typo in mlx tensor support (#29509)

Potential typo in mlx support
parent b338a6c3
......@@ -242,7 +242,7 @@ def is_jax_tensor(x):
def _is_mlx(x):
import mx.core as mx
import mlx.core as mx
return isinstance(x, mx.array)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment