fix alltools readme run command

This commit is contained in:
lr-tsinghua11 2024-06-05 14:00:38 +08:00
parent 1b387cc08d
commit eec34b1038
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ pnpm install
4. 运行以下命令在本地加载模型并启动 demo 4. 运行以下命令在本地加载模型并启动 demo
```bash ```bash
streamlit run main.py streamlit run src/main.py
``` ```
之后即可从命令行中看到 demo 的地址,点击即可访问。初次访问需要下载并加载模型,可能需要花费一定时间。 之后即可从命令行中看到 demo 的地址,点击即可访问。初次访问需要下载并加载模型,可能需要花费一定时间。

View File

@ -80,7 +80,7 @@ pnpm start
4. Run the following commands to load the model locally and start the demo: 4. Run the following commands to load the model locally and start the demo:
```bash ```bash
streamlit run main.py streamlit run src/main.py
``` ```
Then you can see the demo address from the command line and click it to access it. The first access requires downloading Then you can see the demo address from the command line and click it to access it. The first access requires downloading
@ -152,4 +152,4 @@ Users can upload images and use the image understanding capabilities of GLM-4-9B
+ Tool calls and system prompts are not supported in this mode. + Tool calls and system prompts are not supported in this mode.
+ The model can only understand and communicate with one image. If you need to change the image, you need to open a new + The model can only understand and communicate with one image. If you need to change the image, you need to open a new
conversation. conversation.
+ The supported image resolution is 1120 x 1120 + The supported image resolution is 1120 x 1120