File size: 532 Bytes
edaa9be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
./main_prefill \
--template_filename_axmodel "TinySwallow-1.5B-Instruct-ax630c/qwen2_p128_l%d_together.axmodel" \
--axmodel_num 28 \
--tokenizer_type 2 \
--filename_tokenizer_model "http://localhost:8080" \
--bos 0 --eos 0 \
--filename_post_axmodel "TinySwallow-1.5B-Instruct-ax630c/qwen2_post.axmodel" \
--filename_tokens_embed "TinySwallow-1.5B-Instruct-ax630c/model.embed_tokens.weight.bfloat16.bin" \
--tokens_embed_num 151936 \
--tokens_embed_size 1536 \
--use_mmap_load_embed 1 \
--live_print 1 \
--continue 1 \
--prompt "$1"
|