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_gptq_cpu_ba11934.abi3.so → _quantization_gptq_cpu_3e728a9.abi3.so} +1 -1
- build/torch211-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cpu-x86_64-linux/{_quantization_gptq_cpu_ba11934.abi3.so → _quantization_gptq_cpu_3e728a9.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -53,3 +53,5 @@ build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_833865c.abi3.so fil
|
|
| 53 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_833865c.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 54 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_ba11934.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 55 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_ba11934.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 53 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_833865c.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 54 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_ba11934.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 55 |
build/torch211-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_ba11934.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_3e728a9.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
build/torch211-cxx11-cpu-x86_64-linux/_quantization_gptq_cpu_3e728a9.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_gptq_cpu_3e728a9
|
| 3 |
+
ops = torch.ops._quantization_gptq_cpu_3e728a9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_cpu_3e728a9::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_gptq_cpu_ba11934.abi3.so → _quantization_gptq_cpu_3e728a9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1950576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13ac90e6e4bf2ad72fc261879f91ea3ca45c41374f89416de4a53c1f2c8bd113
|
| 3 |
size 1950576
|
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_gptq_cpu_3e728a9
|
| 3 |
+
ops = torch.ops._quantization_gptq_cpu_3e728a9
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_cpu_3e728a9::{op_name}"
|
build/torch211-cxx11-cpu-x86_64-linux/{_quantization_gptq_cpu_ba11934.abi3.so → _quantization_gptq_cpu_3e728a9.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1950576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aa238bf494db7148907fb0c336f95fd56258b0406a9a5cad81320b0efb190d1
|
| 3 |
size 1950576
|