File size: 970 Bytes
4587219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "quantization_method": "awq",
  "optimization": "moe_optimized",
  "model_architecture": {
    "model_type": "qwen3_moe",
    "total_params": "30.5B",
    "active_params": "3.3B",
    "num_experts": 128,
    "experts_per_token": 8,
    "layers": 48,
    "hidden_size": 2048,
    "attention_heads": 32,
    "kv_heads": 4,
    "context_length": 262144
  },
  "awq_config": {
    "method": "awq",
    "bits": 4,
    "group_size": 128,
    "zero_point": true,
    "version": "gemm",
    "activation_aware": true,
    "auto_scale": true,
    "auto_clip": true
  },
  "protected_layers": [
    "gate",
    "router",
    "shared_expert",
    "layernorm",
    "embedding"
  ],
  "calibration": {
    "num_samples": 512,
    "sequence_length": 4096,
    "shuffle": true,
    "expert_balanced": true
  },
  "performance_notes": {
    "expected_speedup": "3-4x",
    "memory_reduction": "~75%",
    "quality_retention": ">95%"
  },
  "timestamp": "2025-08-07T10:24:34.453585"
}