Build uploaded using `kernels`.
Browse files- .gitattributes +2 -0
- build/torch28-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch28-cxx11-cpu-x86_64-linux/{_quantization_gptq_8c16cd6.abi3.so → _quantization_gptq_986b11f.abi3.so} +1 -1
- build/torch29-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cpu-x86_64-linux/{_quantization_gptq_8c16cd6.abi3.so → _quantization_gptq_986b11f.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_8c16cd6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_8c16cd6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_8c16cd6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_8c16cd6.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_986b11f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_986b11f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
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_gptq_986b11f
|
| 3 |
+
ops = torch.ops._quantization_gptq_986b11f
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_986b11f::{op_name}"
|
build/torch28-cxx11-cpu-x86_64-linux/{_quantization_gptq_8c16cd6.abi3.so → _quantization_gptq_986b11f.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 101912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65fab7fa8e9633500bf1f7c9592e24d2aec27d64bcf1a963208202467a9a0787
|
| 3 |
size 101912
|
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_gptq_986b11f
|
| 3 |
+
ops = torch.ops._quantization_gptq_986b11f
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_986b11f::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/{_quantization_gptq_8c16cd6.abi3.so → _quantization_gptq_986b11f.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 105960
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e3b7692cf861a1724d60bd66a0cd944f32eac0a6f4e3f4453f6b51efaa9f1f0
|
| 3 |
size 105960
|