Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5503064

Browse files
committed
fixes
1 parent 0cc6d7c commit 5503064

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

install/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tiktoken
1212
# Miscellaneous
1313
snakeviz
1414
sentencepiece
15-
numpy>=1.23.5,<2.0
15+
numpy<2.0
1616
gguf
1717
lm-eval==0.4.2
1818
blobfile

runner/et.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if(executorch_FOUND)
6262

6363
set(EXECUTORCH_SRC_ROOT ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src/executorch)
6464
set(XNNPACK_ROOT ${EXECUTORCH_SRC_ROOT}/backends/xnnpack)
65+
list(APPEND _srcs ${XNNPACK_ROOT}/threadpool/cpuinfo_utils.cpp)
6566
list(APPEND _common_include_directories
6667
${XNNPACK_ROOT}/third-party/cpuinfo/include)
6768

0 commit comments

Comments
 (0)