Skip to content

Commit 8b3f410

Browse files
luyao-cvlyuwenyu
andauthored
merge upstream readme (PaddlePaddle#766)
Co-authored-by: lyuwenyu <[email protected]>
1 parent a50ab8a commit 8b3f410

File tree

9 files changed

+442
-147
lines changed

9 files changed

+442
-147
lines changed

README.md

Lines changed: 160 additions & 52 deletions
Large diffs are not rendered by default.

README_EN.md

Lines changed: 210 additions & 77 deletions
Large diffs are not rendered by default.

applications/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
<a href=#快速开始> 快速开始 </a>
1616
</h4>
1717

18+
19+
1820
**PaddleMIX**应用示例基于paddlemix、ppdiffusers和paddlenlp开发,**简单易用****功能强大**。聚合业界**优质预训练模型**并提供**开箱即用**的开发体验,覆盖跨模态和多场景的模型库搭配,可满足开发者**灵活定制**的需求。
1921

22+
<img src="https://github.com/user-attachments/assets/4c695140-bf4c-46db-bbb5-5dd8197be947" align="center" />
2023

2124
## 快速开始
2225

@@ -70,6 +73,7 @@ Appflow提供丰富的开箱即用工具集,覆盖跨模态多场景应用,
7073

7174

7275

76+
7377
### 跨模态多场景应用
7478
| 应用名称 | 调用模型 | 静态图推理 |
7579
| :--------------------------------- | -------------------------------- | ----------|

applications/README_en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
**PaddleMIX** application example is developed based on paddlemix, ppdiffusers, and Paddlenlp,which is **simple** and **easy** to use and **powerful**. Aggregating industry high-quality pre trained models and providing out of the box development experience, covering cross modal and multi scenario model library matching, can meet the needs of developers flexible customization .
1919

20+
<img src="https://github.com/user-attachments/assets/4c695140-bf4c-46db-bbb5-5dd8197be947" align="center" />
21+
2022

2123
## Quick Start
2224
Please confirm if it has been installed first [PaddleMIX](../README_EN.md/#installation) and [ppdiffusers](../README_EN.md/#installation)

build_env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ echo "安装 ppdiffusers..."
1414
cd ppdiffusers
1515
pip install -e .
1616
cd ..
17+
#注:ppdiffusers部分模型需要依赖 CUDA 11.2 及以上版本,如果本地机器不符合要求,建议前往 [AI Studio](https://aistudio.baidu.com/index) 进行模型训练、推理任务。
18+
#如果希望使用**bf16**训练推理,请使用支持**bf16**的GPU,如A100。
1719

1820
# 安装依赖包
1921
echo "安装依赖包..."

docs/FAQ.md

Whitespace-only changes.

paddlemix/examples/README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,34 @@ paddlemix `examples` 目录下提供模型的一站式体验,包括模型推
66

77
| Model | Inference |Pretrain | SFT | LoRA | Deploy | NPU training |
88
| --- | --- | --- | --- | --- | --- | --- |
9-
| [qwen_vl](./qwen_vl/) |||||||
9+
| [YOLO-World](./YOLO-World/) |||||||
10+
| [audioldm2](./audioldm2/) |||||||
1011
| [blip2](./blip2/) |||||||
1112
| [clip](./clip) |||||||
1213
| [coca](./coca/) |||||||
14+
| [CogVLM && CogAgent](./cogvlm/) |||||||
1315
| [eva02](./eva02/)|||||||
1416
| [evaclip](./evaclip/) |||||||
1517
| [groundingdino](./groundingdino/) ||| 🚧 ||||
1618
| [imagebind](./imagebind/) |||||||
19+
| [InternLM-XComposer2](./internlm_xcomposer2/) |||||||
20+
| [Internvl2](./internvl2/) |||||||
21+
| [llava](./llava/) ||||| 🚧 ||
22+
| [llava-next](./llava_next_interleave/) |||||||
1723
| [minigpt4](./minigpt4) |||||||
24+
| [minimonkey](./minimonkey/) |||||||
25+
| [qwen2_vl](./qwen2_vl/) |||||||
26+
| [qwen_vl](./qwen_vl/) |||||||
1827
| [sam](./sam/) |||||||
1928
| [visualglm](./visualglm/) |||||||
20-
| [llava](./llava/) ||||| 🚧 ||
21-
| [YOLO-World](./YOLO-World/) |||||||
22-
| [CogVLM && CogAgent](./cogvlm/) |||||||
23-
| [InternLM-XComposer2](./internlm_xcomposer2/) |||||||
29+
30+
31+
32+
33+
34+
35+
36+
2437

2538

2639
* ✅: Supported

paddlemix/tools/README.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,30 @@ PaddleMIX工具箱秉承了飞桨套件一站式体验、性能极致、生态
33

44
[[English](README_en.md)]
55

6-
## 🛠️ 支持模型列表 🛠️
7-
| Model | Inference |Pretrain | SFT | LoRA | Deploy | NPU training |
8-
| --- | --- | --- | --- | --- | --- | --- |
9-
| [qwen_vl](../examples/qwen_vl/) |||||||
10-
| [blip2](../examples/blip2/) |||||||
11-
| [visualglm](../examples/visualglm/) |||||||
12-
| [llava](../examples/llava/) ||||| 🚧 ||
6+
## 🛠️ Unified Fine-tuning Tool for Multimodal Understanding 🛠️
7+
8+
| Model | SFT | LoRA | Deploy | NPU training |
9+
| --- | --- | --- | --- | --- |
10+
| [YOLO-World](./YOLO-World/) |||||
11+
| [audioldm2](./audioldm2/) |||||
12+
| [blip2](./blip2/) |||||
13+
| [clip](./clip) |||||
14+
| [coca](./coca/) |||||
15+
| [CogVLM && CogAgent](./cogvlm/) |||||
16+
| [eva02](./eva02/)|||||
17+
| [evaclip](./evaclip/) |||||
18+
| [groundingdino](./groundingdino/) | 🚧 ||||
19+
| [imagebind](./imagebind/) |||||
20+
| [InternLM-XComposer2](./internlm_xcomposer2/) |||||
21+
| [Internvl2](./internvl2/)|||||
22+
| [llava](./llava/) ||| 🚧 ||
23+
| [llava-next](./llava_next_interleave/) |||||
24+
| [minigpt4](./minigpt4) |||||
25+
| [minimonkey](./minimonkey/) |||||
26+
| [qwen2_vl](./qwen2_vl/)|||||
27+
| [qwen_vl](./qwen_vl/) |||||
28+
| [sam](./sam/) |||||
29+
| [visualglm](./visualglm/) |||||
1330

1431
* ✅: Supported
1532
* 🚧: In Progress

paddlemix/tools/README_en.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,28 @@ The PaddleMIX toolkit embodies the design philosophy of one-stop experience, ult
44
[[中文文档](README.md)]
55

66
## 🛠️ Supported Model List 🛠️
7-
| Model | Inference |Pretrain | SFT | LoRA | Deploy | NPU training |
8-
| --- | --- | --- | --- | --- | --- | --- |
9-
| [qwen_vl](../examples/qwen_vl/) |||||||
10-
| [blip2](../examples/blip2/) |||||||
11-
| [visualglm](../examples/visualglm/) |||||||
12-
| [llava](../examples/llava/) ||||| 🚧 ||
7+
| Model | SFT | LoRA | Deploy | NPU training |
8+
| --- | --- | --- | --- | --- |
9+
| [YOLO-World](./YOLO-World/) |||||
10+
| [audioldm2](./audioldm2/) |||||
11+
| [blip2](./blip2/) |||||
12+
| [clip](./clip) |||||
13+
| [coca](./coca/) |||||
14+
| [CogVLM && CogAgent](./cogvlm/) |||||
15+
| [eva02](./eva02/)|||||
16+
| [evaclip](./evaclip/) |||||
17+
| [groundingdino](./groundingdino/) | 🚧 ||||
18+
| [imagebind](./imagebind/) |||||
19+
| [InternLM-XComposer2](./internlm_xcomposer2/) |||||
20+
| [Internvl2](./internvl2/)|||||
21+
| [llava](./llava/) ||| 🚧 ||
22+
| [llava-next](./llava_next_interleave/) |||||
23+
| [minigpt4](./minigpt4) |||||
24+
| [minimonkey](./minimonkey/) |||||
25+
| [qwen2_vl](./qwen2_vl/)|||||
26+
| [qwen_vl](./qwen_vl/) |||||
27+
| [sam](./sam/) |||||
28+
| [visualglm](./visualglm/) |||||
1329

1430
* ✅: Supported
1531
* 🚧: In Progress

0 commit comments

Comments
 (0)