version fix
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ ERNIE-4.5-300B-A47B-Base is a text MoE Base model, with 300B total parameters an
|
|
| 70 |
### Using `transformers` library
|
| 71 |
|
| 72 |
**Note**: Before using the model, please ensure you have the `transformers` library installed
|
| 73 |
-
(upcoming version 4.
|
| 74 |
|
| 75 |
The following contains a code snippet illustrating how to use the model generate content based on given inputs.
|
| 76 |
|
|
|
|
| 70 |
### Using `transformers` library
|
| 71 |
|
| 72 |
**Note**: Before using the model, please ensure you have the `transformers` library installed
|
| 73 |
+
(upcoming version 4.54.0 or [the latest version](https://github.com/huggingface/transformers?tab=readme-ov-file#installation))
|
| 74 |
|
| 75 |
The following contains a code snippet illustrating how to use the model generate content based on given inputs.
|
| 76 |
|