We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d9b95 commit c3cd88aCopy full SHA for c3cd88a
.github/workflows/build_documentation.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
47
48
- pip install git+https://github.com/huggingface/doc-builder@add_install_cell
+ pip install git+https://github.com/huggingface/doc-builder
49
pip install git+https://github.com/huggingface/transformers#egg=transformers[dev]
50
51
export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")
0 commit comments