Build uploaded using `kernels`.
Browse files- .gitattributes +2 -0
- build/torch210-metal-aarch64-darwin/{_mlx_quantization_metal_kernels_33fa8c7.abi3.so → _mlx_quantization_metal_kernels_metal_0aaded7.abi3.so} +2 -2
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/metadata.json +1 -0
- build/torch29-metal-aarch64-darwin/{_mlx_quantization_metal_kernels_33fa8c7.abi3.so → _mlx_quantization_metal_kernels_metal_0aaded7.abi3.so} +2 -2
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/metadata.json +1 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
build/torch210-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch28-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
build/torch29-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 36 |
build/torch210-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch28-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
build/torch29-metal-aarch64-darwin/_mlx_quantization_metal_kernels_33fa8c7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
build/torch210-metal-aarch64-darwin/_mlx_quantization_metal_kernels_metal_0aaded7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
build/torch29-metal-aarch64-darwin/_mlx_quantization_metal_kernels_metal_0aaded7.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-metal-aarch64-darwin/{_mlx_quantization_metal_kernels_33fa8c7.abi3.so → _mlx_quantization_metal_kernels_metal_0aaded7.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:4f3cd1fc44fc6b52d4ec5bc275cd8ebbc17bc247256ff0063cf0dc70a7f0e57b
|
| 3 |
+
size 40027032
|
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 _mlx_quantization_metal_kernels_metal_0aaded7
|
| 3 |
+
ops = torch.ops._mlx_quantization_metal_kernels_metal_0aaded7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mlx_quantization_metal_kernels_metal_0aaded7::{op_name}"
|
build/torch210-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"python-depends": []
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"license": "MIT",
|
| 3 |
"python-depends": []
|
| 4 |
}
|
build/torch29-metal-aarch64-darwin/{_mlx_quantization_metal_kernels_33fa8c7.abi3.so → _mlx_quantization_metal_kernels_metal_0aaded7.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:df7ad3fa1ac77f9dc330bd7411b0168552dcaa25a5c6e91b61ed0b37c90b2a9f
|
| 3 |
+
size 40042616
|
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 _mlx_quantization_metal_kernels_metal_0aaded7
|
| 3 |
+
ops = torch.ops._mlx_quantization_metal_kernels_metal_0aaded7
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_mlx_quantization_metal_kernels_metal_0aaded7::{op_name}"
|
build/torch29-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"python-depends": []
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"license": "MIT",
|
| 3 |
"python-depends": []
|
| 4 |
}
|