Commit 0aa40e95 authored by Lysandre's avatar Lysandre
Browse files

v2.4.0 documentation

parent 8036ceb7
...@@ -3,7 +3,7 @@ cd docs ...@@ -3,7 +3,7 @@ cd docs
function deploy_doc(){ function deploy_doc(){
echo "Creating doc at commit $1 and pushing to folder $2" echo "Creating doc at commit $1 and pushing to folder $2"
git checkout $1 git checkout $1
if [ ! -z "$2" ] if [ ! -z "$2" ]
then then
if [ -d "$dir/$2" ]; then if [ -d "$dir/$2" ]; then
echo "Directory" $2 "already exists" echo "Directory" $2 "already exists"
...@@ -17,7 +17,7 @@ function deploy_doc(){ ...@@ -17,7 +17,7 @@ function deploy_doc(){
fi fi
} }
deploy_doc "master" deploy_doc "master"
deploy_doc "b33a385" v1.0.0 deploy_doc "b33a385" v1.0.0
deploy_doc "fe02e45" v1.1.0 deploy_doc "fe02e45" v1.1.0
deploy_doc "89fd345" v1.2.0 deploy_doc "89fd345" v1.2.0
...@@ -25,3 +25,4 @@ deploy_doc "fc9faa8" v2.0.0 ...@@ -25,3 +25,4 @@ deploy_doc "fc9faa8" v2.0.0
deploy_doc "3ddce1d" v2.1.1 deploy_doc "3ddce1d" v2.1.1
deploy_doc "3616209" v2.2.0 deploy_doc "3616209" v2.2.0
deploy_doc "d0f8b9a" v2.3.0 deploy_doc "d0f8b9a" v2.3.0
deploy_doc "6664ea9" v2.4.0
\ No newline at end of file
...@@ -60,7 +60,7 @@ Choose the right framework for every part of a model's lifetime ...@@ -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 | | [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-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 | | [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 ## Installation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment