Build uploaded using `kernels`.
Browse files- .gitattributes +2 -0
- build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_c31f916.abi3.so → _bitsandbytes_mps_metal_42e0dd1.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/{_bitsandbytes_mps_c31f916.abi3.so → _bitsandbytes_mps_metal_42e0dd1.abi3.so} +2 -2
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
- build/torch29-metal-aarch64-darwin/metadata.json +1 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_c31f916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_c31f916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_c31f916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_c31f916.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_metal_42e0dd1.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
|
build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_c31f916.abi3.so → _bitsandbytes_mps_metal_42e0dd1.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:bdeaeb734fc35b4c5a74750039f3445063686f4ac5bb2d7dcbfe0870c894dcaa
|
| 3 |
+
size 845176
|
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_42e0dd1
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_42e0dd1
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_42e0dd1::{op_name}"
|
build/torch210-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"python-depends": []
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": 1,
|
| 3 |
"python-depends": []
|
| 4 |
}
|
build/torch29-metal-aarch64-darwin/{_bitsandbytes_mps_c31f916.abi3.so → _bitsandbytes_mps_metal_42e0dd1.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:e1376c17866d5c32339a331a725fbff002041d94d825ccf97795420788cc74f4
|
| 3 |
+
size 844504
|
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 _bitsandbytes_mps_metal_42e0dd1
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_metal_42e0dd1
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_metal_42e0dd1::{op_name}"
|
build/torch29-metal-aarch64-darwin/metadata.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"python-depends": []
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": 1,
|
| 3 |
"python-depends": []
|
| 4 |
}
|