Update README.md

This commit is contained in:
Yih-Dar SHIEH 2021-10-25 10:04:59 +00:00 committed by huggingface-web
parent 973da61a93
commit ea737d2858
1 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,12 @@ print(preds)
```
In Flax
In order to use Flax's version of this model, currently it is necessary to install a particular branch of `transformers`:
```
pip install git+https://github.com/ydshieh/transformers.git@flax_vision_encoder_decoder
```
and it can be used as
```python
import jax