DiTy commited on
Commit
8d480a5
·
verified ·
1 Parent(s): da20a00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ All examples of these features are described below.
45
 
46
  Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
47
  ```bash
48
- pip install -U transformers
49
  ```
50
 
51
  ### Prepare your functions
 
45
 
46
  Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
47
  ```bash
48
+ pip install transformers==4.48.3
49
  ```
50
 
51
  ### Prepare your functions