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 dbabc9b commit e530130Copy full SHA for e530130
examples/qualcomm/oss_scripts/llama/model/static_llama.py
@@ -12,10 +12,8 @@
12
import torch
13
import torch.nn as nn
14
import torch.nn.functional as F
15
-from executorch.examples.models.llama.llama_transformer import (
16
- ModelArgs,
17
- precompute_freqs_cis,
18
-)
+from executorch.examples.models.llama.model_args import ModelArgs
+from executorch.examples.models.llama.rope import precompute_freqs_cis
19
20
21
def apply_rotary_emb_single(
0 commit comments