"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "227cd54aa51280086d97c6d8463541d76b0b075f"
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): ...@@ -242,7 +242,7 @@ def is_jax_tensor(x):
def _is_mlx(x): def _is_mlx(x):
import mx.core as mx import mlx.core as mx
return isinstance(x, mx.array) 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