Create quant_config.json
Browse files- quant_config.json +4 -0
    	
        quant_config.json
    ADDED
    
    | @@ -0,0 +1,4 @@ | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "quant_method": "bitsandbytes",
         | 
| 3 | 
            +
              "load_in_8bit": true
         | 
| 4 | 
            +
            }
         |