testbot commited on
Commit
85aa03c
1 Parent(s): 3ec9162

stupid mistake

Browse files
Files changed (1) hide show
  1. convert.py +1 -1
convert.py CHANGED
@@ -26,7 +26,7 @@ def convert(
26
 
27
  # Quantization
28
  if quantization:
29
- q_model_path = model_path = (
30
  cache_folder / f"ggml-model-{model_name}-{f_suffix}-q4_0.bin"
31
  )
32
  cmd = [
 
26
 
27
  # Quantization
28
  if quantization:
29
+ q_model_path = (
30
  cache_folder / f"ggml-model-{model_name}-{f_suffix}-q4_0.bin"
31
  )
32
  cmd = [