We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef58fce commit 601f2d1Copy full SHA for 601f2d1
torchchat/model.py
@@ -1025,7 +1025,7 @@ def apply_rotary_emb(x: Tensor, freqs_cis: Tensor) -> Tensor:
1025
# For quantized_decomposed ops
1026
from executorch.kernels import quantized # no-qa
1027
# For llama::sdpa_with_kv_cache.out, preprocess ops
1028
- from executorch.extension.llm.custom_ops import sdpa_with_kv_cache # no-qa
+ from executorch.extension.llm.custom_ops import custom_ops # no-qa
1029
1030
class PTEModel(nn.Module):
1031
def __init__(self, config, path) -> None:
0 commit comments