File size: 803 Bytes
dabfde6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AXMODEL_DIR=./Qwen3-VL-2B-Instruct-AX630C-c64_p192-Int4/

./main_ax630c \
--template_filename_axmodel "${AXMODEL_DIR}/qwen3_vl_text_p64_l%d_together.axmodel" \
--axmodel_num 28 \
--filename_image_encoder_axmodedl "${AXMODEL_DIR}/Qwen3-VL-2B-Instruct_vision_u8_320_ax630c.axmodel" \
--bos 0 --eos 0 \
--dynamic_load_axmodel_layer 0 \
--use_mmap_load_embed 1 \
--filename_tokenizer_model "http://127.0.0.1:8080" \
--filename_post_axmodel "${AXMODEL_DIR}/qwen3_vl_text_post.axmodel" \
--use_topk 0 \
--filename_tokens_embed "${AXMODEL_DIR}/model.embed_tokens.weight.bfloat16.bin" \
--tokens_embed_num 151936 \
--tokens_embed_size 2048 \
--patch_size 16 \
--live_print 1 \
--continue 1 \
--video 1 \
--img_width 320 \
--img_height 320 \
--vision_start_token_id 151652 \
--post_config_path post_config.json