Update config.json
Browse files- config.json +1 -1
 
    	
        config.json
    CHANGED
    
    | 
         @@ -19,7 +19,7 @@ 
     | 
|
| 19 | 
         
             
              "quantization_config": {
         
     | 
| 20 | 
         
             
                "batch_size": 1,
         
     | 
| 21 | 
         
             
                "bits": 4,
         
     | 
| 22 | 
         
            -
                "block_name_to_quantize":  
     | 
| 23 | 
         
             
                "cache_block_outputs": true,
         
     | 
| 24 | 
         
             
                "damp_percent": 0.1,
         
     | 
| 25 | 
         
             
                "dataset": null,
         
     | 
| 
         | 
|
| 19 | 
         
             
              "quantization_config": {
         
     | 
| 20 | 
         
             
                "batch_size": 1,
         
     | 
| 21 | 
         
             
                "bits": 4,
         
     | 
| 22 | 
         
            +
                "block_name_to_quantize": "model.layers",
         
     | 
| 23 | 
         
             
                "cache_block_outputs": true,
         
     | 
| 24 | 
         
             
                "damp_percent": 0.1,
         
     | 
| 25 | 
         
             
                "dataset": null,
         
     |