mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-23 14:29:01 +06:00
parent
b80b3ec529
commit
ed1807bab3
@ -221,10 +221,10 @@ You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main
|
|||||||
[Checks on a Pull Request](https://huggingface.co/docs/transformers/pr_checks) guide.
|
[Checks on a Pull Request](https://huggingface.co/docs/transformers/pr_checks) guide.
|
||||||
|
|
||||||
If you're modifying documents under the `docs/source` directory, make sure the documentation can still be built. This check will also run in the CI when you open a pull request. To run a local check
|
If you're modifying documents under the `docs/source` directory, make sure the documentation can still be built. This check will also run in the CI when you open a pull request. To run a local check
|
||||||
make sure you install the documentation builder:
|
make sure you install the [documentation builder](https://github.com/huggingface/doc-builder).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install ".[docs]"
|
pip install hf-doc-builder
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the following command from the root of the repository:
|
Run the following command from the root of the repository:
|
||||||
|
Loading…
Reference in New Issue
Block a user