Skip to content

Commit 271fd8e

Browse files
authored
docs: Fixed 2 links in the docs along with some minor fixes (#32058)
* Fixed 2 links in the docs along with some minor fixes. * Updated Contributing.md
1 parent 8f0d26c commit 271fd8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You will need basic `git` proficiency to contribute to
132132
manual. Type `git --help` in a shell and enjoy! If you prefer books, [Pro
133133
Git](https://git-scm.com/book/en/v2) is a very good reference.
134134

135-
You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main/setup.py#L426)** or above to contribute to 🤗 Transformers. Follow the steps below to start contributing:
135+
You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main/setup.py#L449)** or above to contribute to 🤗 Transformers. Follow the steps below to start contributing:
136136

137137
1. Fork the [repository](https://github.com/huggingface/transformers) by
138138
clicking on the **[Fork](https://github.com/huggingface/transformers/fork)** button on the repository's page. This creates a copy of the code
@@ -341,12 +341,12 @@ RUN_SLOW=yes python -m pytest -n auto --dist=loadfile -s -v ./tests/models/my_ne
341341
RUN_SLOW=yes python -m pytest -n auto --dist=loadfile -s -v ./examples/pytorch/text-classification
342342
```
343343

344-
Like the slow tests, there are other environment variables available which not enabled by default during testing:
344+
Like the slow tests, there are other environment variables available which are not enabled by default during testing:
345345
- `RUN_CUSTOM_TOKENIZERS`: Enables tests for custom tokenizers.
346346
- `RUN_PT_FLAX_CROSS_TESTS`: Enables tests for PyTorch + Flax integration.
347347
- `RUN_PT_TF_CROSS_TESTS`: Enables tests for TensorFlow + PyTorch integration.
348348

349-
More environment variables and additional information can be found in the [testing_utils.py](src/transformers/testing_utils.py).
349+
More environment variables and additional information can be found in the [testing_utils.py](https://github.com/huggingface/transformers/blob/main/src/transformers/testing_utils.py).
350350

351351
🤗 Transformers uses `pytest` as a test runner only. It doesn't use any
352352
`pytest`-specific features in the test suite itself.

0 commit comments

Comments
 (0)