SFLY5 commited on
Commit
deac083
·
verified ·
1 Parent(s): 83b3778

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -73,6 +73,8 @@ ERNIE-4.5-VL-28B-A3B is a multimodal MoE Chat model, with 28B total parameters a
73
 
74
  ### Using `transformers` library
75
 
 
 
76
  Here is an example of how to use the transformers library for inference:
77
 
78
  ```python
 
73
 
74
  ### Using `transformers` library
75
 
76
+ Requirement: `transformers <= 4.57.6`
77
+
78
  Here is an example of how to use the transformers library for inference:
79
 
80
  ```python