Skip to content

Commit e7cf10e

Browse files
committed
FINALLY BABY LETS PARTY! (IF YOU ARE READING THIS MAKE MORE PRs)
1 parent c3a3e1a commit e7cf10e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytensor/link/mlx/linker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def jit_compile(self, fn):
3535

3636
inner_fn = mx.compile(fn)
3737

38-
return inner_fn
39-
4038
def fn(*inputs, inner_fn=inner_fn):
4139
return inner_fn(*(mlx_typify(inp) for inp in inputs))
4240

0 commit comments

Comments
 (0)