From 2ac65551ea497f9525267aef06c52c272a1577f9 Mon Sep 17 00:00:00 2001 From: Reza Gharibi Date: Mon, 25 Oct 2021 15:15:44 +0330 Subject: [PATCH] Fix rendering of examples version links (#14134) --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 141564c8038..c831fd1fd10 100644 --- a/examples/README.md +++ b/examples/README.md @@ -42,6 +42,7 @@ To browse the examples corresponding to released versions of 🤗 Transformers,
Examples for older versions of 🤗 Transformers + - [v4.5.1](https://github.com/huggingface/transformers/tree/v4.5.1/examples) - [v4.4.2](https://github.com/huggingface/transformers/tree/v4.4.2/examples) - [v4.3.3](https://github.com/huggingface/transformers/tree/v4.3.3/examples) @@ -71,7 +72,7 @@ To browse the examples corresponding to released versions of 🤗 Transformers, - [v1.0.0](https://github.com/huggingface/transformers/tree/v1.0.0/examples)
-Alternatively, you can find switch your cloned 🤗 Transformers to a specific version (for instance with v3.5.1) with +Alternatively, you can switch your cloned 🤗 Transformers to a specific version (for instance with v3.5.1) with ```bash git checkout tags/v3.5.1 ```