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
Baichuan-13B_fastllm
Commits
4d445880
Commit
4d445880
authored
Sep 23, 2023
by
zhouxiang
Browse files
更新readme
parent
0ff1156e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
baichuan13b-chat.png
baichuan13b-chat.png
+0
-0
No files found.
README.md
View file @
4d445880
...
...
@@ -59,6 +59,9 @@ python setup install
# 如果使用已经下载完成的模型或者自己finetune的模型需要修改baichuan2flm.py文件中创建tokenizer, model时的模型存放路径
# 执行:
python3 baichuan2flm.py baichuan-13b-fp16.bin float16 # 导出fp16模型,参数为导出的模型路径
# 如果使用的dcu显存为16G,则需要用int8精度模型:
python3 baichuan2flm.py baichuan-13b-int8.bin int8 # 导出fp16模型,参数为导出的模型路径
```
...
...
@@ -90,7 +93,7 @@ chmod +x benchmark
## 运行效果展示


## 应用场景
...
...
baichuan13b-chat.png
0 → 100644
View file @
4d445880
222 KB
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