Build uploaded using `kernels`.
Browse files- .gitattributes +2 -0
- build/torch210-metal-aarch64-darwin/__pycache__/__init__.cpython-312.pyc +0 -0
- build/torch210-metal-aarch64-darwin/__pycache__/_ops.cpython-312.pyc +0 -0
- build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_a878317_dirty.abi3.so → _bitsandbytes_mps_1c65113_dirty.abi3.so} +2 -2
- build/torch210-metal-aarch64-darwin/_ops.py +3 -3
- build/torch210-metal-aarch64-darwin/bitsandbytes_mps/__pycache__/__init__.cpython-312.pyc +0 -0
- build/torch29-metal-aarch64-darwin/{_bitsandbytes_mps_a878317_dirty.abi3.so → _bitsandbytes_mps_1c65113_dirty.abi3.so} +2 -2
- build/torch29-metal-aarch64-darwin/_ops.py +3 -3
.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_a878317_dirty.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_a878317_dirty.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_a878317_dirty.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_a878317_dirty.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
build/torch210-metal-aarch64-darwin/_bitsandbytes_mps_1c65113_dirty.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
build/torch29-metal-aarch64-darwin/_bitsandbytes_mps_1c65113_dirty.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-metal-aarch64-darwin/__pycache__/__init__.cpython-312.pyc
CHANGED
|
Binary files a/build/torch210-metal-aarch64-darwin/__pycache__/__init__.cpython-312.pyc and b/build/torch210-metal-aarch64-darwin/__pycache__/__init__.cpython-312.pyc differ
|
|
|
build/torch210-metal-aarch64-darwin/__pycache__/_ops.cpython-312.pyc
CHANGED
|
Binary files a/build/torch210-metal-aarch64-darwin/__pycache__/_ops.cpython-312.pyc and b/build/torch210-metal-aarch64-darwin/__pycache__/_ops.cpython-312.pyc differ
|
|
|
build/torch210-metal-aarch64-darwin/{_bitsandbytes_mps_a878317_dirty.abi3.so → _bitsandbytes_mps_1c65113_dirty.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:66950712a4b02c4e9edeebcdbdb879bb076ab1e4d5fb3204638f31edb5770277
|
| 3 |
+
size 479272
|
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_1c65113_dirty
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_1c65113_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_1c65113_dirty::{op_name}"
|
build/torch210-metal-aarch64-darwin/bitsandbytes_mps/__pycache__/__init__.cpython-312.pyc
CHANGED
|
Binary files a/build/torch210-metal-aarch64-darwin/bitsandbytes_mps/__pycache__/__init__.cpython-312.pyc and b/build/torch210-metal-aarch64-darwin/bitsandbytes_mps/__pycache__/__init__.cpython-312.pyc differ
|
|
|
build/torch29-metal-aarch64-darwin/{_bitsandbytes_mps_a878317_dirty.abi3.so → _bitsandbytes_mps_1c65113_dirty.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:06e6d2b1cfeec2d67173764d467024fc11d2fbe7bd88016f5ebf8fbb3578020c
|
| 3 |
+
size 478744
|
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_1c65113_dirty
|
| 3 |
+
ops = torch.ops._bitsandbytes_mps_1c65113_dirty
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_bitsandbytes_mps_1c65113_dirty::{op_name}"
|