Skip to content

Commit

Permalink
中文readme增加了开发常用模块导航,方便用户了解常用功能和新功能
Browse files Browse the repository at this point in the history
  • Loading branch information
LDLINGLINGLING committed Jul 12, 2024
1 parent 236df0e commit bee803f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
- [🌟 Star History](#-star-history)
- [引用](#引用)

## MiniCPM-Llama3-V 2.5快速导航 <!-- omit in toc -->
| 功能分类 | | | | | | | ||
|:--------:|:------:|:--------------:|:--------:|:-------:|:-----------:|:-----------:|:--------:|:-----------:|
| 推理 | [transformers](https://github.com/OpenBMB/MiniCPM-V/blob/main/docs/inference_on_multiple_gpus.md) | [ollama](https://github.com/OpenBMB/ollama/tree/minicpm-v2.5/examples/minicpm-v2.5) | [swift](./docs/swift_train_and_infer.md) | [llama.cpp](https://github.com/OpenBMB/llama.cpp/blob/minicpm-v2.5/examples/minicpmv/README.md) | [xinfrence](./docs/xinference_infer.md) | [gradio](./web_demo_2.5.py) | [streamlit](./web_demo_streamlit-2_5.py) |
| 微调 | [finetune](./finetune/readme.md) | [lora](./finetune/readme.md) | [swift](./docs/swift_train_and_infer.md) | | | | | |
| 安卓部署 | [apk安装](http://minicpm.modelbest.cn/android/modelbest-release-20240528_182155.apk) | [llama.cpp](https://github.com/OpenBMB/llama.cpp/blob/minicpm-v2.5/examples/minicpmv/README.md) | | | | | | |
| 量化 | [bnb量化](./quantize/bnb_quantize.py) |


## MiniCPM-Llama3-V 2.5
**MiniCPM-Llama3-V 2.5** 是 MiniCPM-V 系列的最新版本模型,基于 SigLip-400M 和 Llama3-8B-Instruct 构建,共 8B 参数量,相较于 MiniCPM-V 2.0 性能取得较大幅度提升。MiniCPM-Llama3-V 2.5 值得关注的特点包括:
Expand Down

0 comments on commit bee803f

Please sign in to comment.