Commit 7eab6ce5 authored by zhouxiang's avatar zhouxiang
Browse files

更新readme

parent 79dcdb7c
......@@ -30,7 +30,7 @@ python setup install
# 如果使用自己finetune的模型需要修改chatglm_export.py文件中创建tokenizer, model时的模型存放路径
# 执行:
python3 chatglm_export.py chatglm2-6b-fp16.bin float16 # 导出fp16模型,参数为导出的模型路径
python3 chatglm_export.py chatglm2-6b-fp16.bin int8 # 导出int8模型,参数为导出的模型路径
python3 chatglm_export.py chatglm2-6b-int8.bin int8 # 导出int8模型,参数为导出的模型路径
```
......
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