Build uploaded using `kernels`.
Browse files- .gitattributes +3 -0
- build/torch210-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so} +1 -1
- build/torch210-cxx11-cpu-x86_64-linux/metadata.json +4 -1
- build/torch28-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch28-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so} +1 -1
- build/torch28-cxx11-cpu-x86_64-linux/metadata.json +4 -1
- build/torch29-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so} +1 -1
- build/torch29-cxx11-cpu-x86_64-linux/metadata.json +4 -1
.gitattributes
CHANGED
|
@@ -43,3 +43,6 @@ build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_5679cec.abi3.so
|
|
| 43 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 44 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 44 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_0ed0691.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_23c0016.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_23c0016.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_23c0016.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_23c0016
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_23c0016
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_23c0016::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 146712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6137d84ca469977bded3bf2dcf06e3e48ac49a3bf51a5cc4fae3653a0b652dfc
|
| 3 |
size 146712
|
build/torch210-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 1,
|
| 3 |
+
"python-depends": []
|
| 4 |
+
}
|
build/torch28-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_23c0016
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_23c0016
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_23c0016::{op_name}"
|
build/torch28-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 141024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56fc8c60158bccc6cb05004ec631a14bec9f10e0bf2b434b2464ec88971c7ded
|
| 3 |
size 141024
|
build/torch28-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 1,
|
| 3 |
+
"python-depends": []
|
| 4 |
+
}
|
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_23c0016
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_23c0016
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_23c0016::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_0ed0691.abi3.so → _quantization_bitsandbytes_23c0016.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 141056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6262236f722ee16ce563f47a6aee6c2da3ef7c839dcf09e7de58a969dfdd77e4
|
| 3 |
size 141056
|
build/torch29-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 1,
|
| 3 |
+
"python-depends": []
|
| 4 |
+
}
|