Uploaded using `kernel-builder`.
Browse files- .gitattributes +2 -0
- build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_metal_a818ea5.abi3.so → _bitsandbytes_mps_metal_7149307.abi3.so} +1 -1
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch211-metal-aarch64-darwin/{_bitsandbytes_mps_metal_a818ea5.abi3.so → _bitsandbytes_mps_metal_7149307.abi3.so} +1 -1
- build/torch211-metal-aarch64-darwin/_ops.py +3 -3
.gitattributes
CHANGED
|
@@ -39,3 +39,5 @@ build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_42e0dd1.abi3.so filt
|
|
| 39 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_metal_42e0dd1.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_a818ea5.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 41 |
build/torch211-metal-aarch64-darwin/_bitsandbytes_mps_metal_a818ea5.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 39 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_metal_42e0dd1.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 40 |
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_a818ea5.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 41 |
build/torch211-metal-aarch64-darwin/_bitsandbytes_mps_metal_a818ea5.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_7149307.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
build/torch211-metal-aarch64-darwin/_bitsandbytes_mps_metal_7149307.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_metal_a818ea5.abi3.so → _bitsandbytes_mps_metal_7149307.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 845512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d03a5dcb436152503ab1c933dc2b2eeee9ac9b09c7c20e804bbd012539f6fd
|
| 3 |
size 845512
|
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 _bitsandbytes_mps_metal_7149307
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_7149307
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_7149307::{op_name}"
|
build/torch211-metal-aarch64-darwin/{_bitsandbytes_mps_metal_a818ea5.abi3.so → _bitsandbytes_mps_metal_7149307.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 845512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb5b44759bcf835867dcfa9f419a3fa390d893cb3eded9a55d2e547e0a206389
|
| 3 |
size 845512
|
build/torch211-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 _bitsandbytes_mps_metal_7149307
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_7149307
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_7149307::{op_name}"
|