Skip to content

Commit c3cd88a

Browse files
authored
Small fixes for the doc (huggingface#14751)
1 parent 12d9b95 commit c3cd88a

File tree

2 files changed

+1
-719
lines changed

2 files changed

+1
-719
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
4747
48-
pip install git+https://github.com/huggingface/doc-builder@add_install_cell
48+
pip install git+https://github.com/huggingface/doc-builder
4949
pip install git+https://github.com/huggingface/transformers#egg=transformers[dev]
5050
5151
export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")

0 commit comments

Comments
 (0)