chatglm.cpp icon indicating copy to clipboard operation
chatglm.cpp copied to clipboard

can not import chatglm_cpp, add the following code to the web-demo.py

Open lzj-r opened this issue 1 year ago • 0 comments

import sys import os

module_folder = os.path.abspath(os.path.join(os.path.dirname(file), '..')) sys.path.insert(0, module_folder)

lzj-r avatar Jun 26 '24 16:06 lzj-r