danieldk's picture
danieldk HF staff
Build
331b7e6
raw
history blame contribute delete
248 Bytes
import torch
from . import _paged_attention_eo7ts45r6k64y
ops = torch.ops._paged_attention_eo7ts45r6k64y
def add_op_namespace_prefix(op_name: str):
"""
Prefix op by namespace.
"""
return f"_paged_attention_eo7ts45r6k64y::{op_name}"