Commit 842d6413 authored by Rayyyyy's avatar Rayyyyy
Browse files

Modify Capital letter to Lower case

parent 78b10a15
...@@ -188,14 +188,14 @@ python quick_start.py ...@@ -188,14 +188,14 @@ python quick_start.py
### 使用命令行与 GLM-4-9B 模型进行对话 ### 使用命令行与 GLM-4-9B 模型进行对话
```bash ```bash
# chat # chat
python trans_cli_demo.py --model_name_or_path ../checkpoints/GLM-4-9B-Chat python trans_cli_demo.py --model_name_or_path ../checkpoints/glm-4-9b-chat
# 多模态 # 多模态
python trans_cli_vision_demo.py --model_name_or_path ../checkpoints/GLM-4V-9B python trans_cli_vision_demo.py --model_name_or_path ../checkpoints/glm-4v-9b
``` ```
### 使用 Gradio 网页端与 GLM-4-9B-Chat 模型进行对话 ### 使用 Gradio 网页端与 GLM-4-9B-Chat 模型进行对话
``` ```
python trans_web_demo.py --model_name_or_path ../checkpoints/GLM-4-9B-Chat python trans_web_demo.py --model_name_or_path ../checkpoints/glm-4-9b-chat
``` ```
### 验证微调后的模型 ### 验证微调后的模型
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment