Skip to content

Commit 4400654

Browse files
committed
Release v4.31.0
1 parent 49eb357 commit 4400654

File tree

52 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+101
-101
lines changed

README.md

Lines changed: 8 additions & 8 deletions

README_es.md

Lines changed: 8 additions & 8 deletions

README_hd.md

Lines changed: 8 additions & 8 deletions

README_ja.md

Lines changed: 8 additions & 8 deletions

README_ko.md

Lines changed: 8 additions & 8 deletions

README_zh-hans.md

Lines changed: 8 additions & 8 deletions

README_zh-hant.md

Lines changed: 8 additions & 8 deletions

examples/flax/question-answering/run_qa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
logger = logging.getLogger(__name__)
6262

6363
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
64-
check_min_version("4.31.0.dev0")
64+
check_min_version("4.31.0")
6565

6666
Array = Any
6767
Dataset = datasets.arrow_dataset.Dataset

examples/flax/text-classification/run_flax_glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
logger = logging.getLogger(__name__)
5656
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
57-
check_min_version("4.31.0.dev0")
57+
check_min_version("4.31.0")
5858

5959
Array = Any
6060
Dataset = datasets.arrow_dataset.Dataset

examples/flax/token-classification/run_flax_ner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
logger = logging.getLogger(__name__)
5757
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
58-
check_min_version("4.31.0.dev0")
58+
check_min_version("4.31.0")
5959

6060
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/token-classification/requirements.txt")
6161

0 commit comments

Comments
 (0)