"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "2a358f45efd27f40134692229f1665ffbdc729f7"
Unverified Commit c3cd88a9 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Small fixes for the doc (#14751)

parent 12d9b957
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
run: | run: |
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev 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] 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])") export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment