Initial GPTQ model commit
Browse files- quantize_config.json +10 -0
    	
        quantize_config.json
    ADDED
    
    | @@ -0,0 +1,10 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bits": 4,
         | 
| 3 | 
            +
              "group_size": 64,
         | 
| 4 | 
            +
              "damp_percent": 0.1,
         | 
| 5 | 
            +
              "desc_act": true,
         | 
| 6 | 
            +
              "sym": true,
         | 
| 7 | 
            +
              "true_sequential": true,
         | 
| 8 | 
            +
              "model_name_or_path": null,
         | 
| 9 | 
            +
              "model_file_base_name": "model"
         | 
| 10 | 
            +
            }
         | 
