Commit 9b47b172 authored by “yuguo”'s avatar “yuguo”
Browse files

update

parent c1bffbea
...@@ -93,7 +93,7 @@ path/to/glm-10b-chinese ...@@ -93,7 +93,7 @@ path/to/glm-10b-chinese
└── pytorch_model.bin └── pytorch_model.bin
``` ```
## GLM-10B-chinese推理 ## 推理
采用1节点,4张DCU-Z100-16G,采用tp=2,pp=2的并行配置。 采用1节点,4张DCU-Z100-16G,采用tp=2,pp=2的并行配置。
...@@ -175,7 +175,7 @@ demo.py如下: ...@@ -175,7 +175,7 @@ demo.py如下:
if dist.is_main_process(): if dist.is_main_process():
print(res) print(res)
### result ## result
``` ```
>>>Total number of model parameters: 9,879,633,920 >>>Total number of model parameters: 9,879,633,920
......
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