Build uploaded using `kernels`.
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_9739e82.abi3.so → _quantization_bitsandbytes_cpu_3c456c8.abi3.so} +2 -2
- build/torch210-cxx11-cpu-x86_64-linux/metadata.json +1 -0
- build/torch29-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_9739e82.abi3.so → _quantization_bitsandbytes_cpu_3c456c8.abi3.so} +2 -2
- build/torch29-cxx11-cpu-x86_64-linux/metadata.json +1 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,5 @@ build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_23c0016.abi3.so
|
|
| 49 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 50 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 51 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 49 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 50 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 51 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_9739e82.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_3c456c8.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_3c456c8.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_3c456c8
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_3c456c8
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_3c456c8::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_9739e82.abi3.so → _quantization_bitsandbytes_cpu_3c456c8.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:602c8b475d84b013b131b0de579d415857b84554e6247faf551568e978ac680a
|
| 3 |
+
size 1993840
|
build/torch210-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "MIT",
|
| 4 |
"python-depends": []
|
| 5 |
}
|
build/torch29-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_3c456c8
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_3c456c8
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_3c456c8::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_9739e82.abi3.so → _quantization_bitsandbytes_cpu_3c456c8.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:8892fa05e9e4e6c4dc3b91b8813376472226a2b0d857327c1daf864cc5aae3b1
|
| 3 |
+
size 1988192
|
build/torch29-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
|
|
|
| 3 |
"python-depends": []
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": 1,
|
| 3 |
+
"license": "MIT",
|
| 4 |
"python-depends": []
|
| 5 |
}
|