This commit is contained in:
zR 2024-06-05 15:16:23 +08:00
commit 4d5194d758
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -80,7 +80,7 @@ pnpm start
4. Run the following commands to load the model locally and start the demo:
```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
@ -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.
+ The model can only understand and communicate with one image. If you need to change the image, you need to open a new
conversation.
+ The supported image resolution is 1120 x 1120
+ The supported image resolution is 1120 x 1120