chatglm.cpp
chatglm.cpp copied to clipboard
can not import chatglm_cpp, add the following code to the web-demo.py
import sys import os
module_folder = os.path.abspath(os.path.join(os.path.dirname(file), '..')) sys.path.insert(0, module_folder)