"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5e8c8eb5bad1d43212b2e8bf724114fe5cdfd807"
Commit 3b2d1652 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix typo in branch name

parent 1b75d723
......@@ -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@add_install_cell
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])")
......
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