Kernels:
Trusted publisher
File size: 273 Bytes
bd05303 | 1 2 3 4 5 6 7 8 9 10 | import torch
from . import _quantization_bitsandbytes_cpu_3c456c8
ops = torch.ops._quantization_bitsandbytes_cpu_3c456c8
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_quantization_bitsandbytes_cpu_3c456c8::{op_name}"
|