InternLM / Tutorial

LLM Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xtuner下的self.md文档有漏写

xiaomile opened this issue · comments

在2.6 网页demo运行前,需先进入到 /root/personal_assistant/code/InternLM目录下
否则demo在推理时会报错
即将

streamlit run /root/personal_assistant/code/InternLM/web_demo.py --server.address 127.0.0.1 --server.port 6006

改成

cd /root/personal_assistant/code/InternLM 
streamlit run /root/personal_assistant/code/InternLM/web_demo.py --server.address 127.0.0.1 --server.port 6006

可以提个PR