Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -164,7 +164,7 @@ def quantize_llama(model_path, quantized_output_path, quant_type): | |
| 164 | 
             
                else:
         | 
| 165 | 
             
                    st.error(f"❌ Quantization failed: {process.stderr}")
         | 
| 166 |  | 
| 167 | 
            -
            def automate_llama_quantization(hf_model_name, quant_type | 
| 168 | 
             
                """
         | 
| 169 | 
             
                Orchestrates the entire quantization process.
         | 
| 170 | 
             
                """
         | 
|  | |
| 164 | 
             
                else:
         | 
| 165 | 
             
                    st.error(f"❌ Quantization failed: {process.stderr}")
         | 
| 166 |  | 
| 167 | 
            +
            def automate_llama_quantization(hf_model_name, quant_type):
         | 
| 168 | 
             
                """
         | 
| 169 | 
             
                Orchestrates the entire quantization process.
         | 
| 170 | 
             
                """
         | 
