Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
3b2d1652
Commit
3b2d1652
authored
Dec 10, 2021
by
Sylvain Gugger
Browse files
Fix typo in branch name
parent
1b75d723
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-1
No files found.
.github/workflows/build_documentation.yml
View file @
3b2d1652
...
@@ -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@add
_
install
_
cell
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])")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment