File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : QwenVL
8+ model_path : Qwen/Qwen2.5-VL-32B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
29+
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : QwenVL
8+ model_path : Qwen/Qwen2.5-VL-3B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : QwenVL
8+ model_path : Qwen/Qwen2.5-VL-72B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
29+
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : QwenVL
8+ model_path : Qwen/Qwen2.5-VL-7B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VLMoE
8+ model_path : Qwen/Qwen3-VL-235B-A22B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VL
8+ model_path : Qwen/Qwen3-VL-2B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VLMoE
8+ model_path : Qwen/Qwen3-VL-30B-A3B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VL
8+ model_path : Qwen/Qwen3-VL-32B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
29+
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VL
8+ model_path : Qwen/Qwen3-VL-4B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
Original file line number Diff line number Diff line change 1+ # Global configuration of pipeline
2+ global :
3+ save_path : ./output
4+
5+ # Simplified Configuration for LLM compression
6+ model :
7+ name : Qwen3VL
8+ model_path : Qwen/Qwen3-VL-8B-Instruct
9+ trust_remote_code : true
10+ low_cpu_mem_usage : true
11+ use_cache : false
12+ torch_dtype : auto
13+ device_map : auto
14+
15+ # Compression configuration
16+ compression :
17+ name : PTQ
18+ quantization :
19+ name : int8_dynamic
20+ bits : 8
21+ quant_method :
22+ weight : " per-channel"
23+ activation : " per-token"
24+ ignore_layers : # Skip quantization for these layers
25+ - " model.visual.patch_embed.proj"
26+ - " model.lm_head"
27+ - " model.language_model.embed_tokens"
28+ quant_vit : false
29+
You can’t perform that action at this time.
0 commit comments