LLM-TPU
LLM-TPU copied to clipboard
ChatGLM3的web demo无法运行成功
即使安装chat包,实际chat包里并没有以下方法
chat is not a python module, it is a cpp .so library which you need to compile it first
需要编译哈,不能用pip install chat
mkdir build cd build && cmake .. && make -j && cd ..