sosoayaen
sosoayaen
Cause of the Issue: The corresponding executable file `main` couldn't find the `libggml.so` file in the system during runtime. Indeed, in the Dockerfile, only the final executable file was copied...
> **执行:** `python3 chatglm_cpp/convert.py -i modules/codegeex2-6b -t q4_0 -o codegeex-ggml.bin` **报错:** `Traceback (most recent call last): File "chatglm_cpp/convert.py", line 543, in main() File "chatglm_cpp/convert.py", line 537, in main convert(f, args.model_name_or_path,...
https://github.com/chatchat-space/Langchain-Chatchat/issues/1835#issuecomment-1851708763 这两个方式都能解决问题,要么降级,要么使用 chatgml3-6b 下的 文件 把 codegeex2-6b 下的覆盖掉