alex-spacemit commited on
Commit
8ea3899
·
verified ·
1 Parent(s): 1b8df5d

Add Qwen3.5-0.8B README configs and sample

Browse files
Files changed (1) hide show
  1. configs/K1/config.json +16 -0
configs/K1/config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["Qwen3_5ForConditionalGeneration"],
3
+ "vision_model": {
4
+ "model_path": "../../qwen3_5vl_0.8b-vision-384-op23.f16.onnx",
5
+ "input_size": 384,
6
+ "spacemit_ep_intra_thread_num": 4,
7
+ "spacemit_ep_inter_thread_num": 1,
8
+ "spacemit_ep_intra_thread_affinity": "0;1;2;3",
9
+ "ep_config": {
10
+ "SPACEMIT_EP_INTRA_THREAD_NUM": "4",
11
+ "SPACEMIT_EP_INTER_THREAD_NUM": "1",
12
+ "SPACEMIT_EP_INTRA_THREAD_AFFINITY": "0;1;2;3"
13
+ }
14
+ },
15
+ "text_model": {"model_path": "../../qwen3_5vl_0.8b-text-q41.gguf", "hidden_size": 1024}
16
+ }