Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
GLM-4_pytorch
Commits
842d6413
Commit
842d6413
authored
Jun 17, 2024
by
Rayyyyy
Browse files
Modify Capital letter to Lower case
parent
78b10a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
842d6413
...
@@ -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-9
B-C
hat
python trans_cli_demo.py
--model_name_or_path
../checkpoints/
glm
-4-9
b-c
hat
# 多模态
# 多模态
python trans_cli_vision_demo.py
--model_name_or_path
../checkpoints/
GLM
-4
V
-9
B
python trans_cli_vision_demo.py
--model_name_or_path
../checkpoints/
glm
-4
v
-9
b
```
```
### 使用 Gradio 网页端与 GLM-4-9B-Chat 模型进行对话
### 使用 Gradio 网页端与 GLM-4-9B-Chat 模型进行对话
```
```
python trans_web_demo.py --model_name_or_path ../checkpoints/
GLM
-4-9
B-C
hat
python trans_web_demo.py --model_name_or_path ../checkpoints/
glm
-4-9
b-c
hat
```
```
### 验证微调后的模型
### 验证微调后的模型
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment