Skip to content

Commit

Permalink
Fix CI with change of name of nlp (#7054)
Browse files Browse the repository at this point in the history
* nlp -> datasets

* More nlp -> datasets

* Woopsie

* More nlp -> datasets

* One last
  • Loading branch information
sgugger authored and mfuntowicz committed Oct 19, 2020
1 parent 4558abc commit a48403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import flax
import jax
from jax.config import config
# TODO(marcvanzee): Flax Linen requires JAX omnistaging. Remove this
# TODO(marcvanzee): Flax Linen requires JAX omnistaging. Remove this
# once JAX enables it by default.
config.enable_omnistaging()

Expand Down

0 comments on commit a48403e

Please sign in to comment.