KBaba7 commited on
Commit
b290c58
·
verified ·
1 Parent(s): f48c60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, conversion_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
  """