File tree Expand file tree Collapse file tree
Qwen-Qwen3.5-0.8B/builtin/webgpu
Qwen-Qwen3.5-2B/builtin/webgpu
Qwen-Qwen3.5-4B/builtin/webgpu
Qwen-Qwen3.5-9B/builtin/webgpu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "io_config" : " get_embedding_io_config" ,
88 "dummy_inputs_func" : " get_embedding_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "convert" : {
1223 "type" : " OnnxConversion" ,
4051 "external_data_name" : " embedding.onnx.data"
4152 }
4253 },
54+ "target" : " local_system" ,
4355 "no_artifacts" : true ,
4456 "output_dir" : " webgpu/models/embedding.onnx"
4557}
Original file line number Diff line number Diff line change 33 "type" : " HfModel" ,
44 "model_path" : " Qwen/Qwen3.5-0.8B"
55 },
6+ "systems" : {
7+ "local_system" : {
8+ "type" : " LocalSystem" ,
9+ "accelerators" : [
10+ {
11+ "device" : " gpu" ,
12+ "execution_providers" : [" WebGpuExecutionProvider" ]
13+ }
14+ ]
15+ }
16+ },
617 "passes" : {
718 "m" : {
819 "type" : " ModelBuilder" ,
1627 }
1728 },
1829 "no_artifacts" : true ,
30+ "target" : " local_system" ,
1931 "output_dir" : " webgpu/models/text.onnx"
2032}
Original file line number Diff line number Diff line change 77 "io_config" : " get_vision_io_config" ,
88 "dummy_inputs_func" : " get_vision_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "c" : {
1223 "type" : " OnnxConversion" ,
7182 "external_data_name" : " vision.onnx.data"
7283 }
7384 },
85+ "target" : " local_system" ,
7486 "no_artifacts" : true ,
7587 "output_dir" : " webgpu/models/vision.onnx"
7688}
Original file line number Diff line number Diff line change 77 "io_config" : " get_embedding_io_config" ,
88 "dummy_inputs_func" : " get_embedding_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "convert" : {
1223 "type" : " OnnxConversion" ,
4152 }
4253 },
4354 "no_artifacts" : true ,
55+ "target" : " local_system" ,
4456 "output_dir" : " webgpu/models/embedding.onnx"
4557}
Original file line number Diff line number Diff line change 33 "type" : " HfModel" ,
44 "model_path" : " Qwen/Qwen3.5-2B"
55 },
6+ "systems" : {
7+ "local_system" : {
8+ "type" : " LocalSystem" ,
9+ "accelerators" : [
10+ {
11+ "device" : " gpu" ,
12+ "execution_providers" : [" WebGpuExecutionProvider" ]
13+ }
14+ ]
15+ }
16+ },
617 "passes" : {
718 "m" : {
819 "type" : " ModelBuilder" ,
1728 }
1829 },
1930 "no_artifacts" : true ,
31+ "target" : " local_system" ,
2032 "output_dir" : " webgpu/models/text.onnx"
2133}
Original file line number Diff line number Diff line change 77 "io_config" : " get_vision_io_config" ,
88 "dummy_inputs_func" : " get_vision_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "c" : {
1223 "type" : " OnnxConversion" ,
7283 }
7384 },
7485 "no_artifacts" : true ,
86+ "target" : " local_system" ,
7587 "output_dir" : " webgpu/models/vision.onnx"
7688}
Original file line number Diff line number Diff line change 77 "io_config" : " get_embedding_io_config" ,
88 "dummy_inputs_func" : " get_embedding_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "convert" : {
1223 "type" : " OnnxConversion" ,
4152 }
4253 },
4354 "no_artifacts" : true ,
55+ "target" : " local_system" ,
4456 "output_dir" : " webgpu/models/embedding.onnx"
4557}
Original file line number Diff line number Diff line change 33 "type" : " HfModel" ,
44 "model_path" : " Qwen/Qwen3.5-4B"
55 },
6+ "systems" : {
7+ "local_system" : {
8+ "type" : " LocalSystem" ,
9+ "accelerators" : [
10+ {
11+ "device" : " gpu" ,
12+ "execution_providers" : [" WebGpuExecutionProvider" ]
13+ }
14+ ]
15+ }
16+ },
617 "passes" : {
718 "m" : {
819 "type" : " ModelBuilder" ,
1728 }
1829 },
1930 "no_artifacts" : true ,
31+ "target" : " local_system" ,
2032 "output_dir" : " webgpu/models/text.onnx"
2133}
Original file line number Diff line number Diff line change 77 "io_config" : " get_vision_io_config" ,
88 "dummy_inputs_func" : " get_vision_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "c" : {
1223 "type" : " OnnxConversion" ,
7283 }
7384 },
7485 "no_artifacts" : true ,
86+ "target" : " local_system" ,
7587 "output_dir" : " webgpu/models/vision.onnx"
7688}
Original file line number Diff line number Diff line change 77 "io_config" : " get_embedding_io_config" ,
88 "dummy_inputs_func" : " get_embedding_dummy_inputs"
99 },
10+ "systems" : {
11+ "local_system" : {
12+ "type" : " LocalSystem" ,
13+ "accelerators" : [
14+ {
15+ "device" : " gpu" ,
16+ "execution_providers" : [" WebGpuExecutionProvider" ]
17+ }
18+ ]
19+ }
20+ },
1021 "passes" : {
1122 "convert" : {
1223 "type" : " OnnxConversion" ,
4152 }
4253 },
4354 "no_artifacts" : true ,
55+ "target" : " local_system" ,
4456 "output_dir" : " webgpu/models/embedding.onnx"
4557}
You can’t perform that action at this time.
0 commit comments