hhoh commited on
Commit
4af1232
·
verified ·
1 Parent(s): 170530d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -95,9 +95,9 @@ The multiple <target_language> translations:
95
  &nbsp;
96
 
97
  ### Use with transformers
98
- First, please install transformers, recommends v4.55.4
99
  ```SHELL
100
- pip install transformers==4.55.4
101
  ```
102
 
103
  The following code snippet shows how to use the transformers library to load and apply the model.
 
95
  &nbsp;
96
 
97
  ### Use with transformers
98
+ First, please install transformers, recommends v4.56.0
99
  ```SHELL
100
+ pip install transformers==v4.56.0
101
  ```
102
 
103
  The following code snippet shows how to use the transformers library to load and apply the model.