Press "Enter" to skip to content

运行ChatGLM3的composite_demo需要安装 Jupyter 内核

pip install ipykernel
pip install jupyter
ipython kernel install --name chatglm3 --user

然后注意项目里面的 demo_ci.py

IPYKERNEL = os.environ.get('IPYKERNEL', 'chatglm3')

这个chatglm3要和install的名字对的上

参考资料:

https://github.com/ipython/ipython_genutils/issues/3

https://stackoverflow.com/questions/31397421/ipython-server-cant-launch-no-module-named-notebook-notebookapp

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注