Skip to content

Commit e5a7f6f

Browse files
authored
Merge branch 'main' into fix-mv2-fvp-memory-overflow
2 parents b1939e9 + 4ac044b commit e5a7f6f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6900,7 +6900,7 @@ def setUp(self):
69006900
SM8650=37,
69016901
SM8750=45,
69026902
pte_size=1_500_000_000, # 1.5 GB
6903-
wikitext_ppl=17,
6903+
wikitext_ppl=18,
69046904
hellaswag_acc_norm=None,
69056905
sqnr=15,
69066906
),

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ libabsl_tracing_internal.a,\
8080
libabsl_utf8_for_code_point.a,\
8181
libextension_llm_apple.a,\
8282
libextension_llm_runner.a,\
83+
libextension_memory_allocator.a,\
8384
libpcre2-8.a,\
8485
libre2.a,\
8586
libregex_lookahead.a,\

0 commit comments

Comments
 (0)