li-plus / chatglm.cpp

C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4
MIT License
2.84k stars 327 forks source link

官方docker无法使用 #269

Open Whichbfj28 opened 4 months ago

Whichbfj28 commented 4 months ago

image 出现错误: ./build/bin/main: error while loading shared libraries: libggml.so: cannot open shared object file: No such file or directory

loli0123456789 commented 3 months ago

image 出现错误: ./build/bin/main: error while loading shared libraries: libggml.so: cannot open shared object file: No such file or directory

这个需要pip install .,有的是直接pip install chatglm_cpp,都可以的,这个其实和cpp还是有关系的,这个主要就是实现C++加速推理嘛