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_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.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_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.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_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.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_gptq_d11f52b.abi3.so filter=l
|
|
| 43 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 44 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 44 |
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 45 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_1f6c2de.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
build/torch210-cxx11-cpu-x86_64-linux/_quantization_gptq_b12bb50.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
build/torch28-cxx11-cpu-x86_64-linux/_quantization_gptq_b12bb50.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
build/torch29-cxx11-cpu-x86_64-linux/_quantization_gptq_b12bb50.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_b12bb50
|
| 3 |
+
ops = torch.ops._quantization_gptq_b12bb50
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_b12bb50::{op_name}"
|
build/torch210-cxx11-cpu-x86_64-linux/{_quantization_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 103168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96055d72bc88715aacf968f88064ac636f525674d062845f789259be122ff177
|
| 3 |
size 103168
|
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_gptq_b12bb50
|
| 3 |
+
ops = torch.ops._quantization_gptq_b12bb50
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_b12bb50::{op_name}"
|
build/torch28-cxx11-cpu-x86_64-linux/{_quantization_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.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:d60dc2390cf401d7b623b80230b920e6cafac4b8fbf124f509132ea5567cd45d
|
| 3 |
size 101912
|
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_gptq_b12bb50
|
| 3 |
+
ops = torch.ops._quantization_gptq_b12bb50
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_gptq_b12bb50::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/{_quantization_gptq_1f6c2de.abi3.so → _quantization_gptq_b12bb50.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:622cd55bfb287126d39737c7701f40c1baba142e1809b9a1d86f8ca245838d9f
|
| 3 |
size 105960
|
build/torch29-cxx11-cpu-x86_64-linux/metadata.json
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 1,
|
| 3 |
+
"python-depends": []
|
| 4 |
+
}
|