InternLM / InternLM/Tutorial

xtuner下的self.md文档有漏写

Open
#326 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

在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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.