Commit 21de54f8 authored by zhuwenwen's avatar zhuwenwen
Browse files

Update README.md

parent 12deca5f
...@@ -64,7 +64,7 @@ python ../examples/pytorch/gpt/utils/huggingface_bloom_convert.py \ ...@@ -64,7 +64,7 @@ python ../examples/pytorch/gpt/utils/huggingface_bloom_convert.py \
其中:`--input-dir`为模型输入路径,`--output-dir`为模型输出路径,`-tp `为推理的tp大小,`--data-type`为推理的数据类型,`-p`为转换时的并行线程数,`-v`为启用详细日志记录. 其中:`--input-dir`为模型输入路径,`--output-dir`为模型输出路径,`-tp `为推理的tp大小,`--data-type`为推理的数据类型,`-p`为转换时的并行线程数,`-v`为启用详细日志记录.
### 运行 LLama-7b ### 运行 BLOOM-7b
1. 生成`gemm_config.in`文件 1. 生成`gemm_config.in`文件
......
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