Kernels:
Trusted publisher
Uploaded using `kernel-builder`.
Browse files- .gitattributes +2 -0
- build/torch210-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_e09894a.abi3.so → _quantization_bitsandbytes_cpu_86f75d9.abi3.so} +1 -1
- build/torch210-cxx11-cpu-x86_64-linux/metadata.json +3 -1
- build/torch211-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_e09894a.abi3.so → _quantization_bitsandbytes_cpu_86f75d9.abi3.so} +1 -1
- build/torch211-cxx11-cpu-x86_64-linux/metadata.json +3 -1
.gitattributes
CHANGED
|
@@ -57,3 +57,5 @@ build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_b967789.abi
|
|
| 57 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_b967789.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 58 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_e09894a.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 59 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_e09894a.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 57 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_b967789.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 58 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_e09894a.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 59 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_e09894a.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_86f75d9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cpu-x86_64-linux/_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 _quantization_bitsandbytes_cpu_86f75d9
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_86f75d9::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_e09894a.abi3.so → _quantization_bitsandbytes_cpu_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1993840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea6acbfbebf83a26d5c02ff66d1fb790ec954fedec47550e1fe8cecba317cac8
|
| 3 |
size 1993840
|
build/torch210-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
| 5 |
"backend": {
|
| 6 |
"type": "cpu"
|
| 7 |
}
|
| 8 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "quantization-bitsandbytes",
|
| 3 |
+
"id": "_quantization_bitsandbytes_cpu_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cpu"
|
| 9 |
}
|
| 10 |
+
}
|
build/torch211-cxx11-cpu-x86_64-linux/_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 _quantization_bitsandbytes_cpu_86f75d9
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_86f75d9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_86f75d9::{op_name}"
|
build/torch211-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_e09894a.abi3.so → _quantization_bitsandbytes_cpu_86f75d9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1993840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5663ca01b1c628a724bdbf25274202a5277a3ce55077092c6e8d6cd626b06e8c
|
| 3 |
size 1993840
|
build/torch211-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"version": 1,
|
| 3 |
"license": "MIT",
|
| 4 |
"python-depends": [],
|
| 5 |
"backend": {
|
| 6 |
"type": "cpu"
|
| 7 |
}
|
| 8 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "quantization-bitsandbytes",
|
| 3 |
+
"id": "_quantization_bitsandbytes_cpu_86f75d9",
|
| 4 |
"version": 1,
|
| 5 |
"license": "MIT",
|
| 6 |
"python-depends": [],
|
| 7 |
"backend": {
|
| 8 |
"type": "cpu"
|
| 9 |
}
|
| 10 |
+
}
|