jzhang533 sunzhongkai588 commited on
Commit
7ae0159
·
verified ·
1 Parent(s): 3d012a1

Update README.md (#1)

Browse files

- Update README.md (94c6cbb39c5cde7e16ed6a6b632afc03992220c9)


Co-authored-by: Suen.ZK <[email protected]>

Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -32,6 +32,9 @@ library_name: PaddlePaddle
32
 
33
  # ERNIE-4.5-VL-424B-A47B
34
 
 
 
 
35
  ## ERNIE 4.5 Highlights
36
 
37
  The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations:
@@ -115,10 +118,6 @@ curl -X POST "http://0.0.0.0:8180/v1/chat/completions" \
115
  }'
116
  ```
117
 
118
- ### vLLM inference
119
-
120
- We are working with the community to fully support ERNIE4.5 models, stay tuned.
121
-
122
  ## License
123
 
124
  The ERNIE 4.5 models are provided under the Apache License 2.0. This license permits commercial use, subject to its terms and conditions. Copyright (c) 2025 Baidu, Inc. All Rights Reserved.
 
32
 
33
  # ERNIE-4.5-VL-424B-A47B
34
 
35
+ > [!NOTE]
36
+ > Note: "**-Paddle**" models use [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) weights, while "**-PT**" models use Transformer-style PyTorch weights.
37
+
38
  ## ERNIE 4.5 Highlights
39
 
40
  The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations:
 
118
  }'
119
  ```
120
 
 
 
 
 
121
  ## License
122
 
123
  The ERNIE 4.5 models are provided under the Apache License 2.0. This license permits commercial use, subject to its terms and conditions. Copyright (c) 2025 Baidu, Inc. All Rights Reserved.