File size: 924 Bytes
a133e32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "config_id": "c2sim",
  "source_model": "meta-llama/Llama-3.2-1B-Instruct",
  "scheme": "W4A16",
  "method": "gptq-simulated",
  "simulated": true,
  "simulated_reason": "vLLM 0.11 compressed-tensors supports only 4/8-bit; 2/3-bit have no kernel",
  "bits_weight": 4,
  "bits_activation": 16,
  "group_size": 128,
  "symmetric": true,
  "calibration_file": "calibration_c4_512x2048.jsonl",
  "calibration_sha256": "b5736155d5b24bf5eb15faae0eb4a742aea4a9d0532db9684085a49750606e19",
  "n_calibration_samples": 512,
  "calibration_seq_len": 2048,
  "grid_check_distinct_values": [
    [
      "model.layers.0.self_attn.q_proj",
      15
    ],
    [
      "model.layers.0.self_attn.k_proj",
      13
    ],
    [
      "model.layers.0.self_attn.v_proj",
      14
    ]
  ],
  "grid_check_max_allowed": 16,
  "quantize_seconds": 426.8,
  "output_dir": "/scratch/jeesup0103/safety_quant/models/Llama-3.2-1B-Instruct-c2sim"
}