Skip to content

Commit 5940630

Browse files
Delete AI cruft
1 parent d33cda0 commit 5940630

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pytensor/link/mlx/dispatch/core.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
"""
2-
pytensor/link/mlx/dispatch/basic.py
3-
-----------------------------------
4-
5-
First-cut MLX translations for the most common tensor Ops.
6-
7-
The structure intentionally follows pytensor's JAX dispatcher so that
8-
once these kernels stabilise they can be optimised further (e.g. fusing
9-
element-wise graphs, adding in-place updates, RNG thinning, etc.).
10-
"""
11-
12-
from __future__ import annotations
13-
141
import mlx.core as mx
152
import numpy as np
163

0 commit comments

Comments
 (0)