Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +2 -0
- build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_metal_7149307.abi3.so → _bitsandbytes_mps_metal_86f75d9.abi3.so} +1 -1
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/metadata.json +3 -1
- build/torch211-metal-aarch64-darwin/{_bitsandbytes_mps_metal_7149307.abi3.so → _bitsandbytes_mps_metal_86f75d9.abi3.so} +1 -1
- build/torch211-metal-aarch64-darwin/_ops.py +3 -3
- build/torch211-metal-aarch64-darwin/metadata.json +3 -1
.gitattributes
CHANGED
|
@@ -41,3 +41,5 @@ build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_a818ea5.abi3.so filt
|
|
| 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
|
|
|
|
|
|
|
|
|
| 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
|
| 44 |
+
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
build/torch211-metal-aarch64-darwin/_bitsandbytes_mps_metal_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_metal_7149307.abi3.so → _bitsandbytes_mps_metal_86f75d9.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:a0a3fa0258d4f9e405babe220f4d1e30b9b160049a7d26d3435a97c89e57e968
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_86f75d9::{op_name}"
|
build/torch210-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
| 5 |
"backend": {
|
| 6 |
"type": "metal"
|
| 7 |
}
|
| 8 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "bitsandbytes-mps",
|
| 3 |
+
"id": "_bitsandbytes_mps_metal_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "metal"
|
| 9 |
}
|
| 10 |
+
}
|
build/torch211-metal-aarch64-darwin/{_bitsandbytes_mps_metal_7149307.abi3.so → _bitsandbytes_mps_metal_86f75d9.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:dfcb62035c62ef05554e6c50d07aefbb1cfaca94c8d1659e914ad45454ed89bc
|
| 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_86f75d9
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_86f75d9::{op_name}"
|
build/torch211-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
| 5 |
"backend": {
|
| 6 |
"type": "metal"
|
| 7 |
}
|
| 8 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "bitsandbytes-mps",
|
| 3 |
+
"id": "_bitsandbytes_mps_metal_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "metal"
|
| 9 |
}
|
| 10 |
+
}
|