mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
Fix rendering of examples version links (#14134)
This commit is contained in:
parent
1b871e091b
commit
2ac65551ea
@ -42,6 +42,7 @@ To browse the examples corresponding to released versions of 🤗 Transformers,
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Examples for older versions of 🤗 Transformers</summary>
|
<summary>Examples for older versions of 🤗 Transformers</summary>
|
||||||
|
|
||||||
- [v4.5.1](https://github.com/huggingface/transformers/tree/v4.5.1/examples)
|
- [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.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)
|
- [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)
|
- [v1.0.0](https://github.com/huggingface/transformers/tree/v1.0.0/examples)
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
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
|
```bash
|
||||||
git checkout tags/v3.5.1
|
git checkout tags/v3.5.1
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user