Corrected previous commit
This commit is contained in:
parent
b802b788c4
commit
c389c69033
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def __run_quantize_script(script_path, f16_model_part_path):
|
||||||
new_quantized_model_path = f16_model_part_path.replace("f16", "q4_0")
|
new_quantized_model_path = f16_model_part_path.replace("f16", "q4_0")
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[script_path, f16_model_part_path, new_quantized_model_path, "2"],
|
[script_path, f16_model_part_path, new_quantized_model_path, "2"],
|
||||||
shell=True, check=True
|
check=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue