Skip to content

Commit 4bd18fa

Browse files
authored
Merge pull request #149 from waterdropw/hotfix/int4
<fix>: enable int4 inference for llm >= 6b, or load model will fail.
2 parents f52a98e + 9dd601d commit 4bd18fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/android_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git clone https://github.com/alibaba/MNN.git --depth=1
55
cd MNN/project/android
66
mkdir build
77
cd build
8-
../build_64.sh
8+
../build_64.sh -DMNN_LOW_MEMORY=ON
99
cd ../../../..
1010

1111
# 3. copy headers and libs

0 commit comments

Comments
 (0)