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_bitsandbytes_2e2ed43.abi3.so → _quantization_bitsandbytes_e6f32d1.abi3.so} +1 -1
- build/torch29-cxx11-cpu-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_2e2ed43.abi3.so → _quantization_bitsandbytes_e6f32d1.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_bitsandbytes_2e2ed43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_2e2ed43.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_bitsandbytes_2e2ed43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 37 |
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_2e2ed43.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
build/torch28-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_e6f32d1.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
build/torch29-cxx11-cpu-x86_64-linux/_quantization_bitsandbytes_e6f32d1.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_bitsandbytes_e6f32d1
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_e6f32d1
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_e6f32d1::{op_name}"
|
build/torch28-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_2e2ed43.abi3.so → _quantization_bitsandbytes_e6f32d1.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 141024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4e96203ebe02dfe850e661eff641296ccfcb538b0bf4f7b397725d36be4c8a
|
| 3 |
size 141024
|
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_bitsandbytes_e6f32d1
|
| 3 |
+
ops = torch.ops._quantization_bitsandbytes_e6f32d1
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_quantization_bitsandbytes_e6f32d1::{op_name}"
|
build/torch29-cxx11-cpu-x86_64-linux/{_quantization_bitsandbytes_2e2ed43.abi3.so → _quantization_bitsandbytes_e6f32d1.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 141056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52f56661dc169de73ef685bf4d4cfadc8629b55475fb2b59833e1cb16e1ffa10
|
| 3 |
size 141056
|