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 a455f0d commit db52e05Copy full SHA for db52e05
backends/qualcomm/tests/test_qnn_delegate.py
@@ -3154,9 +3154,9 @@ def test_llama3_2_1b(self):
3154
"llama3_2",
3155
"--model_mode",
3156
"hybrid",
3157
- "--prefill_seq_len",
+ "--prefill_ar_len",
3158
"32",
3159
- "--kv_seq_len",
+ "--max_seq_len",
3160
"512",
3161
"--num_sharding",
3162
"4",
@@ -3234,9 +3234,9 @@ def test_llama_stories_110m(self):
3234
"stories110m",
3235
3236
3237
3238
3239
3240
"128",
3241
]
3242
if self.compile_only:
0 commit comments