Skip to content

Commit a4ca5f6

Browse files
committed
script: add MiniCPM4-0.5B-F32.gguf in build-run-android.sh
1 parent d14a9a0 commit a4ca5f6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

scripts/build-run-android.sh

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,27 @@ GGMLDSP_RELEASE_DATE=20250627
6464
PROMPT_STRING="every day of your life, it is important to take the time to smell the roses — to appreciate the experiences that lead to happiness. This is part of being truly happy.Happiness is a state of mind. It starts with accepting where you are, knowing where you are going and planning to enjoy every moment along the way. You know how to be happy, and feel that you have enough time or money or love or whatever you need to achieve your goals. And just feeling that you have enough of everything means that you do indeed have enough.You have to choose to be happy, and focus upon being happy, in order to be happy. If you instead focus upon knowing that you will be happy if you achieve something, you will never be happy, as you have not learned to smell the roses. The irony is that when you are happy, you are inevitably more productive, and far more likely to achieve what everything-seekers are seeking. you will never be happy, as you have not learned to smell the roses. The irony is that when you are happy, you are inevitably more productive, and far more likely to achieve what everything-seekers are seeking."
6565
PROMPT_STRING="introduce the movie Once Upon a Time in America briefly.\n"
6666

67-
#for llama-cli, 20.4 MiB in models/t5-very-small-random-F32.gguf
67+
#following two customized models only for self-test
68+
#20.4 MiB in models/t5-very-small-random-F32.gguf
6869
TEST_MODEL_NAME=/sdcard/t5-very-small-random-F32.gguf
70+
#1.0 GiB, can be downloadded via this script in function check_prebuilt_models()
6971
TEST_MODEL_NAME=/sdcard/t5-277M-F32.gguf
70-
#for llama-cli, 1.1 GiB, will be downloaded automatically via this script
72+
73+
#for llama-cli, 1.6 GiB, can be downloadded via this script in function check_prebuilt_models()
74+
TEST_MODEL_NAME=/sdcard/MiniCPM4-0.5B-F32.gguf
75+
#for llama-cli, 1.1 GiB, will be downloaded automatically via this script when running this script at the first time
7176
TEST_MODEL_NAME=/sdcard/qwen1_5-1_8b-chat-q4_0.gguf
72-
#for llama-cli, 4.5 GiB, can be downloadded automatically via this script
77+
#for llama-cli, 4.5 GiB, will be downloadded automatically via this script when running this script at the first time
7378
TEST_MODEL_NAME=/sdcard/gemma-3n-E2B-it-Q8_0.gguf
7479

75-
#self-defined LLM models
80+
#other LLM models for llama-cli
7681
#TEST_MODEL_NAME=/sdcard/Qwen3-8B-Q8_0.gguf
7782
#TEST_MODEL_NAME=/sdcard/Qwen3-4B-Q8_0.gguf
7883
#TEST_MODEL_NAME=/sdcard/gemma-3-4b-it-Q8_0.gguf
7984

80-
#for llama-bench, 1.12 GiB, will be downloadded automatically via this script
85+
#for llama-bench, 4.5 GiB, will be downloadded automatically via this script when running this script at the first time
86+
GGUF_MODEL_NAME=/sdcard/gemma-3n-E2B-it-Q8_0.gguf
87+
#for llama-bench, 1.12 GiB, will be downloadded automatically via this script when running this script at the first time
8188
GGUF_MODEL_NAME=/sdcard/qwen1_5-1_8b-chat-q4_0.gguf
8289

8390
#ref: https://github.com/quic/ai-hub-apps/tree/main/tutorials/llm_on_genie

0 commit comments

Comments
 (0)