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_b967789.abi3.so → _quantization_bitsandbytes_cpu_e09894a.abi3.so} +1 -1
- build/torch211-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_b967789.abi3.so → _quantization_bitsandbytes_cpu_e09894a.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -55,3 +55,5 @@ build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_2e95ea3.abi
|
|
| 55 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_2e95ea3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 56 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_b967789.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
|
|
|
|
|
|
|
|
|
| 55 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_2e95ea3.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 56 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_b967789.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
|
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_e09894a
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_e09894a
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_e09894a::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_b967789.abi3.so → _quantization_bitsandbytes_cpu_e09894a.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:d0ed70ae7dd4da7d0b846ee77b647f7ce7651f6740a3573a0a2f6cf898f7a549
|
| 3 |
size 1993840
|
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_e09894a
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_e09894a
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_e09894a::{op_name}"
|
build/torch211-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_b967789.abi3.so → _quantization_bitsandbytes_cpu_e09894a.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:f7dc73c0cfe3148dd055a6f08bd4c2bf0b930187da341c110093941bf9bb8a67
|
| 3 |
size 1993840
|