Build uploaded using `kernels`.
Browse files- .gitattributes +3 -0
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so} +2 -2
- build/torch28-metal-aarch64-darwin/_ops.py +3 -3
- build/torch28-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so} +2 -2
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so} +2 -2
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
build/torch210-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch28-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
build/torch29-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
build/torch210-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch28-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
build/torch29-metal-aarch64-darwin/_quantization_mlx_20260210134418.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
build/torch210-metal-aarch64-darwin/_quantization_mlx_20260210135331.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
build/torch28-metal-aarch64-darwin/_quantization_mlx_20260210135331.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
build/torch29-metal-aarch64-darwin/_quantization_mlx_20260210135331.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-metal-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _quantization_mlx_20260210135331
|
| 3 |
+
ops = torch.ops._quantization_mlx_20260210135331
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_mlx_20260210135331::{op_name}"
|
build/torch210-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43cd7c0c304922d211bdeebe054c28a232bafb695fedb8c83b837a57c54cfac3
|
| 3 |
+
size 40026936
|
build/torch28-metal-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _quantization_mlx_20260210135331
|
| 3 |
+
ops = torch.ops._quantization_mlx_20260210135331
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_mlx_20260210135331::{op_name}"
|
build/torch28-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b85f64a3ae3e32962e85939e00065455c35c5f9a47e47c382e8b5f5fe59f8371
|
| 3 |
+
size 40025864
|
build/torch29-metal-aarch64-darwin/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _quantization_mlx_20260210135331
|
| 3 |
+
ops = torch.ops._quantization_mlx_20260210135331
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_mlx_20260210135331::{op_name}"
|
build/torch29-metal-aarch64-darwin/{_quantization_mlx_20260210134418.abi3.so → _quantization_mlx_20260210135331.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2cac2a504e0ff113a7ed36fd9baff1872178c6ab503518fe9713428a12a264a
|
| 3 |
+
size 40025992
|