File size: 592 Bytes
83322a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "batcher": null,
    "cacher": null,
    "compiler": null,
    "factorizer": null,
    "pruner": null,
    "quantizer": "hqq",
    "hqq_backend": "torchao_int4",
    "hqq_compute_dtype": "torch.float16",
    "hqq_group_size": 64,
    "hqq_weight_bits": 8,
    "batch_size": 1,
    "device": "cuda",
    "save_fns": [
        "hqq"
    ],
    "load_fns": [
        "hqq"
    ],
    "reapply_after_load": {
        "factorizer": null,
        "pruner": null,
        "quantizer": null,
        "cacher": null,
        "compiler": null,
        "batcher": null
    },
    "api_key": null
}