error on run

#1
by RedAndFoxy - opened

โŒ Conversion failed: python3: can't open file '/app/llama.cpp/convert_hf_to_gguf.py': [Errno 2] No such file or directory

FileNotFoundError: [Errno 2] No such file or directory: '/app/llama.cpp/build/bin/llama-quantize'
Traceback:
File "/home/user/app/app.py", line 261, in
st.session_state.quantized_model_path = automate_llama_quantization(hf_model_name, selected_quant)
File "/home/user/app/app.py", line 209, in automate_llama_quantization
quantize_llama(gguf_file, quantized_file, quant_type.lower())
File "/home/user/app/app.py", line 180, in quantize_llama
process = subprocess.run(cmd, text=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/usr/local/lib/python3.10/subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment