You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ You will need basic `git` proficiency to contribute to
132
132
manual. Type `git --help` in a shell and enjoy! If you prefer books, [Pro
133
133
Git](https://git-scm.com/book/en/v2) is a very good reference.
134
134
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:
136
136
137
137
1. Fork the [repository](https://github.com/huggingface/transformers) by
138
138
clicking on the **[Fork](https://github.com/huggingface/transformers/fork)** button on the repository's page. This creates a copy of the code
RUN_SLOW=yes python -m pytest -n auto --dist=loadfile -s -v ./examples/pytorch/text-classification
342
342
```
343
343
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:
345
345
-`RUN_CUSTOM_TOKENIZERS`: Enables tests for custom tokenizers.
346
346
-`RUN_PT_FLAX_CROSS_TESTS`: Enables tests for PyTorch + Flax integration.
347
347
-`RUN_PT_TF_CROSS_TESTS`: Enables tests for TensorFlow + PyTorch integration.
348
348
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).
350
350
351
351
🤗 Transformers uses `pytest` as a test runner only. It doesn't use any
352
352
`pytest`-specific features in the test suite itself.
0 commit comments