pip install ipykernel
pip install jupyter
ipython kernel install --name chatglm3 --user
然后注意项目里面的 demo_ci.py
IPYKERNEL = os.environ.get('IPYKERNEL', 'chatglm3')
这个chatglm3要和install的名字对的上
参考资料:
当岁月都已失去,偶然与过往相遇,我们还能哼唱出年少的旋律。
pip install ipykernel
pip install jupyter
ipython kernel install --name chatglm3 --user
然后注意项目里面的 demo_ci.py
IPYKERNEL = os.environ.get('IPYKERNEL', 'chatglm3')
这个chatglm3要和install的名字对的上
参考资料: