Small fixes for the doc (#14751)

This commit is contained in:
Sylvain Gugger
2021-12-13 11:17:01 -05:00
committed by GitHub
parent 12d9b95723
commit c3cd88a9ba
2 changed files with 1 additions and 719 deletions

View File

@@ -45,7 +45,7 @@ jobs:
run: |
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
pip install git+https://github.com/huggingface/doc-builder@add_install_cell
pip install git+https://github.com/huggingface/doc-builder
pip install git+https://github.com/huggingface/transformers#egg=transformers[dev]
export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")