Skip to content

Commit 2047050

Browse files
committed
upgrade flax after installing transformers
1 parent 6b8016f commit 2047050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/transfer_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"outputs": [],
3838
"source": [
3939
"! pip install transformers[flax]\n",
40-
"! pip install -U jax jaxlib"
40+
"! pip install -U flax jax jaxlib"
4141
]
4242
},
4343
{

docs/guides/transfer_learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You will learn how to do transfer learning for simple classification. The steps
3434
:tags: [skip-execution]
3535
3636
! pip install transformers[flax]
37-
! pip install -U jax jaxlib
37+
! pip install -U flax jax jaxlib
3838
```
3939

4040
## Prepare the model

0 commit comments

Comments
 (0)