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_2e95ea3.abi3.so → _quantization_bitsandbytes_cpu_b967789.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_2e95ea3.abi3.so → _quantization_bitsandbytes_cpu_b967789.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -53,3 +53,5 @@ build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_3c456c8.abi
|
|
| 53 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_3c456c8.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 54 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_2e95ea3.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
|
|
|
|
|
|
|
|
|
| 53 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_3c456c8.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 54 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_cpu_2e95ea3.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
|
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_b967789
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_b967789
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_b967789::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_2e95ea3.abi3.so → _quantization_bitsandbytes_cpu_b967789.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:2ebbdfb139f16bc92b002d986b345b87bf08a2c86454b8eaf09bccacf43bb0c3
|
| 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_b967789
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_cpu_b967789
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_cpu_b967789::{op_name}"
|
build/torch211-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_cpu_2e95ea3.abi3.so → _quantization_bitsandbytes_cpu_b967789.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:ee1592906f5939d95ab4ec6437bb250df85c844d2475f72cb9c9bfda8dddb14f
|
| 3 |
size 1993840
|