Release: v4.15.0
Some checks failed
Release - Conda / build_and_package (push) Has been cancelled

This commit is contained in:
Patrick von Platen
2021-12-22 18:43:15 +01:00
parent 87a033d9fa
commit 05fa1a7ac1
26 changed files with 26 additions and 26 deletions

View File

@@ -100,7 +100,7 @@ class SavePretrainedCallback(tf.keras.callbacks.Callback):
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.15.0.dev0")
check_min_version("4.15.0")
task_to_keys = {
"cola": ("sentence", None),