Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
2ac65551
Unverified
Commit
2ac65551
authored
Oct 25, 2021
by
Reza Gharibi
Committed by
GitHub
Oct 25, 2021
Browse files
Fix rendering of examples version links (#14134)
parent
1b871e09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
examples/README.md
examples/README.md
+2
-1
No files found.
examples/README.md
View file @
2ac65551
...
@@ -42,6 +42,7 @@ To browse the examples corresponding to released versions of 🤗 Transformers,
...
@@ -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,
...
@@ -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
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment