From 0aa40e9569a71306036de3a217eed55521699604 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Fri, 31 Jan 2020 09:55:34 -0500 Subject: [PATCH] v2.4.0 documentation --- .circleci/deploy.sh | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 23667e3a07..74f2601a94 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -3,7 +3,7 @@ cd docs function deploy_doc(){ echo "Creating doc at commit $1 and pushing to folder $2" git checkout $1 - if [ ! -z "$2" ] + if [ ! -z "$2" ] then if [ -d "$dir/$2" ]; then echo "Directory" $2 "already exists" @@ -17,7 +17,7 @@ function deploy_doc(){ fi } -deploy_doc "master" +deploy_doc "master" deploy_doc "b33a385" v1.0.0 deploy_doc "fe02e45" v1.1.0 deploy_doc "89fd345" v1.2.0 @@ -25,3 +25,4 @@ deploy_doc "fc9faa8" v2.0.0 deploy_doc "3ddce1d" v2.1.1 deploy_doc "3616209" v2.2.0 deploy_doc "d0f8b9a" v2.3.0 +deploy_doc "6664ea9" v2.4.0 \ No newline at end of file diff --git a/README.md b/README.md index 3f5389f8a7..f8599b3fae 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Choose the right framework for every part of a model's lifetime | [Quick tour: Share your models ](#Quick-tour-of-model-sharing) | Upload and share your fine-tuned models with the community | | [Migrating from pytorch-transformers to transformers](#Migrating-from-pytorch-transformers-to-transformers) | Migrating your code from pytorch-transformers to transformers | | [Migrating from pytorch-pretrained-bert to pytorch-transformers](#Migrating-from-pytorch-pretrained-bert-to-transformers) | Migrating your code from pytorch-pretrained-bert to transformers | -| [Documentation][(v2.3.0)](https://huggingface.co/transformers/v2.3.0)[(v2.2.0/v2.2.1/v2.2.2)](https://huggingface.co/transformers/v2.2.0) [(v2.1.1)](https://huggingface.co/transformers/v2.1.1) [(v2.0.0)](https://huggingface.co/transformers/v2.0.0) [(v1.2.0)](https://huggingface.co/transformers/v1.2.0) [(v1.1.0)](https://huggingface.co/transformers/v1.1.0) [(v1.0.0)](https://huggingface.co/transformers/v1.0.0) [(master)](https://huggingface.co/transformers) | Full API documentation and more | +| [Documentation][(v2.4.0)](https://huggingface.co/transformers/v2.4.0)(v2.3.0)](https://huggingface.co/transformers/v2.3.0)[(v2.2.0/v2.2.1/v2.2.2)](https://huggingface.co/transformers/v2.2.0) [(v2.1.1)](https://huggingface.co/transformers/v2.1.1) [(v2.0.0)](https://huggingface.co/transformers/v2.0.0) [(v1.2.0)](https://huggingface.co/transformers/v1.2.0) [(v1.1.0)](https://huggingface.co/transformers/v1.1.0) [(v1.0.0)](https://huggingface.co/transformers/v1.0.0) [(master)](https://huggingface.co/transformers) | Full API documentation and more | ## Installation